-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
Recall repo maintenance history on restart #8580
Recall repo maintenance history on restart #8580
Conversation
Signed-off-by: Lyndon-Li <[email protected]>
Signed-off-by: Lyndon-Li <[email protected]>
Signed-off-by: Lyndon-Li <[email protected]>
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #8580 +/- ##
==========================================
+ Coverage 59.18% 59.35% +0.16%
==========================================
Files 370 370
Lines 39595 39932 +337
==========================================
+ Hits 23434 23700 +266
- Misses 14679 14737 +58
- Partials 1482 1495 +13 ☔ View full report in Codecov by Sentry. |
de12053
to
4aa06f7
Compare
Signed-off-by: Lyndon-Li <[email protected]>
4aa06f7
to
6b73a25
Compare
f9c91e8
to
f041572
Compare
Signed-off-by: Lyndon-Li <[email protected]>
f041572
to
4ce7361
Compare
cb26980
to
b19dd9a
Compare
b19dd9a
to
c76facf
Compare
7077ebe
to
19b1423
Compare
Signed-off-by: Lyndon-Li <[email protected]>
19b1423
to
fc96836
Compare
Signed-off-by: Lyndon-Li <[email protected]>
6be1a91
to
3900f2f
Compare
Signed-off-by: Lyndon-Li <[email protected]>
6f33dc6
to
0045e94
Compare
Signed-off-by: Lyndon-Li <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm, thanks!
Fix issue #7753, recall repo maintenance history on Velero server restart.
Refactor the code to manipulate maintenance job from backupRepository controller and use repo Manager purely as a bridge of repo operations.