-
-
Notifications
You must be signed in to change notification settings - Fork 5.7k
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
Extract actions on new pull request from models to pulls service and move code.gitea.io/gitea/modules/pull to code.gitea.io/gitea/services/pull #8218
Conversation
29c184f
to
ede6123
Compare
@lafriks done. |
routers/api/v1/repo/pull.go
Outdated
@@ -20,6 +20,7 @@ import ( | |||
api "code.gitea.io/gitea/modules/structs" | |||
"code.gitea.io/gitea/modules/timeutil" | |||
milestone_service "code.gitea.io/gitea/services/milestone" | |||
pull_service "code.gitea.io/gitea/services/pulls" |
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.
import declared with same name as import above:
pull_service "code.gitea.io/gitea/modules/pull"
ede6123
to
38f9def
Compare
@lafriks done and moved |
9fb0970
to
1b5e022
Compare
Codecov Report
@@ Coverage Diff @@
## master #8218 +/- ##
==========================================
- Coverage 41.55% 41.54% -0.01%
==========================================
Files 492 493 +1
Lines 65355 65360 +5
==========================================
+ Hits 27155 27157 +2
- Misses 34704 34706 +2
- Partials 3496 3497 +1
Continue to review full report at Codecov.
|
make L-G-T-M work |
As title.