-
Couldn't load subscription status.
- Fork 32
🐛 Fixes file-only study dispatcher #4387
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
🐛 Fixes file-only study dispatcher #4387
Conversation
Codecov Report
@@ Coverage Diff @@
## master #4387 +/- ##
========================================
+ Coverage 76.8% 84.3% +7.5%
========================================
Files 552 393 -159
Lines 26734 20516 -6218
Branches 359 173 -186
========================================
- Hits 20543 17314 -3229
+ Misses 6099 3153 -2946
+ Partials 92 49 -43
Flags with carried forward coverage won't be shown. Click here to find out more.
|
e4993ce to
6ec9db8
Compare
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.
👍
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.
maybe reconsider the renaming of guest --> anonymous. it is confusing, at least for me.
services/web/server/src/simcore_service_webserver/studies_dispatcher/_users.py
Show resolved
Hide resolved
|
Code Climate has analyzed commit adda14d and detected 0 issues on this pull request. View more on Code Climate. |
|
Kudos, SonarCloud Quality Gate passed!
|








What do these changes do?
file-onlystudy dispatchingRelated issue/s
How to test
make devenv source .venv/bin/activate cd services/web/server make install-dev pytest -vv unit/with_dbs/01/studies_dispatcher/test_studies_dispatcher_handlers.pyManual
https://osparc-master.speag.com/view?download_link= ...when it hits masterDevOps
None