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

Enable mlflow-artifacts scheme as wrapper around http artifact scheme #5070

Merged
merged 13 commits into from
Nov 24, 2021

Commits on Nov 15, 2021

  1. Enable mlflow-artifacts scheme as wrapper around http artifact scheme

    Signed-off-by: Ben Wilson <benjamin.wilson@databricks.com>
    BenWilson2 committed Nov 15, 2021
    Configuration menu
    Copy the full SHA
    9e00fb6 View commit details
    Browse the repository at this point in the history
  2. simplify scheme resolution for missing host and port replacement

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

Commits on Nov 17, 2021

  1. Add artifact storage path testing params

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

Commits on Nov 18, 2021

  1. Handle uri parsing and test different permutations

    Signed-off-by: Ben Wilson <benjamin.wilson@databricks.com>
    BenWilson2 committed Nov 18, 2021
    Configuration menu
    Copy the full SHA
    b6032a5 View commit details
    Browse the repository at this point in the history
  2. close the session in http_artifact_repo only if it is active

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

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

Commits on Nov 19, 2021

  1. lint fixes

    Signed-off-by: Ben Wilson <benjamin.wilson@databricks.com>
    BenWilson2 committed Nov 19, 2021
    Configuration menu
    Copy the full SHA
    c4c4787 View commit details
    Browse the repository at this point in the history
  2. Add tracking uri scheme exception and simplify parsing logic

    Signed-off-by: Ben Wilson <benjamin.wilson@databricks.com>
    BenWilson2 committed Nov 19, 2021
    Configuration menu
    Copy the full SHA
    3b22de9 View commit details
    Browse the repository at this point in the history
  3. Overrides of local tracking uri in test suite and adjust logic for ur…

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

    …-artifact-scheme-ml-18423
    
    Updating to new version of black
    
    Signed-off-by: Ben Wilson <benjamin.wilson@databricks.com>
    BenWilson2 committed Nov 19, 2021
    Configuration menu
    Copy the full SHA
    082c7ce View commit details
    Browse the repository at this point in the history

Commits on Nov 22, 2021

  1. lint

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

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

Commits on Nov 23, 2021

  1. Fix the logic

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