-
Notifications
You must be signed in to change notification settings - Fork 32
🎨 Adding filtering for template type + extend patching #7689
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
🎨 Adding filtering for template type + extend patching #7689
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #7689 +/- ##
==========================================
+ Coverage 87.57% 88.97% +1.39%
==========================================
Files 1804 1559 -245
Lines 70181 62206 -7975
Branches 1137 608 -529
==========================================
- Hits 61462 55347 -6115
+ Misses 8409 6696 -1713
+ Partials 310 163 -147
Continue to review full report in Codecov by Sentry.
🚀 New features to boost your workflow:
|
odeimaiz
left a comment
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!
GitHK
left a comment
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 👍
services/web/server/src/simcore_service_webserver/projects/_controller/projects_rest_schemas.py
Outdated
Show resolved
Hide resolved
pcrespov
left a comment
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. Please consider them before merging.
services/web/server/src/simcore_service_webserver/projects/_controller/projects_rest_schemas.py
Outdated
Show resolved
Hide resolved
services/web/server/src/simcore_service_webserver/projects/_controller/projects_rest_schemas.py
Outdated
Show resolved
Hide resolved
services/web/server/src/simcore_service_webserver/projects/_projects_service.py
Show resolved
Hide resolved
...ces/web/server/tests/unit/with_dbs/02/test_projects_crud_handlers__list_with_query_params.py
Outdated
Show resolved
Hide resolved
...ces/web/server/tests/unit/with_dbs/02/test_projects_crud_handlers__list_with_query_params.py
Show resolved
Hide resolved
...ces/web/server/tests/unit/with_dbs/02/test_projects_crud_handlers__list_with_query_params.py
Show resolved
Hide resolved
...ces/web/server/tests/unit/with_dbs/02/test_projects_crud_handlers__list_with_query_params.py
Outdated
Show resolved
Hide resolved
...ces/web/server/tests/unit/with_dbs/02/test_projects_crud_handlers__list_with_query_params.py
Outdated
Show resolved
Hide resolved
sanderegg
left a comment
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
|
37d7a7d
into
ITISFoundation:master



What do these changes do?
Related issue/s
How to test
osparc-simcore/services/web/server/tests/unit/with_dbs/02/test_projects_crud_handlers__list_with_query_params.pyDev-ops