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

ui: handle errors from unimplemented services #18020

Merged
merged 2 commits into from
Jul 21, 2023
Merged

Commits on Jul 20, 2023

  1. ui: handle errors from unimplemented services

    When a request is made to an RPC service that doesn't exist (for
    example, a cross-region request from a newer version of Nomad to an
    older version that doesn't implement the endpoint) the application
    should return an empty list as well.
    lgfa29 committed Jul 20, 2023
    Configuration menu
    Copy the full SHA
    84add6a View commit details
    Browse the repository at this point in the history
  2. changelog: add entry for #18020

    lgfa29 committed Jul 20, 2023
    Configuration menu
    Copy the full SHA
    c0fa251 View commit details
    Browse the repository at this point in the history