Commit graph

1479 commits

Author SHA1 Message Date
Jonatan Kłosko
ccf34ba894
Do not redeploy apps from dir on every node (#2291) 2023-10-22 20:28:55 +02:00
Jonatan Kłosko
06b553275f
Add Dockerfile variant for clustered deployment on Fly.io (#2286)
Co-authored-by: José Valim <jose.valim@dashbit.co>
2023-10-22 17:23:15 +02:00
Victor Rodrigues
94edf9f8b9
Support custom HTTP certificate (#2287)
Co-authored-by: Jonatan Kłosko <jonatanklosko@gmail.com>
2023-10-22 11:01:15 +02:00
Sean Gloumeau
ca645ea974
Fix a simple grammatical error and a typo (#2290) 2023-10-21 22:28:25 +02:00
Jonatan Kłosko
98662bf6f8
List password-protected apps on the auth page (#2284) 2023-10-18 18:41:04 +02:00
José Valim
1e70bc2da9 Reorder sidebar 2023-10-18 16:12:51 +02:00
José Valim
213b29ba00 Only validate stamp if hub is valid 2023-10-18 15:12:30 +02:00
Matthias
6aba8f5a6b
Fix: typo in intro_to_livebook.livemd (#2283) 2023-10-18 12:47:21 +02:00
José Valim
7799494db2 List user plug before auth
We should not allow someone to list apps
if they don't have a user.
2023-10-18 01:10:38 +02:00
Jonatan Kłosko
d40c004e83
Warn on Dockerfile when deploying a directory with personal hub and it has file systems (#2281) 2023-10-17 20:28:37 +02:00
Jonatan Kłosko
5d78db66e5
Make Livebook version accessible at compile time (#2280)
Co-authored-by: José Valim <jose.valim@dashbit.co>
2023-10-17 19:17:09 +02:00
José Valim
b5092c1f9f Improve invalid notebook stamp messaging 2023-10-17 19:14:23 +02:00
Jonatan Kłosko
eba249d045
Mark notebook as changed when hub secret is toggled (#2279) 2023-10-17 18:59:46 +02:00
José Valim
e9e760c7da Mention Docker deployment 2023-10-17 15:04:58 +02:00
Jonatan Kłosko
797844223a
Add docker deployment instructions to app panel (#2276) 2023-10-17 15:04:47 +02:00
Jonatan Kłosko
9bd51e3af1
Fix links in the public apps list (#2275) 2023-10-14 16:12:24 +02:00
Cristine Guadelupe
fa7244eae0
Base image with CUDA (#2273)
Co-authored-by: Jonatan Kłosko <jonatanklosko@gmail.com>
2023-10-14 17:33:48 +07:00
José Valim
7d19fc3abb s/terminal/logs 2023-10-13 10:24:29 +02:00
Alexandre de Souza
2898ee37f6
Don't reconnect when WebSocket returns server error (#2264) 2023-10-10 18:51:38 -03:00
Jonatan Kłosko
4665e755a3
Fix file system type migration (#2269) 2023-10-10 07:03:06 +02:00
José Valim
869cb4e3cb
Use Kino.Shorts where appropriate, closes #2135 (#2263) 2023-10-09 16:39:30 +02:00
José Valim
65c491374f Clarify session secrets warning for apps 2023-10-08 18:18:32 +02:00
José Valim
e24fa1e17c Clarify code comments 2023-10-07 22:21:32 +02:00
José Valim
1bb0005f20
Handle missing debounce only from old output (#2261) 2023-10-06 21:56:12 +02:00
José Valim
f0ca13c88a
Include explicit kino requirement on error message (#2260) 2023-10-06 20:23:45 +02:00
Jonatan Kłosko
2cc13d8366 Update list on teams hub page 2023-10-06 23:14:22 +07:00
Wojtek Mach
baa4dba726
Update req (#2256) 2023-10-06 15:49:10 +02:00
Jonatan Kłosko
c7a38c2d40 Update kino version references 2023-10-06 17:18:38 +07:00
José Valim
9e7ed7ae43
Update Plug.Crypto (#2252)
Co-authored-by: Jonatan Kłosko <jonatanklosko@gmail.com>
2023-10-06 12:10:36 +02:00
Jonatan Kłosko
706eb42dc0 Update :debounce default fallback for range input 2023-10-06 14:01:39 +07:00
Alexandre de Souza
a97df0e536
Use default directory when using Persistence or AddFileEntry components (#2250) 2023-10-05 16:34:54 -03: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
Alexandre de Souza
4d412bd00d
Implement airgapped deployment file storage (#2246) 2023-10-04 12:20:43 -03:00
Wojtek Mach
ed6ae02ada
desktop: Add "New Notebook" to system tray menu (#2247) 2023-10-04 11:46:42 +02:00
José Valim
100d88041b Mention remote execution smart cell on intro 2023-10-02 21:12:01 +02:00
Jonatan Kłosko
1381650811
Add migration updating starred and recent notebook files (#2244) 2023-10-02 12:57:34 +02:00
Cristine Guadelupe
6c83b910a4
Remote intellisense - details on hover (#2243) 2023-09-30 15:05:26 +07:00
José Valim
3ca36a6ce7
Run migrations early in the supervision tree (#2241)
Also add a migration version, improve docs,
and document code that actually cannot be
removed.
2023-09-30 09:27:09 +02:00
Jonatan Kłosko
d3f58036eb
Lazily lookup file systems when needed for file operations (#2239) 2023-09-29 20:24:37 +02:00
Hugo Baraúna
da65a893ce
Changes copy: Livebook file system -> Livebook file storage (#2240) 2023-09-29 15:00:44 -03:00
Alexandre de Souza
d26295ce69
Fix File System creation and ID prefix for Personal hub (#2238) 2023-09-29 11:48:07 -03:00
Cristine Guadelupe
114d649524
Remote intellisense - apps and types (#2237) 2023-09-29 18:58:18 +07:00
Jonatan Kłosko
6c5b4bb586 Add migration for new file system attributes compatible with Livebook main 2023-09-29 18:51:56 +07:00
Jonatan Kłosko
95c95d75cb Fix loading for local files in notebook manager 2023-09-29 16:00:08 +07:00
Alexandre de Souza
2a0d2dcdc3
Fix File System migration and some touchups (#2235) 2023-09-28 16:02:02 -03:00
Cristine Guadelupe
4a14118b96
Smart cell editor - intellisense node (#2232)
Co-authored-by: Jonatan Kłosko <jonatanklosko@gmail.com>
2023-09-28 16:02:04 +07:00
José Valim
990949e3ad
Better long name hints (#2234) 2023-09-28 10:52:21 +02:00
José Valim
b3f7366a8f Update kino_explorer 2023-09-26 11:18:29 +02:00
Jonatan Kłosko
05418db0c6
Add :debounce to input outputs when missing (#2228) 2023-09-26 05:38:15 +02:00
PeterUstinox
edc09cd386
Support debounce option for inputs (#2224) 2023-09-26 05:31:41 +02:00
Jonatan Kłosko
21f3046e82 Remove border from plain text output 2023-09-26 09:39:20 +07:00
José Valim
72b9466519 Swap link to section and branching menu 2023-09-25 19:29:06 +02:00
José Valim
f8581c225d
Support audio transcription on drag and drop (#2227) 2023-09-25 18:45:19 +02:00
José Valim
f25d6663d8 Update maplibre and vegalite deps 2023-09-25 17:25:11 +02:00
Alexandre de Souza
96bf5ddbcc
Implement File Storage (#2212) 2023-09-25 11:18:30 -03:00
Cristine Guadelupe
393915da7e
Intellisense by default for Elixir in smart cell editor (#2226) 2023-09-25 13:34:53 +07:00
Jonatan Kłosko
cc03fd1ba4
Prune outputs in app session LV (#2223) 2023-09-22 18:10:02 +02:00
Cristine Guadelupe
76139d7d8d
Remote Intellisense (#2217) 2023-09-22 00:05:03 +07:00
Jonatan Kłosko
2a71e49d76
Fix frame updates containing inputs (#2219) 2023-09-21 18:45:59 +02:00
José Valim
64dad900d7
Exclude modules from docs (#2218)
Closes #2216.
2023-09-21 12:28:45 +02:00
José Valim
4d76c57530 Touch ups 2023-09-21 11:21:50 +02:00
Hugo Baraúna
ee94ae1b87
Move zta authentication docs from module docs to custom pages docs (#2215) 2023-09-21 10:35:26 +02:00
José Valim
5a9e6df9eb s/Use/Set 2023-09-20 17:38:58 +02:00
José Valim
49c52f67f7
Make ZTA generation automatic (#2210) 2023-09-18 13:41:58 +02:00
Hans Krutzer
d0201995cb
Add Tailscale ZTA module (#2207) 2023-09-18 12:25:34 +02:00
José Valim
e37b2ce736 Remove bottleneck from ZTA implementations 2023-09-16 19:33:19 +02:00
José Valim
998d8e83f3
Make key bindings select consistent with UI (#2206) 2023-09-16 11:39:15 +02:00
Jonatan Kłosko
8633c9a357
Add button for inserting a branching section (#2205) 2023-09-15 15:25:41 +02:00
Jonatan Kłosko
4d42202c83 Update transcription drop action for audio files 2023-09-15 13:40:24 +07:00
Jonatan Kłosko
b8fc4eefb5
Add evaluation temporary directory (#2204) 2023-09-14 19:29:06 +02:00
Alexandre de Souza
7f1feec7d9
Implement File Systems management directly from Hub and handle their events (#2201) 2023-09-13 10:32:33 -03:00
Cristine Guadelupe
4564af3fb3
Bump kino_maplibre (#2198)
* Bump kino_maplibre

* Update lib/livebook/notebook/learn/intro_to_maplibre.livemd

Co-authored-by: José Valim <jose.valim@gmail.com>

---------

Co-authored-by: José Valim <jose.valim@gmail.com>
2023-09-06 17:45:06 +07:00
Alexandre de Souza
51a3ab1895
Implement Teams API file system management (#2188) 2023-09-05 12:14:50 -03:00
Cristine Guadelupe
c77d63b2a1
Remote cell definition (#2197) 2023-09-05 13:08:59 +07:00
Cristine Guadelupe
a67d44e7b2
Metadata typo (#2195) 2023-09-03 20:48:33 +07:00
José Valim
dcf4126783
Relax db dependencies (#2194)
kino_db already specifies the exact versions required,
so we relax the dependencies here on Livebook. This avoids
a scenario where we bump kino_db to an incompatible version
specified here.
2023-09-02 12:55:17 +02:00
José Valim
b3da9c67b3 Add SQLServer support 2023-09-02 10:46:47 +02:00
Jonatan Kłosko
c82d0a8c9d
Add action for sqlite database files (#2192) 2023-09-01 10:29:50 +02:00
José Valim
3b03731ed4 Use lazy dataframes for parquet 2023-09-01 08:41:32 +02:00
José Valim
85cf2d845e
Use latest kino_explorer and file_spec for parquet (#2191) 2023-08-31 13:13:33 +02:00
Cristine Guadelupe
134eb2c025
Kino_db - snowflake (#2187) 2023-08-31 12:40:52 +02:00
José Valim
0d92ffdc7f Updates to Explorer guide 2023-08-31 09:26:13 +02:00
Jonatan Kłosko
841aba4d8f
Update export flow for JS outputs (#2186) 2023-08-28 13:38:00 +02:00
Cristine Guadelupe
b7f5a44b9e
Use the default organization as default for new notebooks (#2183) 2023-08-25 19:46:59 +07:00
Jonatan Kłosko
867f091557
Do not export setup cell output (#2184) 2023-08-25 14:36:42 +02:00
Cristine Guadelupe
070d6a5c0f
Default organization (#2180)
Co-authored-by: Jonatan Kłosko <jonatanklosko@gmail.com>
2023-08-25 16:07:14 +07:00
Jonatan Kłosko
b2ce588a1c Rename error output :known_reason to :context 2023-08-23 23:25:43 +02:00
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
Kenichi Nakamura
9f96bd2f1a
vim/emacs modes with settings (#2173) 2023-08-22 09:08:54 +02:00
Cristine Guadelupe
c768681e23
Fix secret-copy id (#2169) 2023-08-21 15:46:32 +07:00
Jonatan Kłosko
d1eb522464
Split files into references/attachments and support renaming (#2167) 2023-08-17 22:13:39 +02:00
Jonatan Kłosko
eb83338dbe
Make user profile discoverable from users panel (#2165) 2023-08-17 13:46:37 +02:00
Cristine Guadelupe
28c400544d
Update Maplibre guide links (#2164) 2023-08-17 16:23:41 +07:00
Jonatan Kłosko
9ea1bc3342 Increase size limit for file input and show upload errors 2023-08-14 15:20:55 +02: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
3e940e3034 Improve copy text for files 2023-08-10 21:09:04 +02:00
José Valim
d0ef0e0279 Improve unlisted error when there is no files/ directory 2023-08-10 20:54:15 +02:00
Hugo Baraúna
e26d45ac46
Fix add filesystem form label (#2156)
* Fix add filesystem form label

* Update lib/livebook_web/live/settings_live/add_file_system_component.ex

---------

Co-authored-by: Jonatan Kłosko <jonatanklosko@gmail.com>
2023-08-10 12:11:16 -03: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
José Valim
2919f3018b
Mention purpose of Teams key (#2150) 2023-08-09 19:05:03 +02:00
Hugo Baraúna
1ab1dcc8c2 Fixes airgapped Dockerfile
Setting a default ARG value needs `=`
2023-08-08 16:13:41 -03:00
Jonatan Kłosko
c39902cd3a
Improve teams tests (#2151) 2023-08-08 21:03:01 +02:00
José Valim
4eaea183ef Update airgapped Dockerfile 2023-08-08 20:36:46 +02:00
Hugo Baraúna
3477767ed2
Change copy: from 'Add Hub' to 'Add Organization' (#2149) 2023-08-08 14:07:25 -03:00
Zach Allaun
005a9e86f7
Usability improvements for custom keyboard controls (#2145)
Co-authored-by: José Valim <jose.valim@gmail.com>
2023-08-08 15:58:34 +02:00
Cristine Guadelupe
cd6239b383
Fix editing secrets (#2148) 2023-08-08 16:29:56 +07:00
Cristine Guadelupe
4ad2b7a7d1
Correctly renders external title (#2146) 2023-08-08 01:27:14 +07:00
Cristine Guadelupe
00f82f492c
Disables renaming secrets (#2144) 2023-08-07 23:56:56 +07:00
José Valim
5fda5b02ab Improve import error messages 2023-08-07 13:46:29 +02:00
José Valim
3212dfc8b2 Integrate ZTA into airgapped 2023-08-07 13:20:54 +02:00
Hugo Baraúna
fa82bf141b
Teams Key -> Teams key (#2141) 2023-08-04 11:12:16 -03:00
Hugo Baraúna
9d206b06d0
Changes copy of Add Teams Hub page (#2139) 2023-08-04 09:34:04 -03:00
Hugo Baraúna
1ad5b2e69d
Change copy of Teams key modal (#2140) 2023-08-03 17:28:58 -03:00
José Valim
8041d8ee9a Remove create hub feature flag, warn if using production servers in dev 2023-08-03 22:19:01 +02:00
Cristine Guadelupe
8e26fe6287
Adds ZTA support for offline deployment (#2136) 2023-08-04 00:25:05 +07: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
Jonatan Kłosko
b3f5805d78 Fix sidebar width 2023-07-28 22:06:21 +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
José Valim
3afd26cd69 Name -> Organization name 2023-07-28 20:06:46 +02:00
Jonatan Kłosko
bba743a258
Always use http1 for teams websocket connection (#2119) 2023-07-28 19:15:13 +02:00
José Valim
3c8f3357b9 Clarify text 2023-07-28 19:11:29 +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
ByeongUk Choi
dcca36a28a
Remove process all button from apps when interrupted/errored (#2117)
Co-authored-by: Jonatan Kłosko <jonatanklosko@gmail.com>
2023-07-27 18:28:14 +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
a8ae19b9cf
Add apps warmup to teams dockerfile (#2116) 2023-07-26 21:05:01 +02: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
e98a315e11
Add spinners for long file actions (#2113) 2023-07-25 21:23:06 +02:00
Jonatan Kłosko
52110ff2f9
Add download for notebook files (#2112) 2023-07-25 20:07:13 +02:00
Jonatan Kłosko
1980ddcaa4
Stream live upload chunks directly to the target file system (#2111) 2023-07-25 16:59:40 +02:00
Jonatan Kłosko
f361eaa5f1
Change attached runtime to establish a hidden connection (#2110) 2023-07-25 15:52:24 +02:00
Paulo Valim
f024ba568d
Layout changes for the Hub page (#2104) 2023-07-25 12:37:15 +02:00
José Valim
01b2c31659
Make reprocess texts more neutral (#2105) 2023-07-24 21:52:47 +02:00
Jonatan Kłosko
3e9c29c17c
Add more file actions (#2103) 2023-07-24 15:56:52 +02:00
Jonatan Kłosko
d0056d3035
Automatically setup runtime when creating a new notebook (#2102) 2023-07-24 15:43:37 +02:00
Jonatan Kłosko
46a9452298
Add notebook custom view (#2101)
Co-authored-by: gitstart <bot@gitstart.com>
Co-authored-by: Hameed Abdulrahaman <hameedabdulrahamann@gmail.com>
Co-authored-by: gitstart_bot <gitstart_bot@users.noreply.github.com>
2023-07-24 14:20:42 +02:00
Jonatan Kłosko
489b609154
Allow dropping external files into the notebook (#2097) 2023-07-22 11:13:06 +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
Hugo Baraúna
24827f5055
Add ref to livebook teams link (#2095) 2023-07-20 18:09:08 +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
5a79137390 Format 2023-07-19 21:33:38 +02:00
Jonatan Kłosko
6ba2a7433d Make session view menu visible on mobile 2023-07-19 21:19:31 +02:00
Jonatan Kłosko
81cd85ef05
Fix app menu overflowing on mobile (#2092) 2023-07-19 12:14:24 +02:00
Jonatan Kłosko
7ea0b9278a
Use changesets for all forms (#2087) 2023-07-19 00:38:26 +02:00
Jonatan Kłosko
2e0c3978e0 Upload improvements 2023-07-18 23:17: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
e95efd008f
Support adding file entry via upload (#2085) 2023-07-18 21:31:25 +02:00
Jonatan Kłosko
5ff5e0939d
Explicitly allow imported file entries pointing to file system (#2083) 2023-07-18 02:00:11 +02:00
José Valim
82909f7f35
Pass only the Livebook PID to child LiveViews (#2081) 2023-07-17 10:56:30 +02:00
José Valim
319ce562cb Include Erlang/OTP and Elixir versions on Attached node page, closes #2078 2023-07-16 18:01:46 +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
Hugo Baraúna
c16ba7e762
Change copy to mention Livebook teams (#2069) 2023-07-13 19:01:18 +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
ByeongUk Choi
f5d0dd557d
Raise exception when trying to edit a secret that does not exist (#2067) 2023-07-13 13:53:33 +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
Cristine Guadelupe
8c3f0bf046
Internal ZTA tests (#2058)
* Tests for GoogleIAP

* Tests for Cloudflare

* Tests for Cloudflare

* Clean up

* Applying suggestions

* Clean up

* Update test/livebook/zta/google_iap_test.exs

Co-authored-by: Jonatan Kłosko <jonatanklosko@gmail.com>

* Update test/livebook/zta/cloudflare_test.exs

Co-authored-by: Jonatan Kłosko <jonatanklosko@gmail.com>

---------

Co-authored-by: Jonatan Kłosko <jonatanklosko@gmail.com>
2023-07-12 16:45:45 +02:00
ByeongUk Choi
72d18e5a38
Add default directory setting (#2046)
Co-authored-by: Jonatan Kłosko <jonatanklosko@gmail.com>
2023-07-12 13:28:51 +02:00
José Valim
c5138ad192
Mention Erlang and doctests (#2063)
Co-authored-by: Jonatan Kłosko <jonatanklosko@gmail.com>
2023-07-12 13:09:39 +02:00
José Valim
52e1194f60 Slightly increase error box y-padding 2023-07-12 13:05:34 +02:00
Anatolij Werle
6bfc6dfab0
Show summary on failed doctests (#2062) 2023-07-12 12:56:13 +02:00
Jonatan Kłosko
ff30d0de2d
Improve debugging discoverability on app errors (#2061)
Co-authored-by: José Valim <jose.valim@dashbit.co>
2023-07-11 22:29:38 +02:00
Jonatan Kłosko
0f792d51bd Make app new session button a link 2023-07-11 13:57:50 +02:00
Jonatan Kłosko
509830985f Add margin to save secret button 2023-07-11 13:50:26 +02:00
Jonatan Kłosko
7441de7c9e Bump kino version in guides 2023-07-10 22:18:47 +02:00
Jonatan Kłosko
433cd43894
Secret improvements (#2051)
Co-authored-by: José Valim <jose.valim@dashbit.co>
2023-07-10 21:29:21 +02:00
Jonatan Kłosko
d3f7cfa665
Pass notebook files when deploying apps (#2045) 2023-07-07 20:31:54 +02:00
Alexandre de Souza
f4365e44d2
Enforce Hub when deploying notebooks from LIVEBOOK_APPS_PATH (#2039) 2023-07-07 15:27:07 -03:00
Jonatan Kłosko
c02eb984f8
Support reading file entry content from the runtime (#2044) 2023-07-07 16:20:19 +02:00
Anatolij Werle
3231f2bd72
Hide image upload progress info when not yet started (#2042) 2023-07-07 11:51:38 +02:00
Jonatan Kłosko
ce5e91a20c
Update log filter for miscapitalized module loading error (#2040) 2023-07-06 18:43:00 +02:00
Jonatan Kłosko
ede80fc074
Implement file management (#2022)
Co-authored-by: José Valim <jose.valim@dashbit.co>
2023-07-05 20:01:12 +02:00
Jonatan Kłosko
cae17cc144
Add support for reading app info from the runtime (#2038) 2023-07-05 15:58:46 +02:00
Paulo Valim
f8f91deaba
Redesign apps page (#2037)
Co-authored-by: José Valim <jose.valim@gmail.com>
Co-authored-by: Jonatan Kłosko <jonatanklosko@gmail.com>
2023-07-05 11:15:35 +02:00
Jonatan Kłosko
fb9148acf7
Change new notebook button to link (#2036) 2023-07-04 14:46:19 +02:00
Jonatan Kłosko
27458f33f7
Add option to disable frame placeholder (#2035) 2023-07-04 13:35:29 +02:00
Jonatan Kłosko
477036f64d
Properly close app sessions (#2034) 2023-07-04 00:53:04 +02:00
Jonatan Kłosko
ab3f3d6b0b Fix inserting code cell via shortcut 2023-07-03 22:05:45 +02:00
Cristine Guadelupe
550869c356
ZTA - Google IAP and adjustments (#2033)
* Fix GoogleIAP certs and fields

* Email as name when name is not available

* Initial docs

* Update lib/livebook_web/live/hooks/user_hook.ex

Co-authored-by: José Valim <jose.valim@gmail.com>

---------

Co-authored-by: José Valim <jose.valim@gmail.com>
2023-07-03 21:42:04 +02:00
Jannik Becher
649a556025
Add support for datetime, time and date inputs (#2002)
Co-authored-by: Jonatan Kłosko <jonatanklosko@gmail.com>
2023-07-03 21:39:16 +02:00
Jonatan Kłosko
16723b98f0
Insert code cell when changing default language (#2031) 2023-07-03 15:59:23 +02:00
Jonatan Kłosko
610415144a Pass unique id to switch input output 2023-07-03 09:47:30 +02:00
Cristine Guadelupe
2272f1445f
Mapping fields - Cloudflare (#2025)
* Mapping fields - Cloudflare

* Applying suggestions

* Mapping fields - GoogleIAP
2023-07-02 20:46:12 +02:00
José Valim
522beb7701
Squeeze sidebar items (#2028) 2023-07-02 13:56:09 +02:00
Alexandre de Souza
bcfb6d46ea
Add Team hub from environment variables (#2020) 2023-06-30 19:11:31 -03:00
José Valim
6a4a5596bf Remove padding from app info button 2023-06-30 07:21:35 +02:00
Cristine Guadelupe
29b712917e
ZTA - user identity (#2015)
* Get user identity

* Moves current_user_id to identity_data

* Renames cookies to session_identity

* Keep zta keys in the state

* User id from GoogleIap

* Update cloudflare.ex

* Update googleiap.ex

* Email only for ZTA

* Get the current_user_id from the identity_data

* Applying suggestions

* Applying suggestions

* Fix verify_token

---------

Co-authored-by: José Valim <jose.valim@gmail.com>
2023-06-29 23:10:00 +02:00
Jonatan Kłosko
9541eb91c8
Fix smart cell editor initialization (#2017) 2023-06-28 22:39:24 +02:00
Zach Allaun
e1ac442c8c
Mobile quality-of-life (part 1) (#2013) 2023-06-28 18:29:44 +02:00
ByeongUk Choi
ebab482b7e
Improve error message when deploying notebooks without settings (#2008) 2023-06-25 09:44:36 +02:00
Alexandre de Souza
05d691d407
Redirect to Hub page to update or delete a secret (#2005) 2023-06-23 17:54:13 -03:00
Paulo Valim
d744f5727c
Adding show Teams Key button (#1993) 2023-06-23 21:41:58 +02:00
Alexandre de Souza
0a190729ec
Allow Livebook to update and delete Team hub secrets (#1995) 2023-06-21 15:37:28 -03:00
Jonatan Kłosko
1443c472ce
Don't emit diagnostic for module compilation error (#2000) 2023-06-21 11:11:01 +02:00
Jonatan Kłosko
9a8a252bb9
Unify error pages (#1999) 2023-06-21 00:46:12 +02:00
Jonatan Kłosko
d4e950bd05
Ignore io response messages when logging (#1997) 2023-06-21 00:40:21 +02:00
Cristine Guadelupe
efb28fbdf0
Support Zero Trust authentication (#1938)
Co-authored-by: José Valim <jose.valim@gmail.com>
Co-authored-by: Jonatan Kłosko <jonatanklosko@gmail.com>
2023-06-21 00:25:25 +02:00
Wojtek Mach
74caae1da1
Merge pull request from GHSA-564w-97r7-c6p9 2023-06-20 13:13:38 +02:00
José Valim
bf16cd3e6a
Translate 0.0.0.0 to localhost (#1992)
Closes #1991.
2023-06-20 11:20:02 +02:00
Jonatan Kłosko
20e13e01db
Bump to Elixir 1.15 (#1989) 2023-06-19 18:21:55 +02:00
Jonatan Kłosko
ece450f937
Respect LIVEBOOK_BASE_URL_PATH for learn card images (#1988) 2023-06-19 14:03:42 +02:00
Johnny5
d6be46dd91
Show amplify button for Smart cells (#1984)
Co-authored-by: José Valim <jose.valim@gmail.com>
Co-authored-by: Jonatan Kłosko <jonatanklosko@gmail.com>
2023-06-17 19:11:07 +02:00
Jonatan Kłosko
ab5e11b78e Wrap app app info when too long 2023-06-16 19:36:29 +02:00
Alexandre de Souza
7f9ba6989f
Allow secret creation from Livebook for Team Hubs (#1978) 2023-06-15 17:33:22 -03:00
Jonatan Kłosko
d5f9aaf14e
Don't run doctests for generated functions (#1966) 2023-06-13 16:01:45 +02:00
awerment
b4e4c64820
Show more details in type completion items (#1975) 2023-06-12 22:45:47 +02:00
awerment
7691324a4e
Add on-hover details for types (#1974) 2023-06-12 14:17:25 +02:00
Jonatan Kłosko
68feb61333 Fix warnings 2023-06-12 11:19:54 +02:00
Jonatan Kłosko
a72629cfe3
Implement stamping for teams hub (#1973)
Co-authored-by: José Valim <jose.valim@dashbit.co>
2023-06-09 20:59:04 +02:00
Jonatan Kłosko
80423adcdf Remove unreliable test 2023-06-09 15:51:01 +02:00
Jonatan Kłosko
c383c7aaff
Ignore code server error logs when checking for modules (#1971) 2023-06-09 01:04:51 +02:00
Jonatan Kłosko
683f6c8f3b
Use different html name for output inputs (#1970) 2023-06-08 23:27:13 +02:00
Jonatan Kłosko
300f5683ef Fix insert button ids 2023-06-08 22:25:10 +02:00
Jonatan Kłosko
9059049d29
Add hub id to hubs pubsub messages (#1968) 2023-06-08 17:32:29 +02:00
Jonatan Kłosko
de4d46f3be
Load JS view assets from CDN when applicable (#1958) 2023-06-07 14:26:51 +02:00
Jannik Becher
dbceb99f79
Fix on-hover docs for erlang modules with type names in signature (#1957)
Co-authored-by: José Valim <jose.valim@gmail.com>
Co-authored-by: Jonatan Kłosko <jonatanklosko@gmail.com>
2023-06-07 12:30:52 +02:00
Jonatan Kłosko
8859985736 Fix smart cells editor 2023-06-06 21:57:39 +02:00
Benedikt Reinartz
377b677a6e
Erlang error improvements (#1960) 2023-06-06 13:52:50 +02:00
Alexandre de Souza
dd5850502d
Update LivebookProto messages and minor fixes (#1962) 2023-06-06 08:49:09 -03:00
Jonatan Kłosko
75614e7885
Show notifications for new app version and import warnings (#1955) 2023-06-02 21:32:44 +02:00
Jonatan Kłosko
cc9731c428
Add link to apps sessions on multi-session app page (#1954) 2023-06-02 18:18:54 +02:00
Benedikt Reinartz
fb9193b8ab
Add support for Erlang code cells (#1892)
Co-authored-by: José Valim <jose.valim@gmail.com>
Co-authored-by: Jonatan Kłosko <jonatanklosko@gmail.com>
2023-06-02 14:49:06 +02:00
Alexandre de Souza
14dd6d925f
Implement TeamClient with Teams WebSocket communication (#1951) 2023-06-01 12:01:43 -03:00
Jonatan Kłosko
8f71ad700b
Use registry to identify IO proxy in log handler (#1952) 2023-06-01 00:32:47 +02:00
Basile Nouvellet
e92cdd622d
Typo in CLI help menu (#1950) 2023-05-31 19:21:14 +02:00
Jonatan Kłosko
04efa5932f
Restore code markers and doctest indicators on refresh (#1949) 2023-05-31 15:52:08 +02:00
Paulo Valim
8f20c03775
Add step by step code verification (#1945) 2023-05-31 10:35:59 +02:00