Commit graph

2873 commits

Author SHA1 Message Date
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
Jonatan Kłosko 94b6f25ba6
Reduce CUDA images size (#2724) 2024-07-25 22:48:18 +02: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
jonatanklosko af511fc774 Update assets 2024-07-19 17:51:01 +00: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
jonatanklosko 9dbde0be20 Update assets 2024-07-17 13:33:20 +00: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
jonatanklosko d4f9289141 Update assets 2024-07-17 10:47:58 +00: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 cb674cc8bd Fix path in file tests on Windows 2024-07-16 00:15:16 +07:00
Jonatan Kłosko 20eadca86b Increase CI timeout for Windows 2024-07-16 00:10:27 +07:00
Jonatan Kłosko 0b69625987
Fix file comparison (#2709) 2024-07-15 19:04:50 +02:00
Jonatan Kłosko e934b1763e Update CI 2024-07-15 11:24:43 +07:00
jonatanklosko b4e25d680f Update assets 2024-07-15 04:19:49 +00:00
Jonatan Kłosko c5ba8f8f81
Introduce Fly.io runtime (#2708) 2024-07-15 06:19:04 +02:00
jonatanklosko b7ca4d6135 Update assets 2024-07-12 08:22:12 +00:00
Hugo Baraúna de79bc69af
Change the scroll behavior from when clicking a notebook sections (#2705) 2024-07-12 10:21:30 +02:00
Wojtek Mach 4c6e1f0ad2
Update to Elixir 1.17.2 (#2703) 2024-07-07 14:09:54 +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
jonatanklosko 4866694cb9 Update assets 2024-07-04 08:18:42 +00:00
Ed Lepedus 834f5a194c
Respect LIVEBOOK_BASE_URL_PATH when checking /public assets availability (#2700)
Co-authored-by: Jonatan Kłosko <jonatanklosko@gmail.com>
2024-07-04 10:18:06 +02:00