-
Notifications
You must be signed in to change notification settings - Fork 30
🎨 Improve listing task manager (add filter + and project name, project custom metadata fields) #7661
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
🎨 Improve listing task manager (add filter + and project name, project custom metadata fields) #7661
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #7661 +/- ##
==========================================
- Coverage 87.71% 87.60% -0.12%
==========================================
Files 1792 1616 -176
Lines 69182 65149 -4033
Branches 1136 891 -245
==========================================
- Hits 60682 57072 -3610
+ Misses 8190 7832 -358
+ Partials 310 245 -65
Continue to review full report in Codecov by Sentry.
🚀 New features to boost your workflow:
|
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.
👍
services/web/server/src/simcore_service_webserver/projects/_metadata_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/models-library/src/models_library/api_schemas_webserver/computations.py
Show resolved
Hide resolved
…uliak66/osparc-simcore into improve-listing-task-manager-3
|
What do these changes do?
filter_only_running
query parameter for/v0/computations/-/iterations/latest
listingrootProjectName
andprojectCustomMetadata
fields in the output modelRelated issue/s
How to test
Dev-ops