Skip to content
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

Draft
wants to merge 10 commits into
base: master
Choose a base branch
from

Commits on May 10, 2022

  1. Minor typo fix

    CasperWA committed May 10, 2022
    Configuration menu
    Copy the full SHA
    65d4514 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    895b7e7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7192acd View commit details
    Browse the repository at this point in the history
  4. Update /admin/info endpoint

    Flesh it out, support editable installations.
    CasperWA committed May 10, 2022
    Configuration menu
    Copy the full SHA
    e72f8a0 View commit details
    Browse the repository at this point in the history
  5. Granularize python dependencies

    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.
    CasperWA committed May 10, 2022
    Configuration menu
    Copy the full SHA
    dfd8c33 View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2023

  1. Merge remote-tracking branch 'origin/master' into cwa/close-113-intro…

    …spective-metadata-endpoint
    CasperWA committed Sep 20, 2023
    Configuration menu
    Copy the full SHA
    7cff861 View commit details
    Browse the repository at this point in the history

Commits on Jan 18, 2024

  1. Configuration menu
    Copy the full SHA
    2511dae View commit details
    Browse the repository at this point in the history

Commits on Feb 13, 2024

  1. [Auto-generated] Update dependencies (#392)

    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>
    TEAM4-0 and dependabot[bot] authored Feb 13, 2024
    Configuration menu
    Copy the full SHA
    b608cc2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7ba93dd View commit details
    Browse the repository at this point in the history

Commits on Feb 23, 2024

  1. Configuration menu
    Copy the full SHA
    8e9ff21 View commit details
    Browse the repository at this point in the history