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

refactor(scaler): compare error with errors.Is #4004

Merged
merged 8 commits into from
Jan 2, 2023
Merged

refactor(scaler): compare error with errors.Is #4004

merged 8 commits into from
Jan 2, 2023

Commits on Dec 27, 2022

  1. refactor(gcp_storage_scaler): compare error with errors.Is

    Starting from Go 1.13, errors.Is is the preferable way to compare error
    equality [1].
    
    [1]: https://go.dev/blog/go1.13-errors
    
    Signed-off-by: Eng Zer Jun <[email protected]>
    Juneezee committed Dec 27, 2022
    Configuration menu
    Copy the full SHA
    fb5c3ea View commit details
    Browse the repository at this point in the history
  2. refactor(scaler/azure): compare error with Is and As

    Signed-off-by: Eng Zer Jun <[email protected]>
    Juneezee committed Dec 27, 2022
    Configuration menu
    Copy the full SHA
    9dda79a View commit details
    Browse the repository at this point in the history
  3. refactor(scaler/liiklus): compare error with errors.Is

    Signed-off-by: Eng Zer Jun <[email protected]>
    Juneezee committed Dec 27, 2022
    Configuration menu
    Copy the full SHA
    d714706 View commit details
    Browse the repository at this point in the history
  4. refactor(scaler/scaler): compare error with errors.Is

    Signed-off-by: Eng Zer Jun <[email protected]>
    Juneezee committed Dec 27, 2022
    Configuration menu
    Copy the full SHA
    42e40a6 View commit details
    Browse the repository at this point in the history
  5. refactor(scaler/redis): compare error with errors.Is

    Signed-off-by: Eng Zer Jun <[email protected]>
    Juneezee committed Dec 27, 2022
    Configuration menu
    Copy the full SHA
    11640a5 View commit details
    Browse the repository at this point in the history
  6. refactor(scaler/aws): compare error with errors.Is

    Signed-off-by: Eng Zer Jun <[email protected]>
    Juneezee committed Dec 27, 2022
    Configuration menu
    Copy the full SHA
    c36c648 View commit details
    Browse the repository at this point in the history
  7. refactor(scaler/elasticsearch): compare error with errors.Is

    Signed-off-by: Eng Zer Jun <[email protected]>
    Juneezee committed Dec 27, 2022
    Configuration menu
    Copy the full SHA
    e42bae9 View commit details
    Browse the repository at this point in the history
  8. refactor(scaler/mssql): compare error with errors.Is

    Signed-off-by: Eng Zer Jun <[email protected]>
    Juneezee committed Dec 27, 2022
    Configuration menu
    Copy the full SHA
    0d0a490 View commit details
    Browse the repository at this point in the history