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

Remove dead code from apierr/errors.go #376

Merged
merged 1 commit into from
May 5, 2023
Merged

Remove dead code from apierr/errors.go #376

merged 1 commit into from
May 5, 2023

Conversation

mgyucht
Copy link
Contributor

@mgyucht mgyucht commented Apr 23, 2023

Changes

Remove commented code from the error retry pathway. This is no longer needed and isn't included in any other SDKs.

Tests

  • make test passing
  • make fmt applied
  • relevant integration tests applied

@codecov-commenter
Copy link

Codecov Report

Patch coverage has no change and project coverage change: -7.06 ⚠️

Comparison is base (c4dcc5a) 41.82% compared to head (6d26df3) 34.76%.

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #376      +/-   ##
==========================================
- Coverage   41.82%   34.76%   -7.06%     
==========================================
  Files          50       50              
  Lines        2788     3538     +750     
==========================================
+ Hits         1166     1230      +64     
- Misses       1518     2197     +679     
- Partials      104      111       +7     

see 36 files with indirect coverage changes

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

☔ View full report in Codecov by Sentry.
📢 Do you have feedback about the report comment? Let us know in this issue.

@nfx nfx merged commit ebf173a into main May 5, 2023
@nfx nfx deleted the remove-dead-code branch May 5, 2023 09:18
@nfx nfx mentioned this pull request May 11, 2023
nfx added a commit that referenced this pull request May 11, 2023
# Version changelog

## 0.8.1

* Added `in` codegen function
([#387](#387)).
* Fixed mlflow acceptance tests
([#378](#378)).
* Fixed MLflow integration test and removed workaround for `DELETE`
query parameter
([#380](#380)).
* Make clusters acceptance tests robust to duplicate cluster names
([#381](#381)).
* Remove dead code from apierr/errors.go
([#376](#376)).
* Serialize params to request body on delete
([#383](#383)).

Dependency updates:

* Bump golang.org/x/oauth2 from 0.7.0 to 0.8.0
([#385](#385)).
* Bump google.golang.org/api from 0.118.0 to 0.122.0
([#382](#382),
[#386](#386)).
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants