-
Notifications
You must be signed in to change notification settings - Fork 29
Is1865/catalog solvers api #2112
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
Is1865/catalog solvers api #2112
Conversation
Codecov Report
@@ Coverage Diff @@
## master #2112 +/- ##
=========================================
- Coverage 73.5% 69.5% -4.1%
=========================================
Files 456 158 -298
Lines 17122 6878 -10244
Branches 1685 668 -1017
=========================================
- Hits 12600 4786 -7814
+ Misses 4073 1896 -2177
+ Partials 449 196 -253
Flags with carried forward coverage won't be shown. Click here to find out more.
|
fc6c61a
to
0c731cf
Compare
5d75e01
to
7ae8664
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.
Some comments/questions on the PR
services/api-server/src/simcore_service_api_server/api/routes/solvers.py
Show resolved
Hide resolved
services/api-server/src/simcore_service_api_server/models/schemas/solvers.py
Show resolved
Hide resolved
services/director-v2/src/simcore_service_director_v2/models/schemas/services.py
Show resolved
Hide resolved
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.
some things already.. might continue later
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.
very nice work. and the public-api test you aim to use it also from the e2e?
services/api-server/src/simcore_service_api_server/models/schemas/files.py
Show resolved
Hide resolved
services/api-server/src/simcore_service_api_server/models/schemas/profiles.py
Show resolved
Hide resolved
services/api-server/src/simcore_service_api_server/modules/catalog.py
Outdated
Show resolved
Hide resolved
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.
great! looking forward to the additional test suite
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.
👍 nothing to add here
refator convert_metadata
fcf7d9a
to
65b6d5f
Compare
Fixes while developing ITISFoundation/osparc-simcore#2112 * Minor updates in OAS * returns a file * Changes in file response types Added headers comment * py3 turns into rest.py::223 into string ( should modify
What do these changes do?
Connects
api-server
with catalog serviceChanges in
catalog
service:anyOf
alternative.NEW
tests/public-api
system testingRelated issue/s
How to test
Manually
FAKE_API_SERVER_ENABLED=1
in.env
make build-devel up-devel
Security-Settings>Create-API-Key
Auto
cd tests/public-api make install-dev make tests
Checklist