Commit graph

87 commits

Author SHA1 Message Date
Jonatan Kłosko
05c9c17b8c
Respect default elements outline on tab-navigation (#2749) 2024-08-17 05:17:26 +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
Barna Kovacs
02e89c19cf
Fix various typos and improve language (#2728) 2024-07-26 20:29:17 +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
c5ba8f8f81
Introduce Fly.io runtime (#2708) 2024-07-15 06:19:04 +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
Jonatan Kłosko
272dff78ad
Change fly clustering to auto (#2672) 2024-06-24 18:36:49 +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
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
Karol Wilk
e35d756f96
Support URL field in deployment group (#2625) 2024-05-29 10:31:08 +02:00
Jonatan Kłosko
602d852b31
Update to Phoenix LV 1.0 (#2607) 2024-05-16 18:17:45 +02:00
Jonatan Kłosko
63668c49fb
Add end-to-end app deployment flow with Livebook Teams (#2602) 2024-05-14 13:20:14 +02:00
Jonatan Kłosko
f78e7702a1 Disable server logs in the console by default 2024-05-10 22:45:00 +08:00
Jonatan Kłosko
592396b1bf Fix typo 2024-05-10 21:37:58 +08:00
Jonatan Kłosko
7b07c6518c Make dev script conditional at compile time 2024-05-10 13:45:57 +08:00
Jonatan Kłosko
785d3752f7 Enable server logs in the browser console in dev 2024-05-10 13:28:30 +08:00
José Valim
096ac829e8 Improve ZTA experience 2024-05-09 21:31:50 +02:00
Alexandre de Souza
d4752ebd52
Add support for DNS clustering (#2578) 2024-04-23 15:40:18 -03:00
Hugo Baraúna
7a16ce1926
Rename Hubs to Workspaces (#2574) 2024-04-19 17:40:50 -03:00
Hugo Baraúna
27c72f564f
Shows a more human readable name for each zta provider (#2572)
---------

Co-authored-by: Hugo Baraúna <hugo.barauna@gmail.com>
Co-authored-by: Jonatan Kłosko <jonatanklosko@gmail.com>
Co-authored-by: José Valim <jose.valim@dashbit.co>
2024-04-18 10:07:14 -03:00
Alexandre de Souza
50f9bb2420
Implement Basic Auth ZTA (#2564) 2024-04-13 09:07:33 +02:00
Jonatan Kłosko
7cf4af5c10
Expand instructions for deploying a new agent server instance (#2561) 2024-04-11 09:37:06 +02:00
José Valim
cb11b26cdc Simplify code that is no longer shared across views 2024-04-08 11:06:25 +02:00
José Valim
16f276b0cd Move all deployment group to hub page 2024-03-30 11:23:06 +01:00
Hugo Baraúna
ca46b3eab6 Fix link to ZTAs docs 2024-03-06 16:36:27 -03:00
Jonatan Kłosko
33aa9408ae Update LV 2024-02-16 00:59:57 +07:00
Jonatan Kłosko
eac07a4c39 Simplify clipboard copy transitions 2024-02-13 17:21:59 +07:00
Jonatan Kłosko
c20521c3ab
Redesign flash messages (#2484) 2024-02-13 11:17:17 +01:00
José Valim
f3206d9791
Redesign deploy and runtime panels (#2478)
Co-authored-by: Jonatan Kłosko <jonatanklosko@gmail.com>
2024-02-09 11:58:20 +01:00
Jonatan Kłosko
4587396c9a
Encapsulate buttons and inputs in components (#2477) 2024-02-08 19:27:16 +01:00
Jonatan Kłosko
a2d6b1caae
Fix Dockerfile generation with deployment group (#2475) 2024-02-07 20:36:21 +01:00
Jonatan Kłosko
d3f33a045c Migrate more CSS classes to components 2024-02-07 00:29:00 +08:00
Jonatan Kłosko
80cd944d3e Move table component near other components 2024-01-31 01:06:05 +08:00
Paulo Valim
80a8085073
Improving Table Core Component (#2463) 2024-01-30 18:05:09 +01:00
Paulo Valim
714417189b
Add LiveView table component (#2460) 2024-01-30 10:41:48 +01:00
Jonatan Kłosko
8e6a017414
Move session markup to a separate file (#2452) 2024-01-26 13:51:05 +01:00
Jonatan Kłosko
501a98d7c6
Move helpers to components (#2448) 2024-01-26 05:47:56 +01:00
Cristine Guadelupe
4c97bd338e
Adds ZTA and clustering to deployment groups (#2413)
Co-authored-by: José Valim <jose.valim@gmail.com>
2023-12-27 21:10:17 -03:00
Cristine Guadelupe
fb851b1091
Hub header layout helper (#2408)
Co-authored-by: Jonatan Kłosko <jonatanklosko@gmail.com>
2023-12-21 15:26:54 -03:00
Jonatan Kłosko
7cf0ed2a08
Fix the S3 form to allow the user to enter a custom region (#2380) 2023-12-04 07:53:42 +01:00
Jonatan Kłosko
39a5cf7aff
Always scroll menu into view (#2377) 2023-11-30 20:45:33 +01:00
Jonatan Kłosko
3bbf43c708
Refactor hook props parsing (#2369) 2023-11-23 16:18:06 +01:00
Jonatan Kłosko
33c09b1f67
Update modal enter and leave (#2323) 2023-11-06 18:13:16 +01:00
Jonatan Kłosko
797844223a
Add docker deployment instructions to app panel (#2276) 2023-10-17 15:04:47 +02:00
Jonatan Kłosko
64a150eef2
Stream audio/image input values into and out of the server (#2249)
Co-authored-by: José Valim <jose.valim@dashbit.co>
2023-10-05 15:27:34 +02:00