Commit graph

998 commits

Author SHA1 Message Date
Michael Ruoss
8b60f5f00a Get initial namespace from k8s context in the k8s runtime settings (#2838) 2024-10-25 22:37:14 +08:00
Jonatan Kłosko
080f872059 Fix ZTA key label (#2834) 2024-10-25 22:37:14 +08:00
Jonatan Kłosko
8a4a99d99b Show a confirmation when hub secret will override session secret (#2813) 2024-10-03 14:23:20 +07:00
Jonatan Kłosko
7f90aa206a Wrap module names in the outline (#2810) 2024-10-03 14:23:20 +07:00
DeedleFake
fe0f19d265 Add setting to disable autoclosing brackets in the editor (#2805) 2024-10-03 14:23:20 +07:00
Jonatan Kłosko
61eea06247 Improve token auth form instructions in the desktop app (#2804)
Co-authored-by: José Valim <jose.valim@dashbit.co>
2024-10-03 14:23:20 +07:00
Alexandre de Souza
77306a08d9 Implements the go back and forward keyboard shortcuts (#2789) 2024-10-03 14:23:20 +07:00
Jonatan Kłosko
cdaa9c82ab Fix custom views icon spacing 2024-10-03 14:23:20 +07:00
Jonatan Kłosko
1808c40ecd Fix padding in custom view modal 2024-10-03 14:23:20 +07:00
Jonatan Kłosko
ec9932f314 Fix kubectl warning to show only when applicable 2024-09-20 18:45:42 +07:00
Jonatan Kłosko
04bf3d8978 Tell users to install kubectl if missing (#2791)
Co-authored-by: José Valim <jose.valim@dashbit.co>
2024-09-20 17:39:13 +07:00
Jonatan Kłosko
579eecfed1 Encapsulate Kubernetes API calls (#2790) 2024-09-20 17:39:13 +07:00
Jonatan Kłosko
959be2f6f5 Scroll runtime connection error into view 2024-09-20 17:39:13 +07:00
Jonatan Kłosko
2c1998d609 Share code between Fly and K8s runtimes (#2788) 2024-09-20 17:39:13 +07:00
José Valim
edcf76e10b Deal with clock drifts and use DateTime UTC for server data (#2787) 2024-09-20 17:39:13 +07:00
Michael Ruoss
dbe68754bb Add K8s runtime (#2756)
Co-authored-by: Jonatan Kłosko <jonatanklosko@gmail.com>
2024-09-20 17:39:13 +07:00
Jonatan Kłosko
e92e6dd4b7 Show progress in file input upload (#2785) 2024-09-20 17:39:13 +07:00
Jonatan Kłosko
c72ccaee88 Fix validation when opening notebook from file:// URL (#2783) 2024-09-20 17:39:13 +07:00
Jonatan Kłosko
51b96795b5 Add usage note to secrets form (#2779)
Co-authored-by: José Valim <jose.valim@dashbit.co>
2024-09-20 17:39:13 +07:00
Jonatan Kłosko
54e4a303fd Remove unnecessary outline 2024-09-20 17:39:13 +07:00
Jonatan Kłosko
1facc4d174 Allow disconnecting Fly runtime during initialization (#2776) 2024-09-20 17:39:13 +07:00
Hugo Baraúna
e8bb1d3781 Fixes keyboard shortcuts inside help modal (#2775) 2024-09-20 17:39:13 +07:00
Jonatan Kłosko
9ea136f0f5 Remove outline from focused modal root element 2024-09-20 17:39:13 +07:00
José Valim
41d6d9ee0d Show connected nodes counter (#2774) 2024-09-20 17:39:13 +07:00
Hugo Baraúna
1dba24d0b3 Design improvements in the outline (#2771)
Co-authored-by: Jonatan Kłosko <jonatanklosko@gmail.com>
2024-09-20 17:39:13 +07:00
Jonatan Kłosko
dbc70ffd69 Improve icon alignment when section name spans multiple lines in the outline 2024-09-20 17:39:13 +07:00
José Valim
7507704de6 Remove URL field from shared deployment group settings 2024-09-20 17:39:13 +07:00
Jonatan Kłosko
db6fbbd1a8 Fix long module definition name overflowing 2024-08-26 21:15:04 +09:00
Jonatan Kłosko
46e65f6d17 Change secrets panel shortcut to ss 2024-08-26 21:15:04 +09:00
Jonatan Kłosko
dcbe3a889d Rename sections list references to outline 2024-08-26 21:15:04 +09:00
Jonatan Kłosko
351e4dc232 Support toggling smart cell editor visibility (#2761) 2024-08-26 21:15:04 +09:00
José Valim
edb938cf78 Change icon and move expand/collapse to bottom 2024-08-26 21:15:04 +09:00
Alexandre de Souza
f0097028a0 List module definitions in the sections side panel (#2760) 2024-08-26 21:15:04 +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
3c81a2c21e Respect default elements outline on tab-navigation (#2749) 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
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
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
1f1e05eacf Close runtime modal once connecting succeeds (#2736) 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
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
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
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