This repository has been archived by the owner on Jul 10, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 253
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
SUBMARINE-1117. Connect API for CLI Experiments
### What is this PR for? 1. Implement API with CLI for experiments with nice format and async fetching status 2. Implement e2e test for CLI experiments ### What type of PR is it? [Feature] ### Todos ### What is the Jira issue? https://issues.apache.org/jira/browse/SUBMARINE-1117 ### How should this be tested? e2e test is implemented ### Screenshots (if appropriate) ![](https://i.imgur.com/3LSB8yq.gif) ### Questions: * Do the license files need updating? No * Are there breaking changes for older versions? No * Does this need new documentation? Yes Author: atosystem <[email protected]> Signed-off-by: kuanhsun <[email protected]> Closes #831 from atosystem/SUBMARINE-1117 and squashes the following commits: 48b5a62 [atosystem] SUBMARINE-1117. remove redundant line 02fbc11 [atosystem] SUBMARINE-1117. remove print f7fcb1e [atosystem] SUBMARINE-1117. fix error 707582e [atosystem] SUBMARINE-1117. remove wait experiment finish in test 7b0050e [atosystem] SUBMARINE-1117. test github action no wait e4eaf4a [atosystem] SUBMARINE-1117. test github action 23e0594 [atosystem] SUBMARINE-1117. test github action f1e8b00 [atosystem] SUBMARINE-1117. test github action 9d7afc7 [atosystem] SUBMARINE-1117. revise hostname to port 45cbe82 [atosystem] SUBMARINE-1117. test github action 4cb1daa [atosystem] SUBMARINE-1117. test github action ac26b77 [atosystem] SUBMARINE-1117. test github action 3430043 [atosystem] SUBMARINE-1117. test github action 208d0cb [atosystem] SUBMARINE-1117. double check cli config f2790af [atosystem] SUBMARINE-1117. fix e2e test wrong port db91cb4 [atosystem] SUBMARINE-1117. change generate_host 4a2985c [atosystem] SUBMARINE-1117. lint 5a9d1cf [atosystem] SUBMARINE-1117. Use config in experiment api lient ef38ddd [atosystem] SUBMARINE-1117. Change python import path in command.py 0df473a [atosystem] SUBMARINE-1117. Change python import path 6a16b0f [atosystem] SUBMARINE-1117. Set default flag to no-wait 40d0197 [atosystem] SUBMARINE-1117. Add wait and no-wait options for deleting experiments 3083c4f [atosystem] SUBMARINE-1117. Fix code for the comments 2e49d23 [atosystem] SUBMARINE-1117. lint 24ecd4d [atosystem] SUBMARINE-1117. Fix e2e test d8bd7d6 [atosystem] SUBMARINE-1117. Add Integration Tests for CLI Experiments 7943995 [atosystem] SUBMARINE-1117. Finished CLI for Experiment
- Loading branch information
1 parent
0c2d71b
commit 28e3b76
Showing
4 changed files
with
223 additions
and
20 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