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

Add server option for serving only artifacts and proxied serving mode #5045

Merged
merged 22 commits into from Dec 1, 2021

Commits on Nov 10, 2021

  1. Add --serve-artifacts-opt and --artifacts-only options to mlflow server

    Signed-off-by: Ben Wilson <benjamin.wilson@databricks.com>
    BenWilson2 committed Nov 10, 2021
    Configuration menu
    Copy the full SHA
    69a26b8 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'master' of https://github.com/mlflow/mlflow into suppor…

    …t-serve-artifacts
    
    Signed-off-by: Ben Wilson <benjamin.wilson@databricks.com>
    BenWilson2 committed Nov 10, 2021
    Configuration menu
    Copy the full SHA
    a649b6f View commit details
    Browse the repository at this point in the history
  3. Update examples to show cli arguments in MLflow Artifacts

    Signed-off-by: Ben Wilson <benjamin.wilson@databricks.com>
    BenWilson2 committed Nov 10, 2021
    Configuration menu
    Copy the full SHA
    c44e62a View commit details
    Browse the repository at this point in the history
  4. Update examples to turn on the REST API endpoints

    Signed-off-by: Ben Wilson <benjamin.wilson@databricks.com>
    BenWilson2 committed Nov 10, 2021
    Configuration menu
    Copy the full SHA
    74fa204 View commit details
    Browse the repository at this point in the history
  5. linting

    Signed-off-by: Ben Wilson <benjamin.wilson@databricks.com>
    BenWilson2 committed Nov 10, 2021
    Configuration menu
    Copy the full SHA
    d1b986d View commit details
    Browse the repository at this point in the history

Commits on Nov 11, 2021

  1. PR changes and adjust test for serve-artifact option flag

    Signed-off-by: Ben Wilson <benjamin.wilson@databricks.com>
    BenWilson2 committed Nov 11, 2021
    Configuration menu
    Copy the full SHA
    7dbd469 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'master' of https://github.com/mlflow/mlflow into suppor…

    …t-serve-artifacts
    
    Signed-off-by: Ben Wilson <benjamin.wilson@databricks.com>
    BenWilson2 committed Nov 11, 2021
    Configuration menu
    Copy the full SHA
    4a0053a View commit details
    Browse the repository at this point in the history
  3. Merge branch 'master' of https://github.com/mlflow/mlflow into suppor…

    …t-serve-artifacts
    
    Signed-off-by: Ben Wilson <benjamin.wilson@databricks.com>
    BenWilson2 committed Nov 11, 2021
    Configuration menu
    Copy the full SHA
    e0a02fb View commit details
    Browse the repository at this point in the history
  4. PR changes

    Signed-off-by: Ben Wilson <benjamin.wilson@databricks.com>
    BenWilson2 committed Nov 11, 2021
    Configuration menu
    Copy the full SHA
    d6b2f32 View commit details
    Browse the repository at this point in the history
  5. PR updates

    Signed-off-by: Ben Wilson <benjamin.wilson@databricks.com>
    BenWilson2 committed Nov 11, 2021
    Configuration menu
    Copy the full SHA
    b0987a5 View commit details
    Browse the repository at this point in the history

Commits on Nov 12, 2021

  1. PR feedback changes

    Signed-off-by: Ben Wilson <benjamin.wilson@databricks.com>
    BenWilson2 committed Nov 12, 2021
    Configuration menu
    Copy the full SHA
    45b9498 View commit details
    Browse the repository at this point in the history
  2. lint

    Signed-off-by: Ben Wilson <benjamin.wilson@databricks.com>
    BenWilson2 committed Nov 12, 2021
    Configuration menu
    Copy the full SHA
    3f0cbb0 View commit details
    Browse the repository at this point in the history

Commits on Nov 15, 2021

  1. Add ui server support for proxied artifacts and update exception mess…

    …ages
    
    Signed-off-by: Ben Wilson <benjamin.wilson@databricks.com>
    BenWilson2 committed Nov 15, 2021
    Configuration menu
    Copy the full SHA
    05899d9 View commit details
    Browse the repository at this point in the history

Commits on Nov 25, 2021

  1. Rebase and discard formatting commits

    Signed-off-by: Ben Wilson <benjamin.wilson@databricks.com>
    BenWilson2 committed Nov 25, 2021
    Configuration menu
    Copy the full SHA
    d83c7a3 View commit details
    Browse the repository at this point in the history

Commits on Nov 29, 2021

  1. typos

    Signed-off-by: Ben Wilson <benjamin.wilson@databricks.com>
    BenWilson2 committed Nov 29, 2021
    Configuration menu
    Copy the full SHA
    6d5641c View commit details
    Browse the repository at this point in the history
  2. Merge branch 'master' of https://github.com/mlflow/mlflow into suppor…

    …t-serve-artifacts
    
    Signed-off-by: Ben Wilson <benjamin.wilson@databricks.com>
    BenWilson2 committed Nov 29, 2021
    Configuration menu
    Copy the full SHA
    1370034 View commit details
    Browse the repository at this point in the history
  3. fix parsing of uri for trailing slash

    Signed-off-by: Ben Wilson <benjamin.wilson@databricks.com>
    BenWilson2 committed Nov 29, 2021
    Configuration menu
    Copy the full SHA
    8fffe43 View commit details
    Browse the repository at this point in the history

Commits on Nov 30, 2021

  1. Test complexity reduction

    Signed-off-by: Ben Wilson <benjamin.wilson@databricks.com>
    BenWilson2 committed Nov 30, 2021
    Configuration menu
    Copy the full SHA
    374e209 View commit details
    Browse the repository at this point in the history
  2. tracking uri validation checks and test simplification

    Signed-off-by: Ben Wilson <benjamin.wilson@databricks.com>
    BenWilson2 committed Nov 30, 2021
    Configuration menu
    Copy the full SHA
    de2e78c View commit details
    Browse the repository at this point in the history
  3. Parameterize the uri resolution tests to aid in test debugging

    Signed-off-by: Ben Wilson <benjamin.wilson@databricks.com>
    BenWilson2 committed Nov 30, 2021
    Configuration menu
    Copy the full SHA
    d530c50 View commit details
    Browse the repository at this point in the history
  4. Cleaner test syntax

    Signed-off-by: Ben Wilson <benjamin.wilson@databricks.com>
    BenWilson2 committed Nov 30, 2021
    Configuration menu
    Copy the full SHA
    5db552b View commit details
    Browse the repository at this point in the history
  5. Add and adjust pydoc strings

    Signed-off-by: Ben Wilson <benjamin.wilson@databricks.com>
    BenWilson2 committed Nov 30, 2021
    Configuration menu
    Copy the full SHA
    85d191c View commit details
    Browse the repository at this point in the history