Commit graph

2951 commits

Author SHA1 Message Date
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 a1a7dfe759 Switch to cuDNN 9 in the CUDA Docker images 2024-08-19 22:00:23 +09:00
Cristine Guadelupe 31929dd0ec
Nightly release on livebook-dev only (#2753) 2024-08-19 09:16:36 +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
jonatanklosko 246d692fb7 Update assets 2024-08-17 03:18:00 +00: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
jonatanklosko 5b7ea6cfbe Update assets 2024-08-16 14:08:16 +00:00
Jonatan Kłosko 403be80603
Highlight range when showing hover details (#2747) 2024-08-16 16:07:44 +02:00
jonatanklosko 72c65ba34c Update assets 2024-08-16 11:31:36 +00: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
jonatanklosko 1983e4ca21 Update assets 2024-08-16 08:09:31 +00: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 1ecf12f7bb Fix casing 2024-08-12 16:08:11 +09:00
Jonatan Kłosko b73143604a Update Dockerfile 2024-08-12 15:43:04 +09:00
Jonatan Kłosko 3d4715794e Fix Desktop build dispatch 2024-08-10 02:21:10 +09: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
Jonatan Kłosko 0118ae8ebd Scope the go to definition test module 2024-08-08 16:40:26 +09:00
Hugo Baraúna f9606d7638
Add docs on how to use Nginx as a HTTPS proxy (#2735)
Co-authored-by: José Valim <jose.valim@dashbit.co>
2024-08-07 16:22:07 -03:00
aleDsz 2b0193078f Update assets 2024-08-07 18:10:31 +00: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 be60ffb9fd Make CI pass on Windows 2024-08-08 01:12:29 +09: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
Hugo Baraúna bdf17ae482 Updates teams docs 2024-08-06 15:14:00 -03:00
Wojtek Mach 979249ff6d
Stop epmd.exe from previous installation if any (#2734) 2024-08-06 15:03:10 +02:00
Wojtek Mach 90405e402f
Skip running vc_redist.x64.exe if it's already installed (#2733) 2024-08-06 15:02:28 +02:00
jonatanklosko 6a45f168ba Update assets 2024-08-06 12:56:17 +00:00
Jonatan Kłosko 3a2730f3b6 Fix spacing in editor search panel 2024-08-06 21:55:29 +09:00
Marduk Bolaños 4c1e865d40
Execute the Windows installer as normal user (#2628) 2024-08-06 14:13:58 +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
Alexandre de Souza 8146bfd3b9
Fix integration tests 2024-07-30 10:05:24 -03: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 a4ec1c4388 Update changelog 2024-07-26 18:17:56 +07:00
Jonatan Kłosko 9861c434f0 Update CUDA build script to not tag pre-releases as latest 2024-07-26 18:00:39 +07:00
Jonatan Kłosko fd738fa4cd Add FLAME runner cell to built-in definitions 2024-07-26 17:37:57 +07:00