Skip to content

Commit

Permalink
feat(API): exposing api for setting the default version of pipeline. F…
Browse files Browse the repository at this point in the history
…ixes #4049 (#4406)

* initial work on exposing the default version of pipeline

* update description

* added missing files

* updated api build, unsure if this is correct ...

* updated after feedback

* clean up

* remove empty line

* started to make the integration test

* added integreation test

* fixed build and feedback

* updated the tests

* Updated the test

* new test

* typo

* updated the pipeline default

* updated the pipeline version

* formatting

* error in comparison
  • Loading branch information
NikeNano committed Oct 15, 2020
1 parent ccc763f commit 5742991
Show file tree
Hide file tree
Showing 14 changed files with 732 additions and 95 deletions.
274 changes: 179 additions & 95 deletions backend/api/go_client/pipeline.pb.go

Large diffs are not rendered by default.

62 changes: 62 additions & 0 deletions backend/api/go_client/pipeline.pb.gw.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@ go_library(
"list_pipelines_parameters.go",
"list_pipelines_responses.go",
"pipeline_service_client.go",
"update_pipeline_default_version_parameters.go",
"update_pipeline_default_version_responses.go",
],
importpath = "github.com/kubeflow/pipelines/backend/api/go_http_client/pipeline_client/pipeline_service",
visibility = ["//visibility:public"],
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 5742991

Please sign in to comment.