Alexandre de Souza
7b1addb7eb
Use WebSocket and Protobuf instead of GraphQL with Livebook Enterprise ( #1504 )
2022-11-03 13:49:07 -03:00
Alexandre de Souza
19773a0e36
Add Enterprise Hub ( #1449 )
2022-10-11 11:27:27 -03:00
José Valim
5c053a9573
Always sync livebook secrets with session ( #1477 )
2022-10-11 16:12:14 +02: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
José Valim
cf7ad7f17a
Provide shared facade in Storage module ( #1463 )
2022-10-06 19:53:37 +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
6da00daffd
Update to LV 0.18 ( #1426 )
2022-10-04 08:46:55 +02:00
Jonatan Kłosko
964f4b04d1
Keep stacktrace if all of it is pruned ( #1455 )
2022-10-03 13:49:19 +02:00
Jonatan Kłosko
12f77daa68
Fix Markdown formatting of narrow table columns ( #1430 )
2022-09-22 21:10:51 +02: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
Paulo Valim
285bc923b7
Rename the Explore section to Learn ( #1424 )
...
Co-authored-by: José Valim <jose.valim@gmail.com>
2022-09-21 12:06:22 +02:00
Jonatan Kłosko
b5e8cd9b00
Fix PATH test on Windows
2022-09-19 21:05:08 +02:00
Cristine Guadelupe
52f7d7419b
Changes secrets wording form label to name ( #1419 )
2022-09-18 18:40:09 -03:00
Alexandre de Souza
2766cf3256
Final adjustments to env vars ( #1418 )
2022-09-16 20:37:01 -03:00
Alexandre de Souza
12f1cc0c3f
Load persisted environment variables from settings into session's runtime ( #1409 )
2022-09-16 14:22:27 -03:00
Alexandre de Souza
e539661189
Unify styling environment variables forms ( #1403 )
2022-09-14 13:24:32 -03:00
Jonatan Kłosko
9434cf57b4
Normalize newlines in initial smart cell editor content ( #1400 )
2022-09-13 11:15:25 +02:00
Alexandre de Souza
0b9f53a122
Implement global Environment Variables from Settings page ( #1387 )
2022-09-12 11:34:39 -03:00
José Valim
b6e28c5b43
Fix Fly Hub suite
2022-09-07 11:37:45 +02: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
Jonatan Kłosko
eeadb0811b
Wait for processes to be garbage collected before evaluation ( #1385 )
2022-09-02 23:45:58 +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
Alexandre de Souza
ac71d08771
Add and Fetch secrets from Fly applications ( #1361 )
2022-09-02 12:54:28 -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
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
Alexandre de Souza
2cbd81eaf5
Migrate HubLive to Phoenix format ( #1373 )
2022-08-30 11:32:48 -03:00
José Valim
608979471d
Remove Mix standalone runtime, closes #1345 ( #1370 )
...
Co-authored-by: Jonatan Kłosko <jonatanklosko@gmail.com>
2022-08-29 14:20:24 +02:00
ByeongUk Choi
648edf23e7
Add completion for bitstring modifiers ( #1291 )
...
Co-authored-by: José Valim <jose.valim@gmail.com>
Co-authored-by: Jonatan Kłosko <jonatanklosko@gmail.com>
2022-08-29 13:14:13 +02: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
José Valim
ed9c0e5a1e
Revamp explore section
2022-08-28 19:08:43 +02:00
Jonatan Kłosko
1e324b4f75
Add support for getting evaluation file during evaluation ( #1362 )
2022-08-28 09:28:19 +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
Alexandre de Souza
3a085a5d30
Minor Hub improvements ( #1357 )
2022-08-24 12:35:28 -03:00
Jonatan Kłosko
2c28d1a0ca
List an exact match first in package search ( #1355 )
2022-08-24 10:59:26 +02:00
Alexandre de Souza
77c8804d62
User and Hub forms with Changeset validations and input errors ( #1347 )
2022-08-22 18:12:54 -03:00
Alexandre de Souza
5c050e640f
Add Livebook Hub with Fly.IO integration ( #1319 )
2022-08-18 10:34:27 -03:00
José Valim
b9b2f7514e
Support more recent Elixir versions too ( #1344 )
2022-08-12 19:04:15 +02:00
Jonatan Kłosko
3d5c7c3fad
Require Elixir 1.14 ( #1342 )
2022-08-11 20:13:57 +02:00
Jonatan Kłosko
d0338be513
Improve assertion of the session creation timestamp
2022-08-11 13:42:33 +02:00
Jonatan Kłosko
d24cb8a838
Queue cells on ctrl+shift+enter even when a cells is evaluating ( #1334 )
2022-08-05 22:19:50 +02:00
Jonatan Kłosko
218bce5a63
Use binary ids for session clients ( #1333 )
2022-08-05 14:43:41 +02:00
Jonatan Kłosko
c68df08849
Handle direct event messages in JS view channel ( #1332 )
2022-08-04 23:01:09 +02:00
Jonatan Kłosko
194e31e2d9
Add support for layout outputs ( #1326 )
2022-08-04 00:24:15 +02:00
Jonatan Kłosko
920f70817e
Fix ignored output ( #1323 )
2022-08-02 19:33:43 +02:00
Jonatan Kłosko
36ce11c211
Fix signature completion and signature types in older Erlang docs ( #1318 )
2022-08-02 11:29:45 +02:00
Jonatan Kłosko
75e47aa593
Reflect input change when clicking the reevaluate button ( #1269 )
2022-07-11 14:35:05 +02:00
Jonatan Kłosko
1757e21bca
Fix user profile edits to not crash on the homepage ( #1268 )
2022-07-10 20:16:55 +02:00
Jonatan Kłosko
5c0ad7ba1d
Fix nested frame updates ( #1251 )
2022-06-29 22:04:27 +02:00
Jonatan Kłosko
a7d7e6332d
Change text inputs to apply change on blur ( #1243 )
2022-06-24 12:00:23 +02:00