-
Notifications
You must be signed in to change notification settings - Fork 32
🐛 Enhance response when retrieving Solver functions #8153
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
🐛 Enhance response when retrieving Solver functions #8153
Conversation
Codecov Report❌ Patch coverage is Additional details and impacted files@@ Coverage Diff @@
## master #8153 +/- ##
==========================================
+ Coverage 88.08% 89.87% +1.79%
==========================================
Files 1894 1494 -400
Lines 73026 61448 -11578
Branches 1279 496 -783
==========================================
- Hits 64326 55228 -9098
+ Misses 8320 6092 -2228
+ Partials 380 128 -252
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.
👍
wvangeit
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.
Looks good. Thanks @giancarloromeo
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.
Please consider my suggestions
packages/models-library/src/models_library/api_schemas_webserver/functions.py
Show resolved
Hide resolved
services/web/server/src/simcore_service_webserver/functions/_controller/_functions_rest.py
Outdated
Show resolved
Hide resolved
…m:giancarloromeo/osparc-simcore into is1905/fix-functions-endpoint-for-solvers
packages/models-library/src/models_library/api_schemas_webserver/functions.py
Show resolved
Hide resolved
services/web/server/src/simcore_service_webserver/functions/_controller/_functions_rest.py
Outdated
Show resolved
Hide resolved
services/web/server/src/simcore_service_webserver/functions/_services_metadata/_proxy.py
Show resolved
Hide resolved
…ons-endpoint-for-solvers
|
@mergify queue |
🟠 Waiting for conditions to match
|
|
d928d88
into
ITISFoundation:master



What do these changes do?
This PR follows #8149 and fixes remaining issues when dealing with Solver functions.
Now both Project and Solver functions are properly retrieved (including class-specific data if required).
Related issue/s
How to test
Dev-ops