-
Notifications
You must be signed in to change notification settings - Fork 1
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
Major/410 session update #395
Conversation
Co-authored-by: Casper Welzel Andersen <[email protected]>
Co-authored-by: Casper Welzel Andersen <[email protected]>
…i-services into major/410-session-update
Co-authored-by: Casper Welzel Andersen <[email protected]>
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #395 +/- ##
===========================================
+ Coverage 59.47% 78.64% +19.16%
===========================================
Files 20 23 +3
Lines 728 693 -35
===========================================
+ Hits 433 545 +112
+ Misses 295 148 -147
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
The docker-compose CI tests are currently failing due to bc04d82. This commit should be reverted and the |
Note: When installing locally the requirements.txt via 'pip install' remember to use the '--pre' option. Fix the regex in 'entrypoint.sh' to allow for "weird" versions of oteapi-core in requirements.txt.
Expose debug port in development Dockerfile target. Hopefully this fixes the docker-compose development CI.
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.
Minor things only
Co-authored-by: Casper Welzel Andersen <[email protected]>
Mention the current use of a development version of oteapi-core.
* Use v0.7.0.dev0 of oteapi-core * modify the endpoints to handle the absence of a session. * add parser APIs * update tests * update readme Co-authored-by: Thomas Hagelien <[email protected]> Co-authored-by: Casper Welzel Andersen <[email protected]>
* Use v0.7.0.dev0 of oteapi-core * modify the endpoints to handle the absence of a session. * add parser APIs * update tests * update readme Co-authored-by: Thomas Hagelien <[email protected]> Co-authored-by: Casper Welzel Andersen <[email protected]>
Description:
Type of change:
Checklist for the reviewer:
This checklist should be used as a help for the reviewer.