-
-
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
Move some repository related code into sub package #19711
Conversation
please resolve conflicts ;) |
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.
please resolve conflicts ;)
And the CI problems.
7d4ac52
to
056bdd9
Compare
a34b094
to
07c2054
Compare
Codecov Report
@@ Coverage Diff @@
## main #19711 +/- ##
=======================================
Coverage ? 47.31%
=======================================
Files ? 960
Lines ? 133661
Branches ? 0
=======================================
Hits ? 63240
Misses ? 62713
Partials ? 7708
Continue to review full report at Codecov.
|
Co-authored-by: delvh <dev.lh@web.de>
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.
My only hope is that there will be no rebase + force push after review starts, then I won't take the risk of code lost.
* giteaofficial/main: Move some repository related code into sub package (go-gitea#19711) A minimal change to replace data calls with attr as per guidelines (go-gitea#19900) Modernize JS build scripts (go-gitea#19824) [skip ci] Updated translations via Crowdin Update MAINTAINERS (go-gitea#19896)
* Move some repository related code into sub package * Move more repository functions out of models * Fix lint * Some performance optimization for webhooks and others * some refactors * Fix lint * Fix * Update modules/repository/delete.go Co-authored-by: delvh <dev.lh@web.de> * Fix test * Merge * Fix test * Fix test * Fix test * Fix test Co-authored-by: delvh <dev.lh@web.de>
As title.