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

CLI Allow querying all namespaces for jobs and allocations - Try 2 #8192

Merged
merged 5 commits into from
Jun 19, 2020

Commits on Jun 17, 2020

  1. use '*' to indicate all namespaces

    This reverts the introduction of AllNamespaces parameter that was merged
    earlier but never got released.
    Mahmood Ali committed Jun 17, 2020
    Configuration menu
    Copy the full SHA
    2f9fc04 View commit details
    Browse the repository at this point in the history
  2. cli: jobs allow querying jobs in all namespaces

    Mahmood Ali committed Jun 17, 2020
    Configuration menu
    Copy the full SHA
    85db718 View commit details
    Browse the repository at this point in the history
  3. rpc: allow querying allocs across namespaces

    This implements the backend handling for querying across namespaces for
    allocation list endpoints.
    Mahmood Ali committed Jun 17, 2020
    Configuration menu
    Copy the full SHA
    b5fc888 View commit details
    Browse the repository at this point in the history
  4. cli: query all namespaces for alloc subcommands

    Mahmood Ali committed Jun 17, 2020
    Configuration menu
    Copy the full SHA
    f376f73 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    7e51f80 View commit details
    Browse the repository at this point in the history