-
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
♻️ redirect list_dynamic_services
via dynamic-scheduler
#6893
♻️ redirect list_dynamic_services
via dynamic-scheduler
#6893
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #6893 +/- ##
==========================================
- Coverage 88.35% 88.16% -0.19%
==========================================
Files 1571 1411 -160
Lines 61614 58088 -3526
Branches 1999 1643 -356
==========================================
- Hits 54437 51212 -3225
+ Misses 6841 6593 -248
+ Partials 336 283 -53
Continue to review full report in Codecov by Sentry.
|
list_dynamic_services
via dynamic-scheduler
…t-remain-dv2-calls-via-dynamic-scheduler
…t-remain-dv2-calls-via-dynamic-scheduler
…t-remain-dv2-calls-via-dynamic-scheduler
…t-remain-dv2-calls-via-dynamic-scheduler
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.
thanks
packages/models-library/src/models_library/api_schemas_directorv2/dynamic_services_service.py
Show resolved
Hide resolved
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.
Thanks!
...dynamic-scheduler/src/simcore_service_dynamic_scheduler/services/director_v2/_thin_client.py
Outdated
Show resolved
Hide resolved
services/web/server/src/simcore_service_webserver/projects/_trash_api.py
Show resolved
Hide resolved
services/web/server/src/simcore_service_webserver/dynamic_scheduler/api.py
Show resolved
Hide resolved
…t-remain-dv2-calls-via-dynamic-scheduler
…t-remain-dv2-calls-via-dynamic-scheduler
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.
OK. Please check the questions i left. thx
services/web/server/src/simcore_service_webserver/folders/_folders_db.py
Outdated
Show resolved
Hide resolved
services/web/server/src/simcore_service_webserver/dynamic_scheduler/api.py
Show resolved
Hide resolved
…-remain-dv2-calls-via-dynamic-scheduler
Quality Gate passedIssues Measures |
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.
looks good
What do these changes do?
Redirecting
list_dynamic_services
via dynamic-scheduler. Webserver calls the endpoint via RPC like it does for: starting, stopping and getting the status of a service.NOTE: this is very noisy due to the mocks rename to better reflect the new circumstances.
Related issue/s
How to test
Dev-ops checklist