-
-
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
fix: Accept web-command cli flags if web-command is commited #5200
fix: Accept web-command cli flags if web-command is commited #5200
Conversation
* Added flags of default cmd CmdWeb to app-wide flags * If command *is* specified app-wide flags are ignored Resolves: #5065 Signed-off-by: Berengar W. Lehr <Berengar.Lehr@kompetenztest.de>
Codecov Report
@@ Coverage Diff @@
## master #5200 +/- ##
=========================================
Coverage ? 37.48%
=========================================
Files ? 310
Lines ? 45923
Branches ? 0
=========================================
Hits ? 17213
Misses ? 26236
Partials ? 2474 Continue to review full report at Codecov.
|
main.go
Outdated
@@ -13,6 +13,7 @@ import ( | |||
"code.gitea.io/gitea/cmd" | |||
"code.gitea.io/gitea/modules/log" | |||
"code.gitea.io/gitea/modules/setting" | |||
|
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.
Would you be able to remove this newline?
One nit, but once that is resolved I'll be happy to complete my review. Thanks for PR 😄 |
* broken windows need to be fixed * provides requested change
@techknowlogick nit was removed, is there anything else I can do? |
@HoffmannP please send back port to release/v1.6 |
* Added flags of default cmd CmdWeb to app-wide flags * If command *is* specified app-wide flags are ignored Backport of #5200 Signed-off-by: Berengar W. Lehr <Berengar.Lehr@kompetenztest.de>
Resolves: #5065
Signed-off-by: Berengar W. Lehr Berengar.Lehr@kompetenztest.de