Jonatan Kłosko
984a4f1690
Move secrets list into a separate component
2023-02-24 21:24:00 +01:00
Jonatan Kłosko
e78b3a930c
Move more styles to components ( #1723 )
2023-02-23 19:07:00 +01:00
Jonatan Kłosko
5b5593a54b
Update to Phoenix 1.7 ( #1720 )
2023-02-22 19:34:54 +01:00
Jonatan Kłosko
4334e8a58e
Add access control to apps ( #1715 )
...
Co-authored-by: José Valim <jose.valim@dashbit.co>
2023-02-18 01:16:42 +01:00
Jonatan Kłosko
40c5044a60
Add initial support for apps ( #1709 )
2023-02-16 13:47:46 +01:00
Jonatan Kłosko
12f2322d08
Pass allowed URI schemes to Markdown outputs and update naming
2023-02-15 22:18:13 +01:00
GitStart
0990ab4cb2
Support allowlist for hyperlink schemes in Markdown content ( #1702 )
2023-02-15 22:16:38 +01:00
José Valim
8f1f0e90b9
Remove padding from sidebar top icon buttons
2023-02-08 01:31:06 +01:00
Jonatan Kłosko
377045a17b
Remove policy checks and update empty frame text ( #1694 )
...
Co-authored-by: José Valim <jose.valim@dashbit.co>
2023-02-06 20:31:06 +01:00
Jonatan Kłosko
597d9fff3f
Cancel scheduled evaluation on error ( #1688 )
2023-02-03 21:04:13 +01:00
Alexandre de Souza
5f6e7176fc
Allow hub secret toggling ( #1675 )
2023-02-03 13:15:46 -03:00
Jonatan Kłosko
69df6e0ad4
Rework file input to consider multiple clients ( #1673 )
2023-02-01 18:49:12 +01:00
Alexandre de Souza
887d423007
Improve hubs provider API ( #1670 )
2023-02-01 13:33:41 -03:00
Alexandre de Souza
d70764517f
Implements :origin
field to Secret
struct ( #1667 )
2023-01-31 19:17:05 -03:00
Jonatan Kłosko
238b20b925
Fix smart cell source pruning
2023-01-27 15:39:47 +01:00
Alexandre de Souza
ae3a5661a8
Implement emojis instead of colors ( #1636 )
2023-01-12 17:37:12 -03:00
Alexandre de Souza
3b2ea3c8ce
Update Connection life-cycle and implement ChangesetError
message ( #1633 )
2023-01-10 17:12:35 -03:00
Jonatan Kłosko
d6f758661b
Make automatic reevaluation more accessible ( #1628 )
2023-01-07 15:18:31 +01:00
Alexandre de Souza
b82e360df9
Implement Enterprise secret creation from Session ( #1612 )
2023-01-06 16:14:44 -03:00
Alexandre de Souza
d4bda6042c
Load LB_
env vars as app secrets ( #1615 )
2023-01-04 11:10:33 -03:00
Jonatan Kłosko
2e230c9deb
Add an option to run setup with no cache ( #1616 )
2023-01-03 12:24:22 +01:00
Adarsh Menon
1a895e4b29
Make image a block item instead of a button in the Markdown editor ( #1439 )
...
Co-authored-by: Jonatan Kłosko <jonatanklosko@gmail.com>
2022-12-29 22:32:52 +01:00
José Valim
10da0a2311
Change message when there are no app secrets ( #1587 )
2022-12-14 21:06:04 +01:00
Jonatan Kłosko
361455cd4e
Release v0.8.0
2022-12-08 21:05:48 +01:00
Jacques Lorentz
f4e836a5da
Base url path configuration variable ( #1549 )
2022-11-29 23:34:38 +01:00
Nick Sergeant
84361fb207
Add help text for how to access secrets in the secrets sidebar ( #1535 )
...
Co-authored-by: Jonatan Kłosko <jonatanklosko@gmail.com>
2022-11-17 01:11:06 +01:00
Jonatan Kłosko
484e47142a
Track evaluation dependencies and cache results ( #1517 )
2022-11-09 14:40:44 +01:00
José Valim
e4cf6b939b
Add spacing to secrets bottom
2022-10-11 20:54:16 +02:00
Cristine Guadelupe
06e9cc6828
Delete and view secrets from the sidebar ( #1473 )
...
* Delete secrets from sidebar
* Collapsible secret detail
* Secret details layout
* Secret details layout adjustments
* Hover and text color for secret details
* Changes switch_button colors to have more contrast
* small adjustment
* Uses remove and add class everywhere
* Uses JS.toggle
2022-10-11 14:55:36 -03:00
José Valim
950982304d
Final touchups to secrets ( #1464 )
...
* Use font-mono on secret names
* Unify error handling with changesets
* Unify put_env/delete_env as set_env/unset_env
* Review text and descriptions
2022-10-06 21:44:04 +02:00
Cristine Guadelupe
4c83317453
Notebook secrets ( #1457 )
...
* Store secrets in the notebook
* Automatically grants access to secrets
* Put notebook secrets on session
* Shows secrets as a list
* Grant access message box
* Grant access confirmation on select
* Applying suggestions - grant access confirmation
* Handles unavailable secrets
* Toggle secrets
* Session only secrets
* Sync secrets
* Fix delete runtime secret
* Clean up
* Component helpers
* Does not store secrets in notebooks
* Store Livebook secrets
* Fix sync secrets
* Tests for secrets
* Doesn't refetch livebook_secrets
* Removes unused function
* More test for secrets
* Livebook secrets as maps
* Fix secret tests
* Applying suggestions
* All secrets as a map
* Shows grant access for missing secret errors
* Unifies grant access
* Fix set_runtime_secrets
* Applying suggestions
* Updates sync secrets tests
* Fix active secret
* Unifies prefill secret name
2022-10-06 13:41:26 -03:00
José Valim
e9149dc343
Require fewer clicks to save a notebook ( #1458 )
2022-10-04 10:56:11 +02:00
José Valim
6d8ca1fe8d
Align livebook logos
2022-10-04 08:22:58 +02:00
Cristine Guadelupe
d494e58c6a
Secrets modal title from options ( #1443 )
...
* Secrets modal title from options
* Applying suggestions
2022-09-27 23:25:07 -03:00
Jonatan Kłosko
b20ac022a8
Attempt to load a flat remote URL as a relative path fallback ( #1428 )
2022-09-22 15:11:29 +02:00
Cristine Guadelupe
52f7d7419b
Changes secrets wording form label to name ( #1419 )
2022-09-18 18:40:09 -03:00
Cristine Guadelupe
bf09441555
Secrets from modal ( #1406 )
...
* Secrets from modal
* Format assets
* Applying suggestions
* Format assets
* Applying suggestions
* Unavailable secret
* Applying suggestions - select_secret_ref
* Applying suggestions
* Applying suggestions - iframe v4
2022-09-16 17:56:40 -03:00
José Valim
be862173a3
Unify several forms in the application ( #1392 )
...
* Define .input_wrapper and .hex_color_input components
* Define Tailwind variants from Phoenix v1.6 to help styling
* Make sure single-action modals redirect on save
* Add pill to session secrets in the "Secrets" session sidebar
* Fix alignments of "Users" in the session sidebar
2022-09-05 23:59:13 +02:00
Cristine Guadelupe
97efef52cc
Fix secrets form ( #1379 )
...
* Fix secrets form
* Update lib/livebook_web/live/session_live/secrets_component.ex
Co-authored-by: Jonatan Kłosko <jonatanklosko@gmail.com>
* Applying suggestions
Co-authored-by: Jonatan Kłosko <jonatanklosko@gmail.com>
2022-09-02 15:04:41 -03:00
Jonatan Kłosko
ab9ad0369c
Show a message when a smart cell crashes and allow restarts ( #1381 )
2022-09-02 15:50:13 +02:00
José Valim
31c6f7adf7
Style secrets modal consistently with other add modals
2022-09-01 08:09:27 +02:00
Cristine Guadelupe
443ff8bf9f
Unavailable secret error ( #1371 )
...
* Show an Add Secret button for System.EnvError
* Extracts render_formatted
* Rewrite the env error message
* Renames the env error type
* Applying suggestions
* Applying suggestions (live patch)
* Test for unavailable secrets
* Bump to rc.1
* Applying suggestions (error message)
* New error message
* Prefill the secret value
* Applying suggestions (error message output)
* Update test/livebook_web/live/session_live_test.exs
Co-authored-by: Jonatan Kłosko <jonatanklosko@gmail.com>
* Update lib/livebook/runtime.ex
Co-authored-by: Jonatan Kłosko <jonatanklosko@gmail.com>
Co-authored-by: Jonatan Kłosko <jonatanklosko@gmail.com>
2022-08-31 20:45:55 -03:00
José Valim
895373e08b
Log the reason a runtime node goes down ( #1368 )
...
Co-authored-by: Jonatan Kłosko <jonatanklosko@gmail.com>
2022-08-29 11:12:25 +02:00
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
Caleb J. Acosta
d59e2cf4b9
Add SVG as acceptable file type in markdown ( #1341 )
2022-08-11 09:20:19 +02:00
José Valim
74b0166453
Fix sidebar pane on small screens ( #1338 )
2022-08-09 19:32:53 +02:00
Jonatan Kłosko
218bce5a63
Use binary ids for session clients ( #1333 )
2022-08-05 14:43:41 +02:00
Alexander Koutmos
e8920257cd
Add support for anchor links during navigation ( #1327 )
2022-08-04 21:24:19 +02:00
Jonatan Kłosko
4dc1deab24
Bump Elixir version on CI
2022-08-03 17:30:22 +02:00
Paulo Valim
43f5c383e0
Redesign sidebar ( #1325 )
...
Co-authored-by: José Valim <jose.valim@dashbit.co>
Co-authored-by: Jonatan Kłosko <jonatanklosko@gmail.com>
2022-08-03 15:50:27 +02:00