-
Notifications
You must be signed in to change notification settings - Fork 29
♻️ Refactor catalog domain in webserver #7308
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
bisgaard-itis
merged 34 commits into
ITISFoundation:master
from
bisgaard-itis:refactor-catalog-domain-in-webserver
Mar 6, 2025
Merged
Changes from 18 commits
Commits
Show all changes
34 commits
Select commit
Hold shift + click to select a range
cbc06aa
use service terminology
bisgaard-itis 75515cf
further refactoring
bisgaard-itis da6debd
make the catalog rest client private
bisgaard-itis 8fd6b61
make the catalog rest client private
bisgaard-itis 4b1bc03
make the catalog rest client private
bisgaard-itis f2ea112
make the catalog rest client privat
bisgaard-itis 560a2ee
remove _handler_exceptions file
bisgaard-itis 16f89d7
start adding test for getting inputs REST endpoint
bisgaard-itis ba066aa
add response data to call to catalog
bisgaard-itis 4a23dce
improve unit test
bisgaard-itis 35663ca
add get_inputs_test
bisgaard-itis 73edc8c
add test for checking input-output compatibility
bisgaard-itis 456c638
add test for matching output endpoints
bisgaard-itis 997b55d
add tests directly for catalog rest client
bisgaard-itis 039e14f
add test for getting access rights
bisgaard-itis 476657e
add test for exceptions
bisgaard-itis c826a6d
merge master into refactor-catalog-domain-in-webserver
bisgaard-itis ec359b0
Merge branch 'master' into refactor-catalog-domain-in-webserver
bisgaard-itis 3a1d60f
@pcrespov models.py -> controller_rest_schemas.py
bisgaard-itis 3de0572
@pcrespov import from controller_rest_schemas
bisgaard-itis 5eec0f5
improve file namings
bisgaard-itis 2678c71
minor correction
bisgaard-itis 5cace5b
@pcrespov use new exception handling system
bisgaard-itis 16b56ee
make pylint happy
bisgaard-itis 4d53197
@pcrespov _service_api_units.py -> _service_units.py
bisgaard-itis 9bc18ff
ddd instead of sa @matusdrobuliak66 @pcrespov
bisgaard-itis 2925ec3
merge master into refactor-catalog-domain-in-webserver
bisgaard-itis 6cb01a1
fix typecheck
bisgaard-itis 19c51f1
fix further tests
bisgaard-itis 28b1544
fix mocks
bisgaard-itis 7e56849
fix tests
bisgaard-itis 608ef23
Merge branch 'master' into refactor-catalog-domain-in-webserver
bisgaard-itis 79ad133
further fix to tests
bisgaard-itis 9d55786
fix yet another test
bisgaard-itis 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
25 changes: 25 additions & 0 deletions
25
...e_service_webserver/catalog/exceptions.py → ..._service_webserver/catalog/_exceptions.py
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
31 changes: 0 additions & 31 deletions
31
services/web/server/src/simcore_service_webserver/catalog/_handlers_errors.py
This file was deleted.
Oops, something went wrong.
bisgaard-itis marked this conversation as resolved.
Show resolved
Hide resolved
|
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.
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.