Commit graph

1617 commits

Author SHA1 Message Date
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
Jonatan Kłosko
28ae207dc9
Suggest setup without cache on dependencies error (#2716) 2024-07-19 19:50:24 +02:00
Jonatan Kłosko
98169e8eb4
Support persisting Fly runtime config in a workspace secret (#2714) 2024-07-19 10:29:22 +02:00
Ed Lepedus
d4201c6c15
Add configuration to serve public routes from a different base url path (#2704)
Co-authored-by: Jonatan Kłosko <jonatanklosko@gmail.com>
2024-07-17 15:32:42 +02:00
Jonatan Kłosko
8105627bf3 Fix horizontal editor scrollbar to not overlap content in Firefox 2024-07-17 17:47:17 +07:00
Jonatan Kłosko
06279bc98f
Wait for Fly machine to start before attempting to connect (#2712) 2024-07-17 08:21:56 +02:00
Jonatan Kłosko
7858466ab5
Show more info for Fly runtime in the runtime panel (#2711) 2024-07-16 15:01:20 +02:00
Jonatan Kłosko
a85b3b02f5
Do not check Elixir version in the Fly runtime (#2710) 2024-07-16 14:29:37 +02:00
Jonatan Kłosko
0b69625987
Fix file comparison (#2709) 2024-07-15 19:04:50 +02:00
Jonatan Kłosko
c5ba8f8f81
Introduce Fly.io runtime (#2708) 2024-07-15 06:19:04 +02:00
José Valim
3cc66a6ab9 Always redirect / to /apps if using teams auth 2024-07-04 10:49:31 +02:00
José Valim
17bd9ebdde Break Fly steps in two 2024-07-04 10:19:44 +02:00
Alexandre de Souza
a82b04625d
Allow IPv6 for Livebook Teams (#2698) 2024-07-03 18:13:55 -03:00
Alexandre de Souza
7f1c5f18c5
Revert "Allow IPv6 for Livebook Teams"
This reverts commit 935e484580.
2024-07-03 17:53:00 -03:00
Alexandre de Souza
935e484580
Allow IPv6 for Livebook Teams 2024-07-03 17:47:17 -03:00
Jonatan Kłosko
4a34991e40 Update notebook 2024-07-02 23:01:30 +07:00
José Valim
6bf2788ec8 Update clustering docs 2024-07-02 11:43:21 +02:00
José Valim
de22485641
Instructions for k8s agent (#2697) 2024-07-02 11:24:30 +02:00
Jonatan Kłosko
6e2719e4b7
Explicitly disallow reading input value from background processes (#2693) 2024-06-28 17:55:23 +02:00