Commit graph

678 commits

Author SHA1 Message Date
Jonatan Kłosko
da9cc6643b
Restructure output format (#2179) 2023-08-23 23:25:04 +02:00
Alexandre de Souza
928181cefe
Implements load/2 and dump/1 to FileSystem protocol and some improvements (#2171) 2023-08-22 16:20:35 -03:00
José Valim
7ff6103475
Check for flag instead of non-empty dir (#2176) 2023-08-22 15:51:05 +02:00
Jonatan Kłosko
a11b1dfe7b
Add support for chunked text and markdown outputs (#2174) 2023-08-22 13:21:22 +02:00
Jonatan Kłosko
d1eb522464
Split files into references/attachments and support renaming (#2167) 2023-08-17 22:13:39 +02:00
Cristine Guadelupe
28c400544d
Update Maplibre guide links (#2164) 2023-08-17 16:23:41 +07:00
José Valim
946c20e168 File system -> File storage in error messages 2023-08-11 11:55:58 +02:00
Jonatan Kłosko
91253923b2
Improve wording around file system selector (#2157)
Co-authored-by: José Valim <jose.valim@dashbit.co>
2023-08-11 11:52:19 +02:00
José Valim
543c3eb002 Docs 2023-08-10 10:17:03 +02:00
Jonatan Kłosko
74ca662bf3
Add warning when deploying protected apps from dir without password override (#2153) 2023-08-09 21:23:02 +02:00
Jonatan Kłosko
c39902cd3a
Improve teams tests (#2151) 2023-08-08 21:03:01 +02:00
José Valim
5fda5b02ab Improve import error messages 2023-08-07 13:46:29 +02:00
José Valim
8041d8ee9a Remove create hub feature flag, warn if using production servers in dev 2023-08-03 22:19:01 +02:00
José Valim
2521e42108 teams_url is now always set 2023-08-03 16:45:34 +02:00
José Valim
4a54762889 Improvements to Hubs pages 2023-08-02 20:04:21 +02:00
Jonatan Kłosko
926a359245
Sort requires in partial envs (#2134) 2023-08-02 15:06:56 +02:00
José Valim
4a5d6da79d
Extract secrets storage to personal hub (#2132) 2023-08-01 20:48:55 +02:00
Jonatan Kłosko
f2144106ab
File management improvements (#2131) 2023-08-01 20:41:54 +02:00
Alexandre de Souza
fb578906ec
Improves disconnected status on Hub's page (#2127) 2023-08-01 14:27:44 -03:00
José Valim
7c40ab22e3
Warn if session is missing after reboot (#2128)
Closes #2075.
2023-08-01 19:12:38 +02:00
Frank Hunleth
481d39d7ed
Update Nerves Livebook URLs to new location (#2126) 2023-07-30 16:33:03 +02:00
Marcelo Henrique Neppel
671828f211
Fix arity and link (#2123) 2023-07-29 10:33:15 +02:00
José Valim
374119303c Add newline in connection error message 2023-07-28 22:02:17 +02:00
Alexandre de Souza
6ba0118c2d
Adds Livebook Teams URL and some touch ups (#2120) 2023-07-28 16:40:18 -03:00
José Valim
5ac14c18bb Warn when Hubs cannot be started 2023-07-28 21:38:54 +02:00
José Valim
c24a4f4f7f Update error messages for clarity 2023-07-28 21:05:31 +02:00
Jonatan Kłosko
bba743a258
Always use http1 for teams websocket connection (#2119) 2023-07-28 19:15:13 +02:00
Alexandre de Souza
88fbf3c057
Add prefix to generated keys (#2118) 2023-07-28 12:55:37 -03:00
Jonatan Kłosko
32a98ff0af Improve code docs 2023-07-28 02:04:52 +02:00
José Valim
4b6d01b4aa Fix URL 2023-07-27 22:58:22 +02:00
José Valim
6d32eebbab Add Docker image to deploy guide, break use cases 2023-07-27 21:42:15 +02:00
José Valim
f0a72e5636 Update attached node recommendations 2023-07-27 20:19:48 +02:00
Alexandre de Souza
3ecc0b3653
Load secrets from Hub when deploying an App (#2098) 2023-07-26 17:39:33 -03:00
Jonatan Kłosko
904ebd093f
Serially setup apps before deploying from directory (#2115)
Co-authored-by: José Valim <jose.valim@dashbit.co>
2023-07-26 20:23:44 +02:00
Jonatan Kłosko
52110ff2f9
Add download for notebook files (#2112) 2023-07-25 20:07:13 +02:00
Jonatan Kłosko
f361eaa5f1
Change attached runtime to establish a hidden connection (#2110) 2023-07-25 15:52:24 +02:00
Jonatan Kłosko
3e9c29c17c
Add more file actions (#2103) 2023-07-24 15:56:52 +02:00
Cristine Guadelupe
53ffb0f1f5
Updates maptiler key (#2099) 2023-07-22 02:27:56 +02:00
Jonatan Kłosko
165eff6734 Fix smart cell editor when no language is specified 2023-07-22 00:23:14 +02:00
Jonatan Kłosko
146f89f5f5
Add drag and drop actions for notebook files (#2096)
Co-authored-by: José Valim <jose.valim@dashbit.co>
2023-07-21 20:11:11 +02:00
Alexandre de Souza
07caffaecb
Add Offline Deployment section on the Hub Teams page (#2086) 2023-07-19 16:57:54 -03:00
Jonatan Kłosko
7ea0b9278a
Use changesets for all forms (#2087) 2023-07-19 00:38:26 +02:00
Jonatan Kłosko
3987fc29c8 Fix chunked write for local file system to handle cross-partition copy 2023-07-18 22:17:03 +02:00
Jonatan Kłosko
5ff5e0939d
Explicitly allow imported file entries pointing to file system (#2083) 2023-07-18 02:00:11 +02:00
Jonatan Kłosko
19a5124d1a
Implement streaming for downloads and file systems (#2072)
Co-authored-by: José Valim <jose.valim@dashbit.co>
2023-07-14 22:16:52 +02:00
José Valim
9e7e2f1707 Improvements to deploy_apps.livemd 2023-07-14 17:30:32 +02:00
Jonatan Kłosko
e1114d3e29
Fix race condition in storage test (#2068) 2023-07-13 14:15:22 +02:00
José Valim
670f099e5e Make NotFoundError reusable 2023-07-13 14:09:13 +02:00
José Valim
104952be6a Group livebook_teams test suite 2023-07-13 13:29:50 +02:00
Jonatan Kłosko
de2fc2f93a
Add button for reevaluating apps on change and add retry for errors (#2066) 2023-07-13 12:26:10 +02:00