Commit Graph

136 Commits

Author SHA1 Message Date
Ablai Akhazhanov 850a5a5e27 chore(release): bumped version to 2.0.0-alpha.6 2022-10-14 23:22:02 +00:00
Chen Sun 73caa1a66c chore(release): bumped version to 2.0.0-alpha.5 2022-09-26 11:08:27 -07:00
Ablai Akhazhanov 58052eafc1 chore(release): bumped version to 2.0.0-alpha.4 2022-08-31 21:55:27 +00:00
Ablai Akhazhanov f604406238 chore(release): bumped version to 2.0.0-alpha.3 2022-07-13 18:17:33 +00:00
James Liu cf1b873a9a
fix(backend): Upgrade grpc-gateway patch version to enable correct swagger config (#7788)
* fix(backend): Upgrade grpc-gateway patch version to enable correct swagger config.

* Tag PR commit info

* Generate api based on reverted change
2022-06-01 19:09:49 +00:00
Chen Sun 9cfbc6695f
Revert "feat(api): add runtime_config.parameter_values with string typed values" (#7805)
This reverts commit 5b64733ef6.
2022-05-27 09:35:12 +00:00
Chen Sun 5b64733ef6
feat(api): add runtime_config.parameter_values with string typed values (#7734) 2022-05-16 20:38:17 +00:00
Lingqing Gan 38bd93d6fc chore(release): bumped version to 2.0.0-alpha.2 2022-05-05 16:10:59 -07:00
Lingqing Gan 471c7d3425 chore(release): bumped version to 2.0.0-alpha.1 2022-04-04 16:38:48 -07:00
Chen Sun 3fb1a9f8c8 chore(release): bumped version to 2.0.0-alpha.0 2022-03-16 10:08:02 -07:00
Chen Sun 2a4b60ee2f
chore(release): bump version to 1.8.1 on master branch (#7353)
* chore(release): bump version to 1.8.1 on master branch

* update marketplace manifest snapshot

* update formatting
2022-02-26 09:23:35 +00:00
Chen Sun 21c3e30130
chore(release): bump version to 1.8.0 on master branch (#7318)
* chore(release): bump version to 1.8.0 on master branch

* update marketplace snapshot
2022-02-16 10:31:07 +00:00
Diana Atanasova 81438f3c03
feat(backend): add new endpoint that get pipeline by name (#7004)
* feat(backend): add new endpoint that get pipelines by name

Add new endpoint getPipelineByName that take in consideration the current namespace,
because the name is unique within a namespace only.

Fix: https://github.com/kubeflow/pipelines/issues/7003

Signed-off-by: Diana Atanasova <dianaa@vmware.com>

* Remove extra identation in pipeline.proto file

Signed-off-by: Diana Atanasova <dianaa@vmware.com>

* feat(backend): add new endpoint GetPipelineByName

Use explicit URL. Namespace isn't passed through `resource_references`, but
is part of the URL path.
In cases when only the pipeline name is required(standalone installation, shared pipelines)
, a hyphen "-" is used. Example:
/apis/v1beta1/namespaces/-/pipelines/{name}

Signed-off-by: Diana Atanasova <dianaa@vmware.com>

* Check for authorization in MultiUserMode

Signed-off-by: Diana Atanasova <dianaa@vmware.com>
2022-02-15 17:38:41 +00:00
Chen Sun 5ce3d57244
chore(release): bump version to 1.8.0-rc.3 on master branch (#7293)
* chore(release): bump version to 1.8.0-rc.3 on master branch

* update gcp marketplace snapshot
2022-02-11 09:40:40 +00:00
Chen Sun 3e734ed191
fix(backend): Update API RuntimeConfig to use protobuf.Value. Fixes #7119 (#7231)
* Update api runtimeConfig to use protobuf.Value

* fix test
2022-02-10 10:22:15 +00:00
capri-xiyue 073539a50a
chore: change owner (#7113) 2021-12-24 01:26:42 +00:00
Yuan Gong ca9b9444ac chore(release): bumped version to 1.8.0-alpha.0 2021-12-01 00:49:31 +00:00
James Liu e094b0aa4b
chore(release): bump version to 1.7.1 on master branch (#6842) 2021-11-01 21:39:59 -07:00
capri-xiyue 2e945750cb
feat(v2): V2 create run api (#6689)
* added draft of create v2 pipeline run

* fixed broken UT and added UT for parsing template

* modified run apis to support v2 IR spec

* remove temporary patch

* fixed dependency

* fixed build failure

* finished draft

* finished create job and run

* refactor template and fixed broken UT

* updated go license

* fixed build failure

* fixed build

* added UT

* modified UT

* fixed build failure

* fixed license
2021-10-28 21:53:51 -07:00
Gerard Casas Saez 19b3de4dd0
feat(frontend): Add to UI pipeline version description. Part of #6256 (#6393)
* add description to upload_pipeline_description http endpoint

* add test for pipeline upload server description

* add description to new pipeline version

* show pipeline version in pipeline detail page

* make description optional on UI + show version descriptio or pipeline description

* remove unused reference

* revert wrong change of ref

* updated on should be pipeline version

* add more versions to mock-backend

* show pipeline and version description at the same time

* add tests for UI

* show pipeline version always
2021-09-06 20:55:38 -07:00
Yuan Gong 6ccf5bcd0b chore(release): bumped version to 1.7.0 2021-08-25 06:44:50 +00:00
Yuan Gong 78491d12b8 chore(release): bumped version to 1.7.0-rc.4 2021-08-19 05:04:29 +00:00
Joshua Carp 0511983a5f
chore: fix broken links (#6386) 2021-08-18 21:50:53 -07:00
Gerard Casas Saez 943dc128e1
feat(backend): Add pipeline version description to backend. Part of #6256 (#6261)
* start adding description to version

* add description to resource manager

* remove description from pipeline default version

* update pipeline_store

* add some tests to ensure its being passed around

* update frontend generated api

* run auto formatter

* add comment to frontend readme about running npm run format

* add missing api converter step
2021-08-18 20:59:53 -07:00
Yuan Gong 3c6d1285a0 chore(release): bumped version to 1.7.0-rc.3 2021-08-06 07:13:16 +00:00
Yuan Gong cc920c761c chore(release): bumped version to 1.7.0-rc.2 2021-07-22 12:23:43 +00:00
Yuan Gong f8ce345863 chore(release): bumped version to 1.7.0-rc.1 2021-07-15 11:23:40 +00:00
Yuan Gong 27c558e4ea chore(release): bumped version to 1.7.0-rc.0 2021-07-15 09:29:15 +00:00
capri-xiyue a1a98772b7
chore(v2): fixed task api comment (#6043) 2021-07-14 12:59:49 -07:00
Yuan (Bob) Gong b653ea244c
feat: pipeline spec as a separate go module (#6000)
* feat: pipeline spec as a separate go module

* use api-generator image & update release image

* clean up & update licenses

* go mod tidy
2021-07-12 20:51:16 -07:00
XiyueYu e6f498d4b5 chore(release): bumped version to v1.7.0-alpha.3 2021-07-12 16:57:12 -07:00
capri-xiyue fd973f714a
chore(v2): updated protoc version, fixed task BE (#5983)
* updated protoc version, fixed task BE

* fixed be test

* updated api generator image and readme
2021-07-06 20:54:21 -07:00
Yuan Gong bd6350dc27 chore(release): bumped version to 1.7.0-alpha.2 2021-07-03 13:29:11 +00:00
capri-xiyue b7d4b1ba7c
chore(v2): DB and API for creating/querying cache entries (#5857)
* added model and storage layer for task

* added create task api

* added api to list tasks

* modified task proto and fixed nits

* renamed variable

* fixed ut

* fixed UT

* added UT for api_converter and resource manager

* added UT for api_converter and resource manager

* fixed BE UT

* added task storage layer UT

* changed UT

* fixed foreign key typo

* fixed typo and added comments
2021-06-30 11:30:22 -07:00
Yuan Gong a1d513eb41 chore(release): bumped version to 1.7.0-alpha.1 2021-06-28 13:19:50 +00:00
Yuan Gong 1c66f93f51 chore(release): bumped version to 1.6.0 2021-05-24 13:36:51 +08:00
Yuan Gong bc329aa816 chore(release): bumped version to 1.6.0-rc.0 2021-05-13 07:17:55 +00:00
Alexey Volkov cc83e1089b
Assigned copyright to the project authors (#5587) 2021-05-05 13:53:22 +08:00
Yuan (Bob) Gong 3d72a2d9d5
chore(release): bump version to 1.5.0 on master branch (#5508) 2021-04-20 01:51:38 -07:00
Yuan Gong 3b5030aefa chore(release): bumped version to 1.5.0-rc.3 2021-04-09 13:28:26 +00:00
Yuan Gong f870570a79 chore(release): bumped version to 1.5.0-rc.2 2021-04-02 10:06:48 +00:00
Yuan Gong 1cd189567d chore(release): bumped version to 1.5.0-rc.1 2021-04-01 11:59:53 +08:00
Yuan Gong d2c66deb93 chore(release): bumped version to 1.5.0-rc.0 2021-03-22 21:25:52 +08:00
Yuan (Bob) Gong 8b3d741c6e
chore(release): after release, also bump master to 1.4.1 (#5196)
* update release instructions

* chore(release): bump version to 1.4.1

* Update setup.py
2021-03-01 12:10:16 -08:00
Luis Magana 5df2801603
feat(backend): Added multi-user pipelines (UI + API); Fixes #4197 (#4835)
* Added multi-user pipelines backend


corrected typo


updating code based on review


fixes for pipelines server


reverting this back

* removing unnecessary info logging
2021-02-26 06:10:15 -08:00
Yuan (Bob) Gong 706c105c8c
chore(api): build api clients using a prebuilt image (#5150)
* chore(api): build api clients using a prebuilt image

* Update Makefile
2021-02-19 10:27:44 -08:00
Niklas Hansson e669b22954
fix(backend): remove Bazel from building the API. Part of #3250 (#4906)
* updated to remove bazel

* rename@

* script to run in container

* update the generation

* updated docker image

* changed name

* updated the code

* regenerated API

* fix env variables

* updated version of go swagger

* rerun generate with updated package

* added healthz

* typo with folders fixed

* changed version

* set version of protoc compiler

* test if version is correct

* test version

* changed version

* updated version agian

* test version

* the latest test

* updated docker image

* fixed some stuff

* new test

* tested other version

* new tests

* changed swagger

* new test

* updated versions

* missed docker file

* updated files@

* change back

* updated after feedback@

* clean up

* remove license and install binary

* update and check differences

* completed rebase

* go mod tidy

* updated based upon work of boby

* remove code commited by misstake

* added by misstake

* updated after feedback

* futher updates after feedback

* final updates from feedback

* switch to Makefile

* update

* fix non-root execution

* clean up, fix release script

* fix swagger

* fix healthz endpoint & regenerate python client

* Delete sample.py.tar.gz

Co-authored-by: Yuan Gong <gongyuan94@gmail.com>
Co-authored-by: Yuan (Bob) Gong <4957653+Bobgy@users.noreply.github.com>
2021-02-16 16:58:30 -08:00
Rui Fang 2b95c002b7 chore(release): bumped version to 1.4.0 2021-02-12 09:31:46 +00:00
Yuan (Bob) Gong 3d40bba9a3
chore(backend): clean up backend code generation (#5116)
* chore(backend): tidy go.mod and update tools.go

* go install, instead of go get

* fix problems reported by go vet

* simplify some ide reported redundant syntax

* license is not required for generated code

* remove licenses for generated code

* cleanup

* remove license more

* rm unused BUILD.bazel files

* fixed generate_api.sh

* reimport error.proto
2021-02-09 07:10:57 -08:00
Yuan (Bob) Gong 5725bb85ed
chore(backend): tidy go.mod & update tools.go & fix go vet (#5110)
* chore(backend): tidy go.mod and update tools.go

* go install, instead of go get

* fix problems reported by go vet

* simplify some ide reported redundant syntax
2021-02-08 11:06:56 -08:00