-
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
♻️ Propagate can_save when starting service 🚨 #4202
♻️ Propagate can_save when starting service 🚨 #4202
Conversation
Codecov Report
@@ Coverage Diff @@
## master #4202 +/- ##
========================================
+ Coverage 76.8% 85.3% +8.5%
========================================
Files 881 788 -93
Lines 39011 36867 -2144
Branches 877 452 -425
========================================
+ Hits 29987 31480 +1493
+ Misses 8823 5278 -3545
+ Partials 201 109 -92
Flags with carried forward coverage won't be shown. Click here to find out more.
|
services/director-v2/tests/unit/with_dbs/test_modules_dynamic_sidecar_docker_service_specs.py
Show resolved
Hide resolved
services/web/server/tests/unit/with_dbs/02/test_projects_handlers__open_close.py
Outdated
Show resolved
Hide resolved
…parc-simcore-forked into pr-osparc-add-can-save-on-start
Code Climate has analyzed commit 72d4c30 and detected 0 issues on this pull request. View more on Code Climate. |
Please retry analysis of this Pull-Request directly on SonarCloud. |
Kudos, SonarCloud Quality Gate passed! 0 Bugs No Coverage information |
What do these changes do?
NOTE: This was already part of #4044 which had to be reverted
The
can_save
can also be computed once the service is started. For new style (the ones running via dynamic sidecar), it is useful when the services are closed to address some edge cases where the content was saved without having permission to do so.🚨 Updated legacy data format. Should not have any impact, keep an eye on it on master and staging, if no errors occur in director-v2 should be OK!
Related issue/s
How to test
DevOps Checklist