mirror of
https://github.com/livebook-dev/livebook.git
synced 2025-11-10 22:23:32 +08:00
* 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> |
||
|---|---|---|
| .. | ||
| cell_editor | ||
| js_view | ||
| cell.js | ||
| cell_editor.js | ||
| confirm_modal.js | ||
| dropzone.js | ||
| editor_settings.js | ||
| focus_on_update.js | ||
| headline.js | ||
| highlight.js | ||
| index.js | ||
| js_view.js | ||
| keyboard_control.js | ||
| markdown_renderer.js | ||
| scroll_on_update.js | ||
| session.js | ||
| timer.js | ||
| user_form.js | ||
| virtualized_lines.js | ||