Commit graph

1396 commits

Author SHA1 Message Date
Jonatan Kłosko
fb604dee2f
Simplify autocompletion info into a single markdown field (#2470) 2024-02-02 17:55:15 +01:00
Jonatan Kłosko
e98cf466fa
Add support for updating smart cell editor source and intellisense node (#2465) 2024-01-31 12:44:20 +01:00
Alexandre de Souza
1ceab6f540
Implements the management of Deployment Group's agent keys (#2458) 2024-01-30 14:20:46 -03: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
721a2eba4a
Adding table view for environement variables (#2461) 2024-01-30 16:48:18 +01:00
Paulo Valim
714417189b
Add LiveView table component (#2460) 2024-01-30 10:41:48 +01:00
Cristine Guadelupe
60d7dd74c3
Maplibre guide - add controls (#2459) 2024-01-29 15:09:41 -03:00
Jonatan Kłosko
368b69b423
Implement version-based migrations (#2453) 2024-01-29 08:59:43 +01:00
Cristine Guadelupe
027e84fff8
Updates guides to link to docs (#2456) 2024-01-27 15:25:33 -03:00
Cristine Guadelupe
dc81aa3b40
Updates Explorer guide (#2455) 2024-01-27 11:01:43 -03:00
José Valim
0d475961eb Centralize actions table header 2024-01-27 11:18:01 +01:00
Cristine Guadelupe
45a0e6026f
Updates Maplibre guide (#2454) 2024-01-26 14:44:25 -03:00
Jonatan Kłosko
f9f8579ca4 Stop rendering images from the legacy images directory 2024-01-26 21:09:15 +08:00
Jonatan Kłosko
ac7b5803a1 Fix todos 2024-01-26 20:59:45 +08:00
Jonatan Kłosko
8e6a017414
Move session markup to a separate file (#2452) 2024-01-26 13:51:05 +01:00
Jonatan Kłosko
9bc0832e03
Make frame and text stream updates implicit (#2451) 2024-01-26 09:17:46 +01:00
Jonatan Kłosko
8431401df1
Reorganize helpers (#2450) 2024-01-26 08:23:37 +01:00
Jonatan Kłosko
501a98d7c6
Move helpers to components (#2448) 2024-01-26 05:47:56 +01:00
José Valim
365cbe7101 Fix transport_opts 2024-01-25 22:13:50 +01:00
Jonatan Kłosko
883c0f39ec
Pass cacerts options to Mint only when SSL (#2449) 2024-01-25 14:58:53 +01:00
Jonatan Kłosko
0056a81b7f
Skip docs requests for remote node intellisense (#2447) 2024-01-25 12:03:34 +01:00
Jonatan Kłosko
9c2df06b5d
Simplify config functions (#2446) 2024-01-25 11:21:53 +01:00
Jonatan Kłosko
026af473ec Simplify terminal text clipboard icon 2024-01-25 17:56:26 +08:00
Jonatan Kłosko
2b5171fe92 Emit diagnostic for MismatchedDelimiterError 2024-01-25 16:26:31 +08:00
Cristine Guadelupe
22cd0c233a
Bump kinos (#2440) 2024-01-24 12:21:02 -03:00
Jonatan Kłosko
0cd2f69ce8
Migrate the code editor to CodeMirror (#2444) 2024-01-24 16:01:47 +01:00
Paulo Valim
75688ae9f5
Add table view on Hub/Secrets (#2437) 2024-01-24 11:04:47 +01:00
Alexandre de Souza
99bf5d02f7
Fix cacerts for escript version (#2439) 2024-01-23 18:37:00 -03:00
Wojtek Mach
03062f8d4f Remove unnecessary call to :erlang.iolist_to_binary/1 2024-01-23 13:38:22 +01:00
Cristine Guadelupe
72229cc2f1
Bump kino_explorer (#2436) 2024-01-22 11:31:11 -03:00
lkarthee
a15a69175b
Enable copy button for error output (#2435) 2024-01-22 08:56:39 +01:00
Alexandre de Souza
8ba6baec3a
Implements Livebook Agent authentication (#2403) 2024-01-05 14:17:39 -03:00
Cristine Guadelupe
eb812601a3
Update KinoExploer (#2428) 2024-01-05 13:58:30 -03:00
ByeongUk Choi
bc099bf03e
Add warning on export page if there are stale output (#2420)
Co-authored-by: Jonatan Kłosko <jonatanklosko@gmail.com>
2024-01-02 15:26:28 +01:00
Jonatan Kłosko
469c53a4df Fix file download in the .exs notebook export 2024-01-02 16:41:23 +08:00
Wojtek Mach
6f4eb7f58b
Update to Elixir 1.16.0 and OTP 26.2.1 (#2416) 2023-12-29 14:16:20 +01:00
Cristine Guadelupe
4f38fea5cd
Deployment groups adjustments (#2414)
Co-authored-by: Jonatan Kłosko <jonatanklosko@gmail.com>
2023-12-28 16:21:52 -03: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
37c7444328
Deployment group for app deployment (#2410)
Co-authored-by: Jonatan Kłosko <jonatanklosko@gmail.com>
Co-authored-by: José Valim <jose.valim@gmail.com>
2023-12-27 15:24:48 -03:00
José Valim
8b2add1e6c Fix sidebar selection for Apps 2023-12-27 13:29:36 +01:00
José Valim
b15f1664b6 Fix LIVEBOOK_PORT=0 for iframes 2023-12-25 10:59:55 +01:00
Cristine Guadelupe
ece00ad70c
ZTA metadata - help field (#2411)
Co-authored-by: José Valim <jose.valim@gmail.com>
2023-12-24 19:28:24 -03:00
Jonatan Kłosko
07bf81cb40 Fix docs warning 2023-12-22 21:07:20 +07: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
Cristine Guadelupe
3430e9a261
Move airgapped to deployment group (#2404)
Co-authored-by: José Valim <jose.valim@gmail.com>
Co-authored-by: Jonatan Kłosko <jonatanklosko@gmail.com>
2023-12-20 11:47:46 -03:00
José Valim
5d1ce2733d mix format 2023-12-20 15:24:25 +01:00
José Valim
90f5ec61bf Add code comment around persistent term usage 2023-12-20 15:16:40 +01:00
Jonatan Kłosko
0849678a98 Update LV 2023-12-19 15:09:47 +07:00
José Valim
bf44cb8cdf Do not crash on missing exports, closes #2400 2023-12-16 09:13:44 +01:00