Closed skearnes closed 3 months ago
Attention: Patch coverage is 91.33858%
with 11 lines
in your changes missing coverage. Please review.
Please upload report for BASE (
main@a3e16e5
). Learn more about missing BASE report.
Files | Patch % | Lines |
---|---|---|
ord_interface/celeryconfig.py | 0.00% | 6 Missing :warning: |
ord_interface/api/search.py | 94.11% | 4 Missing :warning: |
ord_interface/api/queries.py | 96.15% | 1 Missing :warning: |
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
@miori-nd this has been deployed to staging; see https://staging.open-reaction-database.org/api/docs
(Update: fixed a connection issue; works on staging now and not just in tests.)
Adds a couple of new API endpoints:
/api/submit_query
takes the same GET parameters asquery
and returns a task ID/api/fetch_query_result
takes the task ID as a GET parameter and returns either a 102 status (processing) or the query result