-
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
Introspective metadata endpoint #125
base: master
Are you sure you want to change the base?
Conversation
Flesh it out, support editable installations.
Split them into "std", "editable", and "external". "std" are the "normal" packages that show up during `pip freeze`, e.g., in the form of `oteapi-core==0.1.6`. "editable" are all the ones showing up in `pip list`, but not `pip freeze --exclude-editable`. "external" is everything in `pip freeze` that isn't in the "std" format.
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #125 +/- ##
==========================================
- Coverage 59.47% 57.86% -1.62%
==========================================
Files 20 21 +1
Lines 728 769 +41
==========================================
+ Hits 433 445 +12
- Misses 295 324 +29
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
…spective-metadata-endpoint
Update GH Actions: * Bump peter-evans/create-pull-request from 5 to 6 (#388) * Bump codecov/codecov-action from 3 to 4 (#387) Update dependencies: * Update fakeredis requirement from ~=2.20 to ~=2.21 in /.dev (#390) * Update `requirements.txt` (#391) Add codecov token. Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
@quaat you've approved this, but do you maybe have a local version that is more up-to-date? Otherwise, I can pick this back up and finish it? |
Description:
Closes #113
This PR introduces an introspective endpoint along with a new "module" of endpoints (
/admin
), the introspective one being at/admin/info
.To do still:
This will make it easier to process the response by machines.
/admin
endpoints.Type of change:
Checklist for the reviewer:
This checklist should be used as a help for the reviewer.