Commit graph

692 commits

Author SHA1 Message Date
José Valim ac67abd4e3 Simplify seq traces 2022-08-28 12:42:54 +02:00
José Valim 693ea8e0f8 Improve warning when editing localhost Hub 2022-08-28 11:27:26 +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
José Valim f97706e3fd Fix spacing and remove duplication 2022-08-24 18:21:23 +02:00
José Valim 8f8f1db5d5 Use git dep 2022-08-24 18:08:17 +02:00
Alexandre de Souza aa663af95d
Allow hub routes to everyone (#1359) 2022-08-24 13:06:01 -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
José Valim 942e0ca113 Update runtime livebook with new Kino features 2022-08-23 21:50:16 +02:00
José Valim 30344b0636
Create LayoutHelpers to encapsulate the whole home layout instead of sidebar (#1352) 2022-08-23 12:38:39 +02:00
José Valim 1e4ae42e6c Logger.warn -> Logger.warning 2022-08-23 08:44:01 +02:00
José Valim bb243a5964 Remove comment field from policy 2022-08-23 08:43:45 +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
Jonatan Kłosko 4ce7df62e4 Fix whitespace in the text output copied to clipboard 2022-08-22 15:59:44 +02:00
José Valim ddc98edd5a Trim down S3 file system info 2022-08-19 23:26:11 +02:00
Alexandre de Souza 5c050e640f
Add Livebook Hub with Fly.IO integration (#1319) 2022-08-18 10:34:27 -03:00
Paulo Valim dcbf0d156c
Make the global sidebar collapsible (#1343)
Co-authored-by: Jonatan Kłosko <jonatanklosko@gmail.com>
Co-authored-by: José Valim <jose.valim@dashbit.co>
2022-08-12 19:42:54 +02: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
Caleb J. Acosta d59e2cf4b9
Add SVG as acceptable file type in markdown (#1341) 2022-08-11 09:20:19 +02:00
Jonatan Kłosko 82577828f8 Correctly update frames nested in grid 2022-08-10 12:38:22 +02:00
José Valim 74b0166453
Fix sidebar pane on small screens (#1338) 2022-08-09 19:32:53 +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 7f4e9273de Add missing client id for smart cell JS view 2022-08-05 20:55:42 +02:00
Jonatan Kłosko e10f8374fd Add missing client id assign for layout outputs 2022-08-05 15:54:08 +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
Alexander Koutmos e8920257cd
Add support for anchor links during navigation (#1327) 2022-08-04 21:24:19 +02:00
Jonatan Kłosko 6853bbd9a1 Fix error recovery when serializing unknown structs in JS view payload 2022-08-04 01:14:00 +02:00
Jonatan Kłosko 194e31e2d9
Add support for layout outputs (#1326) 2022-08-04 00:24:15 +02:00
Jonatan Kłosko 4dc1deab24 Bump Elixir version on CI 2022-08-03 17:30:22 +02:00
José Valim 5cf9e2ba14 Align sidebar icons 2022-08-03 16:37:53 +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
Jonatan Kłosko 920f70817e
Fix ignored output (#1323) 2022-08-02 19:33:43 +02:00
Jonatan Kłosko 4206e84682 Don't format elements with whitespace-pre 2022-08-02 18:22:49 +02:00
Jonatan Kłosko 3fcb6b97bb
Enable HEEx formatter (#1322) 2022-08-02 15:51:02 +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
Cristine Guadelupe e5a02ac97e
Updates kino_maplibre and its guide (#1315)
* Updates kino_maplibre and its guide

* Update lib/livebook/notebook/explore/intro_to_maplibre.livemd

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

Co-authored-by: Jonatan Kłosko <jonatanklosko@gmail.com>
2022-08-01 14:23:14 -03:00
birlorg 9b801f323f
Add how to use the math expressions (#1307) 2022-07-29 22:11:04 +02:00
José Valim 09c60abd5e
Validate hostname against EPMD (#1305) 2022-07-29 10:55:13 +02:00
José Valim 2ac02d9547 mix format 2022-07-25 21:50:59 +02:00
José Valim db6e459f64 Mark Kino guides as deep dive 2022-07-25 21:41:54 +02:00
Kuria 3cf175c81a
Add shortcut for evaluating a cell and advancing to the next one (#1294) 2022-07-23 12:22:17 +02:00
Basile Nouvellet 9cbecb6871
Fix typo in custom_kinos.livemd (#1292) 2022-07-22 21:30:21 +02:00
Frédéric Boyer 1ee1394fa6
Fix typo in the elixir and livebook notebook (#1284) 2022-07-19 21:53:15 +02:00
Wojtek Mach 8da05a5c5a
Rename AppBuilder to AppBundler (#1283) 2022-07-19 14:48:07 +02:00
José Valim 59dcf9e1ff mix format 2022-07-19 09:27:57 +02:00
José Valim 5c105d3d1f Use Livebook.Config.abort! in more occasions 2022-07-19 09:14:43 +02:00
Jonatan Kłosko 8ba302a9b4
Set colors in the MapLibre notebook (#1271) 2022-07-13 13:02:30 +02:00