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

fix(api-server): improve error handling and return status #7937

Merged
merged 5 commits into from
Oct 12, 2023

Commits on Oct 9, 2023

  1. fix(api-server): improve error handling and return status

    - never return 412 (it was never appropriate
    - create better error hierarchy to simplify handler
    - use in some places errors.Is
    
    Signed-off-by: Charly Molter <[email protected]>
    lahabana committed Oct 9, 2023
    Configuration menu
    Copy the full SHA
    d46335e View commit details
    Browse the repository at this point in the history
  2. fix golangci-lint

    Signed-off-by: Charly Molter <[email protected]>
    lahabana committed Oct 9, 2023
    Configuration menu
    Copy the full SHA
    cc98b42 View commit details
    Browse the repository at this point in the history
  3. PR review

    Signed-off-by: Charly Molter <[email protected]>
    lahabana committed Oct 9, 2023
    Configuration menu
    Copy the full SHA
    baef991 View commit details
    Browse the repository at this point in the history

Commits on Oct 11, 2023

  1. Configuration menu
    Copy the full SHA
    c8d5c54 View commit details
    Browse the repository at this point in the history

Commits on Oct 12, 2023

  1. Configuration menu
    Copy the full SHA
    8037387 View commit details
    Browse the repository at this point in the history