-
Notifications
You must be signed in to change notification settings - Fork 85
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Support File type environment variables (#2512)
# Why User should be able to upload files to environment variables and read content of those files # How * When an envvar is created with flag `--type FILE`, selected file is encoded to base64 and sent to www. * EnvVarQueries return file contents when `includeFileContent` file is passed * `env:get` automatically include file content, `env:list` requires `--include-file-content` flag * Updated environment display - added `environments`, `type` and `visibility` # Test Plan tested manually, updated tests
- Loading branch information
1 parent
a7c77e8
commit 02022d8
Showing
14 changed files
with
372 additions
and
77 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
Oops, something went wrong.