-
Notifications
You must be signed in to change notification settings - Fork 32
✨ task manager improvement: listing /computations/{project_id}/iterations
#7669
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
✨ task manager improvement: listing /computations/{project_id}/iterations
#7669
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #7669 +/- ##
=========================================
Coverage 87.68% 87.68%
=========================================
Files 1745 1794 +49
Lines 67358 69341 +1983
Branches 1135 1136 +1
=========================================
+ Hits 59062 60803 +1741
- Misses 7986 8228 +242
Partials 310 310
Continue to review full report in Codecov by Sentry.
🚀 New features to boost your workflow:
|
/computations/{project_id}/iterations
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
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.
thx. left some suggestions
packages/models-library/src/models_library/api_schemas_webserver/computations.py
Show resolved
Hide resolved
packages/service-library/src/servicelib/rabbitmq/rpc_interfaces/director_v2/computations.py
Show resolved
Hide resolved
packages/service-library/src/servicelib/rabbitmq/rpc_interfaces/director_v2/computations.py
Show resolved
Hide resolved
services/director-v2/src/simcore_service_director_v2/modules/db/repositories/comp_runs.py
Show resolved
Hide resolved
services/director-v2/tests/unit/with_dbs/comp_scheduler/test_api_rpc_computations.py
Outdated
Show resolved
Hide resolved
services/director-v2/tests/unit/with_dbs/comp_scheduler/test_api_rpc_computations.py
Show resolved
Hide resolved
services/web/server/src/simcore_service_webserver/director_v2/_computations_service.py
Outdated
Show resolved
Hide resolved
services/web/server/src/simcore_service_webserver/director_v2/_computations_service.py
Outdated
Show resolved
Hide resolved
services/web/server/src/simcore_service_webserver/director_v2/_computations_service.py
Outdated
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
packages/service-library/src/servicelib/rabbitmq/rpc_interfaces/director_v2/computations.py
Show resolved
Hide resolved
|



What do these changes do?
/computations/{project_id}/iterationsfor getting Comp Runs historyRelated issue/s
How to test
Dev-ops