-
Notifications
You must be signed in to change notification settings - Fork 61
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(compute/deploy): avoid store conflicts (#1041)
* refactor(compute/deploy): rename test case * fix(compute/deploy): pass user's prompt input rather than the configured value * feat(compute/deploy): avoid kv store conflicts * refactor(compute/deploy): use spinner.Process abstraction * feat(compute/deploy): avoid config store conflicts * feat(compute/deploy): avoid secret store conflicts * refactor(compute/deploy): uppercase KV Store * doc(release): explain manifest documentation * tests(compute/deploy): define secret store tests * refactor(compute/deploy): sort api fields * fix(compute/deploy): display version number * refactor: clean up text.Break * fix(compute/deploy): pass through Store ID * fix(text): adjust prompt colors * fix(compute/deploy): avoid config store key conflicts * refactor(cmd): make output an info message * doc(compute/deploy): document special case for package comparison * fix(dictionary): update test output assertion * fix(compute/deploy): remove unnecessary line break * feat(compute/deploy): support signal termination * fix(compute/deploy): notify users of upsert operation * fix(compute/deploy): use correct value for abs path * refactor(compute/deploy): move upsert message to main warning
- Loading branch information
1 parent
afaa59d
commit 0f33513
Showing
18 changed files
with
833 additions
and
342 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
Oops, something went wrong.