-
Notifications
You must be signed in to change notification settings - Fork 30
♻️ api-server: openapi docs and versioning #6264
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
♻️ api-server: openapi docs and versioning #6264
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #6264 +/- ##
=========================================
- Coverage 84.5% 67.0% -17.6%
=========================================
Files 10 657 +647
Lines 214 32230 +32016
Branches 25 260 +235
=========================================
+ Hits 181 21600 +21419
- Misses 23 10570 +10547
- Partials 10 60 +50
Flags with carried forward coverage won't be shown. Click here to find out more.
|
94d1e99
to
9e554b0
Compare
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.
thanks
services/api-server/src/simcore_service_api_server/api/routes/_constants.py
Show resolved
Hide resolved
services/api-server/src/simcore_service_api_server/api/routes/_constants.py
Outdated
Show resolved
Hide resolved
services/api-server/src/simcore_service_api_server/api/routes/_constants.py
Outdated
Show resolved
Hide resolved
services/api-server/src/simcore_service_api_server/core/application.py
Outdated
Show resolved
Hide resolved
This reverts commit 1164111.
112acbe
to
4ac262a
Compare
|
What do these changes do?
None critical changes for the
api-server
to align with the new release strategy developed for the client in ITISFoundation/osparc-simcore-clients#180API_SERVER_DEV_FEATURES_ENABLED=1
- the OAS exposes all entrypoint (some are hidden in production)
- Changes to a development version
M.m.p.post0.dev
- The resulting OAS can be obtained also using
make openapi-dev.json
Related issue/s
How to test
Dev-ops checklist
None