Commit Graph

7 Commits

Author SHA1 Message Date
David van der Spek c32cdc70d3
chore(frontend): update all references to python 3.9 (#10020)
Signed-off-by: David van der Spek <vanderspek.david@gmail.com>
2023-10-20 05:19:03 +00:00
Joe Li 66ff81e5f2
fix(frontend) Format container information in pipeline details side panel (#9387)
* Use PipelineDeploymentConfig and PipelineDeploymentConfig_ExecutorSpec
in WorkflowUtils.
Format the "command" in pipeline details side panel.

* Fix unit tests

* Remove unnecessary export

* Fix logic in WorkflowUtils to avoid unexpected errors.
Add comment to explain why 2 'sh' are found.
Add pre-wrap style for arg as well.

* Rename ts_pipelinespec to pipelineSpec.

* Fix comment in unit test.
Remove unnecessary checking item in if condition.
2023-05-12 19:36:39 +00:00
Joe Li e2129da0a5
fix(frontend): Rename button in pipeline/run details side panel (#9383) 2023-05-11 23:57:37 +00:00
Joe Li ec32711ba6
fix(frontend): Convert PipelineSpec format from json to yaml #7444 (#7591)
* fix(frontend) Convert PipelineSpec format from json to yaml #7444

* Delete 2 json testing files, and fixed unit tests for yaml files. Syntax improvements.
2022-04-25 22:56:11 +00:00
James Liu d60bc99bb6
chore(frontend): Convert to ts-proto for Protobuf.Value in PipelineSpec (#7125)
* WIP: Support Protobuf.Value in V2 IR

* chore(frontend): Convert to ts-proto for Protobuf.Value in PipelineSpec

* remove ValueType

* npm run format

* Add license for ts-proto-descriptors
2021-12-29 20:17:48 +00:00
James Liu 31ff9ad277
feat(frontend): SubDAG styling for KFPv2. Fix #6419 (#6744)
* feat(frontend): SubDAG styling for KFPv2

* update button
2021-10-25 09:35:09 -07:00
James Liu 5c89d51f0e
feat(frontend): SidePanel for static pipeline template. Fix #6399, Fix #6610, Fix #6611 (#6613)
* feat(frontend): SidePanel for static pipeline template.

* fix test
2021-09-29 09:09:47 -07:00