Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

cloudapi: Add /distributions/{arch} to cloudapi #4336

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Commits on Sep 26, 2024

  1. v2_test: Add repository json for test-distro

    This adds an actual repository json file for the test-disro.
    Without this the repo.ListDistros() function doesn't return any actual
    distros. Also includes a test to make sure 1 or more repos are loaded.
    
    Related: RHEL-60133
    bcl committed Sep 26, 2024
    Configuration menu
    Copy the full SHA
    cb0536b View commit details
    Browse the repository at this point in the history
  2. cloudapi: Add /distributions to return distro:arch:image-type

    This adds support for listing all of the supported distributions,
    their arches, the image types, and their repository details.
    
    Resolves: RHEL-60133
    bcl committed Sep 26, 2024
    Configuration menu
    Copy the full SHA
    e022191 View commit details
    Browse the repository at this point in the history
  3. v2_test: Add a test for GetDistributionsList

    Related: RHEL-60133
    bcl committed Sep 26, 2024
    Configuration menu
    Copy the full SHA
    0e142d2 View commit details
    Browse the repository at this point in the history