-
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
Open
Lyndon-Li
wants to merge
7
commits into
vmware-tanzu:main
Choose a base branch
from
Lyndon-Li:recall-repo-maintenance-history-on-restart
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Recall repo maintenance history on restart #8580
Lyndon-Li
wants to merge
7
commits into
vmware-tanzu:main
from
Lyndon-Li:recall-repo-maintenance-history-on-restart
+2,425
−1,257
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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.31% +0.13%
==========================================
Files 370 370
Lines 39595 39715 +120
==========================================
+ Hits 23434 23557 +123
+ Misses 14679 14678 -1
+ Partials 1482 1480 -2 ☔ View full report in Codecov by Sentry. |
Lyndon-Li
force-pushed
the
recall-repo-maintenance-history-on-restart
branch
2 times, most recently
from
January 6, 2025 09:01
de12053
to
4aa06f7
Compare
Signed-off-by: Lyndon-Li <[email protected]>
Lyndon-Li
force-pushed
the
recall-repo-maintenance-history-on-restart
branch
from
January 6, 2025 09:11
4aa06f7
to
6b73a25
Compare
Lyndon-Li
force-pushed
the
recall-repo-maintenance-history-on-restart
branch
4 times, most recently
from
January 7, 2025 03:35
f9c91e8
to
f041572
Compare
Signed-off-by: Lyndon-Li <[email protected]>
Lyndon-Li
force-pushed
the
recall-repo-maintenance-history-on-restart
branch
from
January 7, 2025 04:58
f041572
to
4ce7361
Compare
github-actions
bot
added
the
Dependencies
Pull requests that update a dependency file
label
Jan 7, 2025
Lyndon-Li
force-pushed
the
recall-repo-maintenance-history-on-restart
branch
from
January 7, 2025 06:55
cb26980
to
b19dd9a
Compare
Lyndon-Li
force-pushed
the
recall-repo-maintenance-history-on-restart
branch
from
January 7, 2025 07:01
b19dd9a
to
c76facf
Compare
kaovilai
reviewed
Jan 7, 2025
kaovilai
requested changes
Jan 7, 2025
Lyndon-Li
force-pushed
the
recall-repo-maintenance-history-on-restart
branch
from
January 7, 2025 08:02
c76facf
to
7077ebe
Compare
Signed-off-by: Lyndon-Li <[email protected]>
Lyndon-Li
force-pushed
the
recall-repo-maintenance-history-on-restart
branch
from
January 7, 2025 08:07
7077ebe
to
19b1423
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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.