Jonatan Kłosko
f953b6d695
Restore workaround
2025-03-11 17:03:12 +09:00
Jonatan Kłosko
6cf13387fb
Update dependencies
2025-03-11 16:38:25 +09:00
Alexandre de Souza
14bf025a53
Add a fallback to user's profile picture ( #2940 )
2025-02-19 17:08:28 -03:00
Jonatan Kłosko
015b44fb72
Add support for Python cells ( #2936 )
...
Co-authored-by: José Valim <jose.valim@dashbit.co>
2025-02-18 14:28:29 +01:00
Alexandre de Souza
42cd2af31d
Fix logout button with disabled "Authenticate with Livebook Teams" ( #2935 )
2025-02-17 10:56:52 -03:00
Alexandre de Souza
601e93ae76
Implement the logout button ( #2906 )
2025-01-08 15:55:44 -03:00
Alexandre de Souza
433b8011f8
Implement teams_auth
field and deprecate zta_provider
( #2904 )
2024-12-31 11:15:46 -03:00
Jonatan Kłosko
561b73af7b
Migrate to JSON ( #2898 )
2024-12-20 09:34:41 +01:00
Jonatan Kłosko
68cc30f173
Update non-formatted interpolation syntax
2024-12-05 17:14:34 +08:00
Jonatan Kłosko
5ae61ed776
Update to LV 1.0 ( #2883 )
2024-12-04 10:37:17 +01:00
Jonatan Kłosko
21e01fadb6
Simplify static assets handling ( #2866 )
2024-11-21 11:46:33 +01:00
Jonatan Kłosko
bed5aa021c
Use strings for component variants ( #2863 )
2024-11-19 15:37:52 +01:00
Jonatan Kłosko
3b0f9cecd7
Redesign cell indicators to include language ( #2862 )
2024-11-19 15:29:44 +01:00
Alexandre de Souza
473830ada6
Deprecate ZTA-related fields ( #2851 )
2024-11-08 15:47:34 -03:00
Alexandre de Souza
4380a41192
Implement the authentication with Livebook Teams ( #2837 )
2024-10-31 11:44:04 -03:00
Jonatan Kłosko
b513a56a5d
Fix ZTA key label ( #2834 )
2024-10-18 17:29:14 +02:00
Jonatan Kłosko
b0ab056499
Share code between Fly and K8s runtimes ( #2788 )
2024-09-18 18:20:41 +02:00
Jonatan Kłosko
e79ae84e9c
Remove outline from focused modal root element
2024-09-07 00:05:25 +07:00
José Valim
fd628f2fb3
Remove URL field from shared deployment group settings
2024-09-05 09:02:55 +02:00
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