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: deprecate unused window parameter in the EnableBackup call #531

Merged
merged 2 commits into from
Sep 12, 2024

Conversation

phm07
Copy link
Contributor

@phm07 phm07 commented Sep 6, 2024

Since the API ignores the backup_window parameter anyway we do not need to send it in requests and can just ignore the variable in Go. This PR also updates the corresponding comment and the tests.

Closes #525

@phm07 phm07 self-assigned this Sep 6, 2024
@phm07 phm07 requested a review from a team as a code owner September 6, 2024 13:02
Copy link

codecov bot commented Sep 6, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 71.47%. Comparing base (a90d4c2) to head (d3b89ed).
Report is 3 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #531      +/-   ##
==========================================
+ Coverage   71.46%   71.47%   +0.01%     
==========================================
  Files          46       46              
  Lines        3935     3930       -5     
==========================================
- Hits         2812     2809       -3     
+ Misses        710      709       -1     
+ Partials      413      412       -1     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@jooola jooola changed the title fix: remove handling of deprecated backup window parameter and update docs fix: deprecate unused window parameter in the enable_backup call Sep 9, 2024
@jooola jooola changed the title fix: deprecate unused window parameter in the enable_backup call fix: deprecate unused window parameter in the EnableBackup call Sep 9, 2024
@phm07 phm07 merged commit 584f6c2 into main Sep 12, 2024
4 checks passed
@phm07 phm07 deleted the deprecate-backup-window branch September 12, 2024 15:00
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.

Document removed backup window parameter
2 participants