Commit graph

1635 commits

Author SHA1 Message Date
Jonatan Kłosko e79ae84e9c Remove outline from focused modal root element 2024-09-07 00:05:25 +07:00
José Valim 42908ccca6
Show connected nodes counter (#2774) 2024-09-06 17:46:27 +02:00
Jonatan Kłosko 8ea8e8644e Refactor HTTP response 2024-09-06 15:16:39 +07:00
Jonatan Kłosko 4ede27ca69 Fix Fly machine metadata 2024-09-06 14:12:58 +07:00
José Valim d9a47b8845 Clarify env var placement, closes #13809 2024-09-06 09:09:45 +02:00
Hugo Baraúna 3216b6b06f
Adds DuckDB to smart cell definitions (#2773) 2024-09-05 19:16:35 -03:00
Hugo Baraúna dfa7fc3c2f
Design improvements in the outline (#2771)
Co-authored-by: Jonatan Kłosko <jonatanklosko@gmail.com>
2024-09-05 21:28:01 +02:00
Michael Ruoss c060efba20
Add smart cell definition FLAME runner cell with k8s backend (#2762)
Co-authored-by: Jonatan Kłosko <jonatanklosko@gmail.com>
2024-09-05 18:33:55 +02:00
Jonatan Kłosko 2468fa3397 Improve icon alignment when section name spans multiple lines in the outline 2024-09-05 21:30:31 +07:00
José Valim fd628f2fb3 Remove URL field from shared deployment group settings 2024-09-05 09:02:55 +02:00
José Valim e7724d5356
Attach Livebook metadata to Fly runtime machines (#2763) 2024-08-28 13:49:26 +02:00
Jonatan Kłosko 6bcd7ea5dc Bump kino version 2024-08-26 20:34:47 +09:00
Jonatan Kłosko cce592a990 Fix long module definition name overflowing 2024-08-26 20:20:33 +09:00
Jonatan Kłosko 59a01cbc70 Change secrets panel shortcut to ss 2024-08-25 22:32:43 +09:00
Jonatan Kłosko 66d3ac6d27 Rename sections list references to outline 2024-08-25 22:27:50 +09:00
Jonatan Kłosko 0142d4720b
Support toggling smart cell editor visibility (#2761) 2024-08-25 15:23:37 +02:00
José Valim 8ff63bea01 Change icon and move expand/collapse to bottom 2024-08-25 02:36:07 +02:00
Jonatan Kłosko 7be8957b8e Remove deprecations in the JSON smart cell example 2024-08-24 21:40:25 +09:00
Alexandre de Souza ad0db1832b
List module definitions in the sections side panel (#2760) 2024-08-23 18:28:33 -03:00
Jonatan Kłosko 75ca4a3734
Report connected nodes on nodeup/nodedown events (#2759) 2024-08-20 09:12:39 +02:00
Jonatan Kłosko 7a58dbb792
Do not set XLA_TARGET when using Livebook CUDA-based images (#2755) 2024-08-19 16:14:52 +02:00
Jonatan Kłosko bcaea55b8d Align runtime memory usage formatting with LiveDashboard 2024-08-19 23:01:06 +09:00
Jonatan Kłosko d7cb831b1c
Add link to live dashboard for runtime node (#2754) 2024-08-19 15:44:59 +02:00
Jonatan Kłosko 4783cfbd2a
Generate a default signature for functions/types when docs are not available (#2751) 2024-08-18 08:35:20 +02:00
Jonatan Kłosko 05c9c17b8c
Respect default elements outline on tab-navigation (#2749) 2024-08-17 05:17:26 +02:00
Jonatan Kłosko 987f706f62 Remove unnecessary rpc calls 2024-08-17 00:03:57 +09:00
Jonatan Kłosko 9ee4f08524
Make the go-to-definition link a client concern (#2746) 2024-08-16 13:31:05 +02:00
Jonatan Kłosko 8544419137
Improve intellisense modules handling (#2745) 2024-08-16 13:08:32 +02:00
Alexandre de Souza 87a49b1bdb
Implements the Go to Definition keyboard shortcut (#2741)
Co-authored-by: Jonatan Kłosko <jonatanklosko@gmail.com>
Co-authored-by: José Valim <jose.valim@dashbit.co>
2024-08-16 10:08:51 +02:00
Cristine Guadelupe ae5e546bb2
Bump kino_db (#2744) 2024-08-15 12:45:12 +02:00
a-maze-d cc97d8c82c
Add configuration for update check to target a different repository (#2743) 2024-08-15 09:08:01 +02:00
José Valim 400c29b483 Remove reference to removed section from notebook, closes #2740 2024-08-13 09:15:56 +02:00
Jonatan Kłosko 915cec327d
Add nightly release (#2739) 2024-08-09 19:12:20 +02:00
Jonatan Kłosko c1fd9bc61e
Use a bigger chunk size when transferring files across nodes (#2738) 2024-08-09 14:50:37 +02:00
Jonatan Kłosko acc5f20df6
Await previous machine to release volume when reconnecting fly runtime (#2737) 2024-08-09 13:54:05 +02:00
Jonatan Kłosko b9306ce5da
Close runtime modal once connecting succeeds (#2736) 2024-08-08 15:32:19 +02:00
Alexandre de Souza 6e36725304
Provide go to definition of modules and functions defined in the notebook (#2730)
Co-authored-by: Jonatan Kłosko <jonatanklosko@gmail.com>
2024-08-07 15:09:51 -03:00
Jonatan Kłosko 1a3c5b75c5 Make checkboxes focusable with keyboard 2024-08-07 17:58:26 +09:00
José Valim edefa6649a Avoid compile-connected dependencies
Before this commit, LivebookWeb had runtime dependencies into
the project, causing large compilation cycles.

Using the following command in Elixir v1.17.3+

    $ mix xref graph --format stats --label compile-connected

Would reveal:

    Top 10 files with most incoming dependencies:
      * lib/livebook_web.ex (97)
      * lib/livebook/config.ex (3)
      * proto/lib/livebook_proto/deployment_group.pb.ex (2)

After this patch:

    Top 10 files with most incoming dependencies:
      * lib/livebook/config.ex (3)
      * proto/lib/livebook_proto/deployment_group.pb.ex (2)
      * lib/livebook_web/plugs/memory_provider.ex (2)
2024-08-07 01:16:30 +02:00
Ed Lepedus eefeb7aa6c
Add support for specifying column ratios in grid output (#2718)
Co-authored-by: Jonatan Kłosko <jonatanklosko@gmail.com>
2024-08-05 13:36:53 +02:00
Raúl R Pearson b24f4c322e
Fix broken MapLibre Evented URLs (#2731) 2024-08-01 08:51:30 +02:00
Barna Kovacs 02e89c19cf
Fix various typos and improve language (#2728) 2024-07-26 20:29:17 +02:00
Jonatan Kłosko 0df5415020 Improve error message in the Fly runtime config when the app name is taken 2024-07-27 01:06:43 +07:00
Jonatan Kłosko f054f34603 Fix page crash when creating a Fly volume fails 2024-07-27 00:49:39 +07:00
Barna Kovacs 3e63097e33
Fix: unsubscribe should use Pubsub.unsubscribe() (#2727) 2024-07-26 15:47:04 +02:00
Jonatan Kłosko fd738fa4cd Add FLAME runner cell to built-in definitions 2024-07-26 17:37:57 +07:00
Jonatan Kłosko a4cc39ec22
Disable automatic update when running flyctl proxy (#2723) 2024-07-25 08:28:11 +02:00
Jonatan Kłosko 303f78a418
Check for flyctl in default install locations (#2722) 2024-07-24 19:32:55 +02:00
Jonatan Kłosko 5686771646
Improve waiting for Fly machine startup (#2720) 2024-07-24 18:07:16 +02:00
Jonatan Kłosko d71dedd842 Pass FLY_API_TOKEN to the Fly runtime machine 2024-07-24 18:05:20 +07:00