-
-
Notifications
You must be signed in to change notification settings - Fork 5.5k
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
Doctor check & fix db consistency #11111
Doctor check & fix db consistency #11111
Conversation
backport would be usefull (look at #10280) |
@lunny it shouldn't be breaking if it's released on 1.12.0 and backported to 1.11.5, since the doctor hasn't been released yet. 👨⚕️ |
Codecov Report
@@ Coverage Diff @@
## master #11111 +/- ##
==========================================
- Coverage 43.97% 43.88% -0.09%
==========================================
Files 614 614
Lines 87457 87607 +150
==========================================
- Hits 38459 38449 -10
- Misses 44263 44421 +158
- Partials 4735 4737 +2
Continue to review full report at Codecov.
|
@guillep2k created new function explicit for Issue Deletion |
@guillep2k @lunny I put the part (reason for this feature) into #11138 as Backport to let users fix there instances - can we add #11138 to the 1.11.5 milestone ? |
So this PR is break in v1.12 but not in v1.11 ? |
@lunny I'll work on this the next days to finish it ... this should realy go into the v1.12 release ... |
done |
its finaly ready to merge 🚀 |
I think we should backport this to v1.12 |
needed to fix issue as described in go-gitea#10280 * rename check-db to check-db-version * add check-db-consistency: * find issues without existing repository * find pulls without existing issues * find tracked times without existing issues/pulls * find labels without repository or org reference Co-authored-by: guillep2k <[email protected]> Co-authored-by: Lunny Xiao <[email protected]>
needed to fix issue as described in #10280 * rename check-db to check-db-version * add check-db-consistency: * find issues without existing repository * find pulls without existing issues * find tracked times without existing issues/pulls * find labels without repository or org reference Co-authored-by: guillep2k <[email protected]> Co-authored-by: Lunny Xiao <[email protected]> Co-authored-by: guillep2k <[email protected]> Co-authored-by: Lunny Xiao <[email protected]>
Co-authored-by: Guillermo Prandi <[email protected]>
needed to fix issue as described in go-gitea#10280 * rename check-db to check-db-version * add check-db-consistency: * find issues without existing repository * find pulls without existing issues * find tracked times without existing issues/pulls * find labels without repository or org reference Co-authored-by: guillep2k <[email protected]> Co-authored-by: Lunny Xiao <[email protected]>
as title
needed to fix issue as described in #10280