-
Notifications
You must be signed in to change notification settings - Fork 27
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
✨Webserver: Allow to disable auto-start of dynamic services #4103
✨Webserver: Allow to disable auto-start of dynamic services #4103
Conversation
Codecov Report
@@ Coverage Diff @@
## master #4103 +/- ##
=========================================
- Coverage 84.7% 83.0% -1.7%
=========================================
Files 952 398 -554
Lines 41329 20621 -20708
Branches 957 174 -783
=========================================
- Hits 35023 17130 -17893
+ Misses 6087 3442 -2645
+ Partials 219 49 -170
Flags with carried forward coverage won't be shown. Click here to find out more.
|
07bd22e
to
1903609
Compare
Kudos, SonarCloud Quality Gate passed! 0 Bugs No Coverage information |
Code Climate has analyzed commit 1903609 and detected 0 issues on this pull request. View more on Code Climate. |
What do these changes do?
/projects/{project_id}:open?disable_service_auto_start=true
will prevent any dynamic service to start@odeimaiz
Related issue/s
fixes #4074
How to test
DevOps Checklist