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

Modifying Kiali Client methods to use getRequestAndUnmarshalInto to avoid masking of errors returned by the server #7215

Merged
merged 9 commits into from Apr 1, 2024

Commits on Mar 21, 2024

  1. Modifying Kiali Client methods to use

    getRequestAndUnmarshalInto to avoid masking of errors returned by
    the server (kiali#6777)
    PrinsonF77 committed Mar 21, 2024
    Copy the full SHA
    f43696f View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    69f7682 View commit details
    Browse the repository at this point in the history
  3. Revert NamespaceWorkloadHealth, NamespaceAppHealth and NamespaceServi…

    …ceHealth
    
    To address some tests that use these methods and require the error returned from the server to be NIL.
    PrinsonF77 committed Mar 21, 2024
    Copy the full SHA
    bccfed7 View commit details
    Browse the repository at this point in the history
  4. Revert PodLogs method

    Some tests that use this method expect no error to be sent
    by the server, on non 200 status codes.
    PrinsonF77 committed Mar 21, 2024
    Copy the full SHA
    02c8c06 View commit details
    Browse the repository at this point in the history

Commits on Mar 25, 2024

  1. Copy the full SHA
    356fff5 View commit details
    Browse the repository at this point in the history

Commits on Mar 27, 2024

  1. Copy the full SHA
    6118f8b View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    84fe867 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    dc4e618 View commit details
    Browse the repository at this point in the history

Commits on Mar 28, 2024

  1. Copy the full SHA
    02c44a7 View commit details
    Browse the repository at this point in the history