Commit Graph

5 Commits

Author SHA1 Message Date
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
Gerard Casas Saez 62a41812c1
chore(frontend): Fix gen license issues for master (#6286)
* add license for warchpack-chokidar

ignore dep-licenses

revert changes in package.json

* add missing licenses

* remove generated files

* remove temporary files after being created locally
2021-08-10 18:10:25 -07:00
Alexey Volkov cc83e1089b
Assigned copyright to the project authors (#5587) 2021-05-05 13:53:22 +08:00
kwasi 0ad6a55b63
[MLMD][Lineage] Integrate Lineage View into KFP (#2918)
* Minimal change to verify that the new image will work on Marketplace

* Very rough working copy of LineageView in KFP

* Update kubeflow-frontend dependency

* Fix lint errors

* Update to latest version of kubeflow-frontend

* Update licenses to make gen_licenses script pass in Docker build
* Revert docker build dev change

* Bump kubeflow/frontend hash to latest version with pre-built library

* Remove debug string

* Replace metadata APIs with versions from kubeflow/frontend

* Use latest dev version of kubeflow/frontend package

* Pass route builder to ArtifactDetails for building details pages routes

* Review ResourcesInfo.tsx

* Review changes part 2

* Revert change to Status snapshot

This PR has no changes to the Status page, but the snapshot fails
locally for me unless I update the snapshot.

Reverting to the initial state to try to fix build failures.

* Revert Status snapshot to master

* Remove unneeded @ts-ignore

* Bump to latest mainline kubeflow/frontend hash

* Respond to comments PR comments

* Scope kubeflow/frontend to @kubeflow/frontend in package.json
* Use explicit tab name ordering
* Make ArtifactDetails class functions members to avoid binding

* Add missing await when loading ArtifactList

Fixes issue where loading spinner hides immediately before artifact list
loads.

* Fix casing on global constants in ArtifactDetails

* Improve readability on ExecutionList.tsx

* Remove `()!` pattern caused by not having @types/google-protobuf

* Remove a stray @ts-ignore

* Remove side effects from getRowsFrom{Artifacts,Executions}

* Add error handling back to Artifact and Execution pages

* Fix error message handling on getArtifacts()

* Fix ArtifactList response

* Check for potentially undefined `code` in serviceErrorToString

* Restore missing error handlers
2020-01-30 17:18:18 -08:00
Pascal Vicaire 633e2ddcc8 Initial commit of the kubeflow/pipeline project. 2018-11-02 14:02:31 -07:00