-
Notifications
You must be signed in to change notification settings - Fork 27
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
🐛 ✨ Check #credits >= 0.0
before returning solver job outputs
#5249
🐛 ✨ Check #credits >= 0.0
before returning solver job outputs
#5249
Conversation
…tionality disappeard
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## master #5249 +/- ##
========================================
- Coverage 87.3% 87.2% -0.1%
========================================
Files 1302 1260 -42
Lines 53251 52053 -1198
Branches 1167 1167
========================================
- Hits 46496 45408 -1088
+ Misses 6506 6396 -110
Partials 249 249
Flags with carried forward coverage won't be shown. Click here to find out more.
|
#credits >= 0.0
before returning credits#credits >= 0.0
before returning credits
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.
Cool thanks! Q: so what was th e problem with not able to query the products API?
#credits >= 0.0
before returning credits#credits >= 0.0
before returning solver job outputs
#credits >= 0.0
before returning solver job outputs#credits >= 0.0
before returning solver job outputs
services/api-server/src/simcore_service_api_server/api/routes/solvers_jobs_getters.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.
thx!
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.
👍
services/web/server/src/simcore_service_webserver/products/_middlewares.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.
nice. you should probably be careful with the auto-import functionality in vscode. this always imports with absolute import instead of relative if the file is not imported yet.
Then you get issues with Ruff vs iSort
services/api-server/src/simcore_service_api_server/core/application.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.
Cool! I left some suggestions and questions
services/api-server/src/simcore_service_api_server/api/errors/custom_errors.py
Outdated
Show resolved
Hide resolved
services/api-server/src/simcore_service_api_server/api/routes/solvers_jobs_getters.py
Show resolved
Hide resolved
services/web/server/src/simcore_service_webserver/products/_middlewares.py
Show resolved
Hide resolved
services/api-server/src/simcore_service_api_server/core/settings.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.
Thx. Added some extra comments regarding the error msgs
Quality Gate passedKudos, no new issues were introduced! 0 New issues |
What do these changes do?
Related issue/s
#credits > 0
before returning solver outputs from api-server #5236How to test
Dev Checklist
DevOps Checklist