Commit graph

961 commits

Author SHA1 Message Date
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
b9306ce5da
Close runtime modal once connecting succeeds (#2736) 2024-08-08 15:32:19 +02: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
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
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
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
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
Zach Allaun
85e2cd336d
Linkify app slug when deployed with Teams (#2686)
Co-authored-by: Jonatan Kłosko <jonatanklosko@gmail.com>
2024-06-27 08:59:16 +02:00
Jonatan Kłosko
7a00bc73ae Suggest creating fly machine with 2gb of memory 2024-06-26 03:12:26 +07:00
Jonatan Kłosko
39b22d9ef9 Update deps 2024-06-25 20:35:19 +07:00
Jonatan Kłosko
a587128a60
Normalize example dir in app server fly instructions (#2676) 2024-06-25 11:30:22 +02:00
José Valim
50afcf2b60
Trim down descriptions (#2673) 2024-06-24 22:34:09 +02:00
Jonatan Kłosko
726a668f53 Fix app deployment tests 2024-06-25 00:09:38 +07:00
Jonatan Kłosko
153ac2eaa1 Add success screen for app deployment 2024-06-25 00:07:08 +07:00
Jonatan Kłosko
272dff78ad
Change fly clustering to auto (#2672) 2024-06-24 18:36:49 +02:00
Jonatan Kłosko
29c2877272
Group proxy endpoints under a shared prefix (#2666) 2024-06-21 14:06:18 +02:00
Jonatan Kłosko
71a441662f Update link styles 2024-06-20 17:14:48 +07:00
José Valim
0c601b72e7 Ungate deployment group from feature flags 2024-06-20 11:19:33 +02:00
Jonatan Kłosko
28336da83c Fix styling 2024-06-20 15:09:51 +07:00
Alexandre de Souza
e59f5b03e5
Fix tooltip position (#2661) 2024-06-18 15:16:09 -03:00
Alexandre de Souza
22abd815eb
Show link to deployed apps after deploy (#2658) 2024-06-18 10:12:20 -03:00
jyc
0c9add202b
Fix auth token not being printed on startup (#2655) 2024-06-15 13:01:05 +02:00
Jonatan Kłosko
8556a17a5d
Make auth-dependent tests async (#2654) 2024-06-14 19:16:48 +02:00
Jonatan Kłosko
81f6744a71
Refactor auth config (#2650) 2024-06-14 18:59:54 +02:00
Jonatan Kłosko
356bd4b976 Fix label for image input entries 2024-06-14 21:12:22 +07:00
Jonatan Kłosko
9b1c898e3a Skip auth when loading audio and image input values using secure token 2024-06-14 14:43:00 +07:00
Jonatan Kłosko
ba4e59f416
Always run distribution in long names mode (#2646) 2024-06-13 10:06:08 +02:00
Jonatan Kłosko
68fa363d2d
List connected distribution nodes in the runtime panel (#2636) 2024-06-06 18:08:59 +02:00
Karol Wilk
ca12e38e86
Add requirement for scheme in the URL field of deployment group (#2632)
Co-authored-by: Jonatan Kłosko <jonatanklosko@gmail.com>
2024-06-03 13:58:08 +02:00
Jonatan Kłosko
52240a1677 Fix audio input preview in app sessions 2024-05-30 12:20:35 +07:00
Karol Wilk
e35d756f96
Support URL field in deployment group (#2625) 2024-05-29 10:31:08 +02:00
Jonatan Kłosko
197f4868e1
Support proxy requests on generic app URL and await session execution (#2618) 2024-05-24 20:34:11 +02:00
Hugo Baraúna
55274f8117
Updates copy about Teams (#2619) 2024-05-24 14:55:23 -03:00
Jonatan Kłosko
428d9ff591
Document request proxy and shift boundaries (#2617) 2024-05-24 19:37:41 +02:00
Alexandre de Souza
a0a3f548fe
Merge kino_proxy proof of concept into Livebook (#2615) 2024-05-24 14:27:38 +02:00
Alexandre de Souza
16bd46b54f
Allow Livebook to proxy requests to the runtime (#2608) 2024-05-20 17:04:04 -03:00
Jonatan Kłosko
777a9a1678 Update agent Fly.io deployment instructions 2024-05-18 01:30:54 +08:00
Jonatan Kłosko
322faa082a
Fix session assets resolution in distributed deployments (#2611) 2024-05-17 15:15:27 +02:00
Juergen Braungardt
7a31e892de
Add setting to render ligatures in codemirror cell editor (#2609) 2024-05-17 11:14:47 +02:00