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

List cloudapi compose jobs #4425

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

Commits on Nov 26, 2024

  1. jobqueue: Add AllRootJobIDs function to jobqueue

    This lists the root job UUIDs (the jobs with no dependants).
    Currently only implemented by fsjobqueue. The function for
    dbjobqueue currently returns nil.
    
    Related: RHEL-60120
    bcl committed Nov 26, 2024
    Configuration menu
    Copy the full SHA
    9bdf32f View commit details
    Browse the repository at this point in the history
  2. cloudapi: Add /composes route to list root job UUIDs

    This will be used to list the top level job UUIDs.
    
    Related: RHEL-60120
    bcl committed Nov 26, 2024
    Configuration menu
    Copy the full SHA
    1c5dfbe View commit details
    Browse the repository at this point in the history
  3. cloudapi: Move most of getComposeStatusImpl into a function

    This will make it easier to use the status in responses.
    
    Related: RHEL-60120
    bcl committed Nov 26, 2024
    Configuration menu
    Copy the full SHA
    25b276b View commit details
    Browse the repository at this point in the history
  4. cloudapi: Return the compose status of all root compose jobs

    This returns the status using the same structure as it does for
    requesting individual statuses for the jobs.
    
    Related: RHEL-60120
    bcl committed Nov 26, 2024
    Configuration menu
    Copy the full SHA
    414fbab View commit details
    Browse the repository at this point in the history