Commit Graph

7 Commits

Author SHA1 Message Date
gkcalat 79d8d83ce4
fix(backend): Add creation of pipeline and pipeline version atomically (#9416)
* Add create pipeline and version

* Add CreatePipelineAndVersion

* Add unit tests

* Address comments and add counters

* Add comments to pipeline.proto

* Add e2e test case for CreatePipelineAndVersion
2023-05-18 23:38:46 +00:00
Chen Sun 7b70cb5e37
fix(api): Regenerate v2beta1 API (#9197) 2023-04-21 14:21:41 +00:00
Linchin e0529fe26b chore(release): bumped version to 2.0.0-beta.1 2023-04-11 19:14:29 +00:00
gkcalat caf842de3d
fix(backend): Add pipeline version to the request body (#9056) 2023-03-28 20:15:43 +00:00
gkcalat 1bed63a31e
feature(backed): Status-IR.part-1: Add updating tasks and run statuses to api server (#8850)
* Add children to PipelineTaskDetail

* Add state and state history to task

* Add state and state history to run

* Add pod_name to PipelineTaskDetail

* Add PodName and Payload to tasks table

* Add upsert to task store

* Add create or update task report wf

* Wire the report server

* Remove v1 and v2 specific functions

* Revert Run proto order

* Stage progress

* Add run id to exec spec

* Disable unit test due to #8851

* Address comments

* Address some comment

* Remove empty lines

* Refactor toModelTasks

* Address comments

* Address comments
2023-02-23 00:26:23 +00:00
Ablai Akhazhanov 438b16597d chore(release): bumped version to 2.0.0-beta.0 2023-02-07 23:41:29 +00:00
gkcalat 8e02cc5c5a
chore(backend): Add pipeline and runtime protos (#8533)
* Adjust generator.sh

* Format the existing protos

* Add pipeline protos

* Add runtime protos

* Generate client libs

* Fix typos, adjust readme

* Add python client

* Update package name

* Replace error.proto with google.rps.Status
2022-12-09 01:46:11 +00:00