-
Notifications
You must be signed in to change notification settings - Fork 32
🎨 Enhance Functions REST API endpoints in Web Server #8117
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 Functions REST API endpoints in Web Server #8117
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #8117 +/- ##
==========================================
+ Coverage 89.74% 89.81% +0.07%
==========================================
Files 1701 1454 -247
Lines 66121 60299 -5822
Branches 819 491 -328
==========================================
- Hits 59341 54160 -5181
+ Misses 6566 6013 -553
+ Partials 214 126 -88
Continue to review full report in Codecov by Sentry.
🚀 New features to boost your workflow:
|
functions REST API endpoints in web-server…om:giancarloromeo/osparc-simcore into is1905/add-new-fuctions-rest-api-endpoints
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!
packages/models-library/src/models_library/api_schemas_webserver/functions.py
Outdated
Show resolved
Hide resolved
packages/models-library/src/models_library/api_schemas_webserver/users.py
Show resolved
Hide resolved
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/projects/_projects_service.py
Show resolved
Hide resolved
matusdrobuliak66
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!
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
services/web/server/src/simcore_service_webserver/functions/_controller/_functions_rest.py
Outdated
Show resolved
Hide resolved
services/web/server/src/simcore_service_webserver/projects/_projects_service.py
Show resolved
Hide resolved
…om:giancarloromeo/osparc-simcore into is1905/add-new-fuctions-rest-api-endpoints
|
@Mergifyio queue |
🟠 Waiting for conditions to match
|
|
abfb431
into
ITISFoundation:master



What do these changes do?
This PR enhances the Functions REST API endpoints in the Web Server by adding support for listing and updating functions. The changes enable full CRUD operations for function management.
Related issue/s
How to test
Dev-ops