Commit graph

2904 commits

Author SHA1 Message Date
Jonatan Kłosko 25dd83ac8c Add CUDA executables to PATH in CUDA Docker images 2024-08-26 21:15:04 +09:00
Jonatan Kłosko 452f504352 Report connected nodes on nodeup/nodedown events (#2759) 2024-08-26 21:15:04 +09:00
Jonatan Kłosko b1f374c578 Release v0.14.0-rc.1 2024-08-19 23:57:52 +09:00
Jonatan Kłosko fbb387e882 Do not set XLA_TARGET when using Livebook CUDA-based images (#2755) 2024-08-19 23:18:08 +09:00
Jonatan Kłosko 1ac585c9e1 Align runtime memory usage formatting with LiveDashboard 2024-08-19 23:18:08 +09:00
Jonatan Kłosko 765bb42958 Add link to live dashboard for runtime node (#2754) 2024-08-19 23:18:08 +09:00
Jonatan Kłosko b54fdc8363 Switch to cuDNN 9 in the CUDA Docker images 2024-08-19 23:18:08 +09:00
Cristine Guadelupe 02020feb80 Nightly release on livebook-dev only (#2753) 2024-08-19 23:18:08 +09:00
Jonatan Kłosko 4d30361951 Generate a default signature for functions/types when docs are not available (#2751) 2024-08-19 23:18:08 +09:00
jonatanklosko ab7ec3cf3f Update assets 2024-08-19 23:18:08 +09:00
Jonatan Kłosko 3c81a2c21e Respect default elements outline on tab-navigation (#2749) 2024-08-19 23:18:08 +09:00
Jonatan Kłosko a44729e7d7 Remove unnecessary rpc calls 2024-08-19 23:18:08 +09:00
jonatanklosko 4f4c86a550 Update assets 2024-08-19 23:18:08 +09:00
Jonatan Kłosko d654784938 Highlight range when showing hover details (#2747) 2024-08-19 23:18:08 +09:00
jonatanklosko b0fc246b3b Update assets 2024-08-19 23:18:08 +09:00
Jonatan Kłosko e51fb585e3 Make the go-to-definition link a client concern (#2746) 2024-08-19 23:18:08 +09:00
Jonatan Kłosko ad43584cbd Improve intellisense modules handling (#2745) 2024-08-19 23:18:08 +09:00
jonatanklosko 34fb12b55f Update assets 2024-08-19 23:18:08 +09:00
Alexandre de Souza 9e3e0c11cb 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-19 23:18:07 +09:00
Cristine Guadelupe 9c27ad522c Bump kino_db (#2744) 2024-08-19 23:18:07 +09:00
a-maze-d 0bfb7ea95c Add configuration for update check to target a different repository (#2743) 2024-08-19 23:18:07 +09:00
José Valim 0c00f74dbf Remove reference to removed section from notebook, closes #2740 2024-08-19 23:18:07 +09:00
Jonatan Kłosko af2061e25b Fix casing 2024-08-19 23:18:07 +09:00
Jonatan Kłosko 67aae4ead8 Update Dockerfile 2024-08-19 23:18:07 +09:00
Jonatan Kłosko a04a065827 Fix Desktop build dispatch 2024-08-19 23:18:07 +09:00
Jonatan Kłosko bcaf88742f Add nightly release (#2739) 2024-08-19 23:18:07 +09:00
Jonatan Kłosko d78b98455a Use a bigger chunk size when transferring files across nodes (#2738) 2024-08-19 23:18:07 +09:00
Jonatan Kłosko 29ca926f39 Await previous machine to release volume when reconnecting fly runtime (#2737) 2024-08-19 23:18:07 +09:00
Jonatan Kłosko 1f1e05eacf Close runtime modal once connecting succeeds (#2736) 2024-08-19 23:18:07 +09:00
Jonatan Kłosko 9882bc26ff Scope the go to definition test module 2024-08-19 23:18:07 +09:00
Hugo Baraúna a4e1a9c1e8 Add docs on how to use Nginx as a HTTPS proxy (#2735)
Co-authored-by: José Valim <jose.valim@dashbit.co>
2024-08-19 23:18:07 +09:00
aleDsz c4779f42f0 Update assets 2024-08-19 23:18:07 +09:00
Alexandre de Souza 379a2d0c6f Provide go to definition of modules and functions defined in the notebook (#2730)
Co-authored-by: Jonatan Kłosko <jonatanklosko@gmail.com>
2024-08-19 23:18:07 +09:00
Jonatan Kłosko 4721a17f9b Make CI pass on Windows 2024-08-19 23:18:07 +09:00
Jonatan Kłosko b2c63f6b6d Make checkboxes focusable with keyboard 2024-08-19 23:18:07 +09:00
José Valim ff340c5eb7 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-19 23:18:07 +09:00
Hugo Baraúna ea9fe25f72 Updates teams docs 2024-08-19 23:18:07 +09:00
Wojtek Mach 7e6245ffac Stop epmd.exe from previous installation if any (#2734) 2024-08-19 23:18:07 +09:00
Wojtek Mach adc1e3432c Skip running vc_redist.x64.exe if it's already installed (#2733) 2024-08-19 23:18:07 +09:00
jonatanklosko bc3044bab6 Update assets 2024-08-19 23:18:07 +09:00
Jonatan Kłosko 52ac5a6f23 Fix spacing in editor search panel 2024-08-19 23:18:07 +09:00
Marduk Bolaños 67735b9d48 Execute the Windows installer as normal user (#2628) 2024-08-19 23:18:07 +09:00
Ed Lepedus f08160710a Add support for specifying column ratios in grid output (#2718)
Co-authored-by: Jonatan Kłosko <jonatanklosko@gmail.com>
2024-08-19 23:18:07 +09:00
Raúl R Pearson ae504bcffd Fix broken MapLibre Evented URLs (#2731) 2024-08-19 23:18:07 +09:00
Alexandre de Souza 8686f92752 Fix integration tests 2024-08-19 23:18:07 +09:00
Barna Kovacs 4f0a1f7af3 Fix various typos and improve language (#2728) 2024-08-19 23:18:07 +09:00
Jonatan Kłosko a3b51068f0 Improve error message in the Fly runtime config when the app name is taken 2024-08-19 23:18:07 +09:00
Jonatan Kłosko eec0cc8086 Fix page crash when creating a Fly volume fails 2024-08-19 23:18:07 +09:00
Barna Kovacs 1b6fad3772 Fix: unsubscribe should use Pubsub.unsubscribe() (#2727) 2024-08-19 23:18:07 +09:00
Jonatan Kłosko e6b173e6e5 Update changelog 2024-07-26 18:38:12 +07:00