-
Notifications
You must be signed in to change notification settings - Fork 30
Fixes on catalog/services
section of the web-API
#2151
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
Merged
Merged
Changes from 26 commits
Commits
Show all changes
28 commits
Select commit
Hold shift + click to select a range
946c947
catalog OAS published under api/specs/catalog
pcrespov 5b433c0
Adds constraint on uvloop (dropping support for 3.6!)
pcrespov ff41145
full upgrade of catalog reqs
pcrespov c397fad
Minor cleanup .env file
pcrespov 6c7aff5
INcreases test coverage
pcrespov c67a17e
Cleanup
pcrespov 3599c85
Cleanup tests: reorganize and delete old
pcrespov 168da49
Added examples for testing
pcrespov 2c53c36
Minor
pcrespov ab4a7db
Adds a layer in the web-server that extends response of catalog
pcrespov 1020f87
Serialization done with orjson
pcrespov 18dcd9d
fixes fixtures
pcrespov 6baf24b
Fixes example
pcrespov ef3ac1c
Fixes catalog OAS failure
pcrespov 755acba
Fixes linter
pcrespov 7899073
Fixes operation_id in web-server OAS to bind properly handler functions
pcrespov 4753d44
Minor fix on routes
pcrespov 6e6cbe5
Prunes defaultValue in output ports
pcrespov ef06c4c
readds openapi.json to catalog folder. python validation tests are no…
pcrespov 82bc47d
Change title of web API
pcrespov 8d712f1
Minor
pcrespov 26c54b5
minor
pcrespov b6b3531
Catalog entrypoints response model excludes None fields
pcrespov 23fec93
Fixes test
pcrespov bfa4cdb
@sanderegg review: restored return annotations and added some more fo…
pcrespov 1fb3f00
@sanderegg review: policy drops only unset values instead of nulls fo…
pcrespov f8e634a
fix
pcrespov 91dce39
Fixes public-api test
pcrespov File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
openapi: 3.0.0 | ||
info: | ||
title: "osparc-simcore RESTful API" | ||
title: "osparc-simcore web API" | ||
version: 0.6.0 | ||
description: "RESTful API designed for web clients" | ||
description: "API designed for the front-end app" | ||
contact: | ||
name: IT'IS Foundation | ||
email: [email protected] | ||
|
@@ -218,11 +218,11 @@ paths: | |
$ref: "./openapi-catalog.yaml#/paths/~1catalog~1dags" | ||
/catalog/dags/{dag_id}: | ||
$ref: "./openapi-catalog.yaml#/paths/~1catalog~1dags~1{dag_id}" | ||
|
||
/catalog/services: | ||
$ref: "./openapi-catalog.yaml#/paths/~1catalog~1services" | ||
$ref: "./openapi-catalog.yaml#/paths/catalog_services" | ||
/catalog/services/{service_key}/{service_version}: | ||
$ref: "./openapi-catalog.yaml#/paths/~1catalog~1services~1{service_key}~1{service_version}" | ||
|
||
$ref: "./openapi-catalog.yaml#/paths/catalog_services_service_key_service_version" | ||
/catalog/services/{service_key}/{service_version}/inputs: | ||
$ref: "./openapi-catalog.yaml#/paths/catalog_services_service_key_service_version_inputs" | ||
/catalog/services/{service_key}/{service_version}/inputs/{input_key}: | ||
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.