livebook/test/support
Cristine Guadelupe afcb2ff834
Livebook secrets (#1348)
* Add secrets to the sidebar

* Get and put secrets (naive)

* Secrets list - shortcut

* Validates secret name

* Livebook secrets as environment variables

* Restores secrets when necessary

* Minor adjustments

* Implements add_system_envs for NoopRuntime

* Moves secrets to session data

* Granular operations for secrets

* Minor adjustments

* Applying suggestions

* Test for add secrets

* Type for secret

* Applying suggestions

* Prevents duplicates

* Refactor to live_render

* Update lib/livebook/session/data.ex

Co-authored-by: Jonatan Kłosko <jonatanklosko@gmail.com>

* Sort secrets

* Applying suggestions

Co-authored-by: Jonatan Kłosko <jonatanklosko@gmail.com>
2022-08-25 17:24:24 -03:00
..
notebooks
project
static
test_modules
assets.tar.gz
channel_case.ex
conn_case.ex User and Hub forms with Changeset validations and input errors (#1347) 2022-08-22 18:12:54 -03:00
data_case.ex User and Hub forms with Changeset validations and input errors (#1347) 2022-08-22 18:12:54 -03:00
factory.ex User and Hub forms with Changeset validations and input errors (#1347) 2022-08-22 18:12:54 -03:00
noop_runtime.ex Livebook secrets (#1348) 2022-08-25 17:24:24 -03:00
test_helpers.ex