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

WIP: V1 artifact files endpoint changes #658

Open
wants to merge 12 commits into
base: dev
Choose a base branch
from

Commits on Nov 18, 2024

  1. feat: change artifacts schema/controller to support artifact files

    Add initial schema and controller updates for handling browsing and retrieving artifact files.
    mtrapnell-nist committed Nov 18, 2024
    Configuration menu
    Copy the full SHA
    bd869bd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5f80d62 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d726cc2 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f769da8 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    142e29b View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    3c56c9e View commit details
    Browse the repository at this point in the history
  7. feat: add browsing and retrieving artifact files functionality

    This commit adds a service for retrieving Artifact file contents or a directory listing of the files. It also changes the Artifact service to allow for an Artifact to be uploaded to mlflow directly on creation. These features are not fully implemented.
    mtrapnell-nist committed Nov 18, 2024
    Configuration menu
    Copy the full SHA
    c94daab View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    420c5b4 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    fb2a248 View commit details
    Browse the repository at this point in the history

Commits on Nov 21, 2024

  1. Configuration menu
    Copy the full SHA
    f826e6c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a5749ef View commit details
    Browse the repository at this point in the history

Commits on Nov 22, 2024

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