-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(frontend): Integrate run functions with KFP v2 API (#8963)
* Separate runServiceApiV1 and runServiceApiV2. * Add helper function for v2 run in StatusUtils and Utils. Separate v1 anv v2 status by creating a new file StatusV2.tsx * Integrate run details page with v2 API. * Integrate run list page with v2 API. Update unit tests. * Integrate archive run with v2 API. Format. * Integrate create / clone run with v2 API. * Integrate retry / terminate run with v2 API. Note: retrying or terminating v1 run is also using v2 API. * Integrate compare run with V2 API. * Add unit tests and snapshots for StatusV2. * Add logics to get pipeline_spec via pipeline_version_id in Run details router. Make pipeline_spec and version_id exclusive in createRun request body. Remove unused tests (related to run metric) * Change the previous changes about filter in component/experimentList. This change should be in the other PR. * Change filter in listRuns API request. Update unit tests for run list and experiment list Update snapshots. * Remove unused import and format. * Change relative path back to absolute path. * Remove duplicated helper function in utils. Remove unused helper function in status utils. Added warn / error to handle unexpected state. * Fix yaml exception bug in clone run. Change relative path to absolute path.
- Loading branch information
Showing
38 changed files
with
8,407 additions
and
2,620 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.