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

Allow wildcard for Evaluations API #13530

Merged
merged 5 commits into from
Jul 11, 2022

Commits on Jul 6, 2022

  1. Failing test and TODO for wildcard

    philrenaud authored and lgfa29 committed Jul 6, 2022
    Configuration menu
    Copy the full SHA
    b75519a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    33edc8f View commit details
    Browse the repository at this point in the history
  3. eval: fix list when using ACLs and * namespace

    Apply the same verification process as in job, allocs and scaling
    policy list endpoints to handle the eval list when using an ACL token
    with limited namespace support but querying using the `*` wildcard
    namespace.
    lgfa29 committed Jul 6, 2022
    Configuration menu
    Copy the full SHA
    1cd08f3 View commit details
    Browse the repository at this point in the history
  4. changelog: add entry for #13530

    lgfa29 committed Jul 6, 2022
    Configuration menu
    Copy the full SHA
    fe3a7f6 View commit details
    Browse the repository at this point in the history

Commits on Jul 8, 2022

  1. ui: set namespace when querying eval

    Evals have a unique UUID as ID, but when querying them the Nomad API
    still expects a namespace query param, otherwise it assumes `default`.
    lgfa29 committed Jul 8, 2022
    Configuration menu
    Copy the full SHA
    75e70c0 View commit details
    Browse the repository at this point in the history