Commit graph

1789 commits

Author SHA1 Message Date
Alexandre de Souza
bf5725847a
Implement the user authorization flow with Livebook Teams (#2984) 2025-05-05 10:53:44 -03:00
Hugo Baraúna
628fc5418d
Remove mentions of Teams beta (#2993) 2025-05-02 18:24:49 -03:00
Jonatan Kłosko
1ba59c6ac2
Optimise tracker diffing (#2992) 2025-05-01 17:45:16 +02:00
Hugo Baraúna
de568f84b9
Add a GitHub app notebook to the learn section (#2990) 2025-05-01 11:11:17 -03:00
Hugo Baraúna
1628ddbc51
Update kino chat app (#2991) 2025-04-30 02:45:07 +02:00
Kurtis Rainbolt-Greene
d230e0f6a7
Automatically cluster with AWS execution environments (#2797)
Co-authored-by: Jonatan Kłosko <jonatanklosko@gmail.com>
Co-authored-by: José Valim <jose.valim@gmail.com>
2025-04-28 09:47:12 +02:00
José Valim
0435b4392b Remove unused env var 2025-04-12 07:18:10 +02:00
Jonatan Kłosko
331efa04f7
Support setopts request with binary option in IO proxy (#2983) 2025-04-11 08:20:50 +02:00
Jonatan Kłosko
9535e9e536
Make priv generation into a compiler task (#2978) 2025-04-03 12:14:01 +02:00
Jonatan Kłosko
28bbca9b0a Use absolute paths in livebook.gen_priv so it works in nerves_livebook 2025-04-02 21:35:39 +09:00
Jonatan Kłosko
0aa4013f3f
Improve UX when loading JS output fails or takes long time (#2975) 2025-04-01 11:11:10 +02:00
Alexandre de Souza
78aebde2ad
Allow user to logout from Livebook app (#2961) 2025-03-25 12:25:55 -03:00
Jonatan Kłosko
edabdf9d84 Use a non-hidden file to track if escript assets are extracted
When tmpdir is cleaned on macOS, files are removed, directories are
kept, so we use an extra file as a flag to easily check if the files
are extracted. However, files starting with dot are not removed as
part of the cleanup, so we need to use a regular name.
2025-03-21 20:57:06 +09:00
José Valim
0601733f16 Remove compile-time dependency on Livebook.FileSystem.S3 2025-03-17 16:13:16 +01:00
José Valim
45c94789db Avoid compile-time dep on Livebook.Config 2025-03-17 15:46:56 +01:00
Alexandre de Souza
ce76af9432
Show more prominent warning for app servers (#2962) 2025-03-17 11:05:11 -03:00
Jonatan Kłosko
64b10e055f
Do not symlink priv (#2965) 2025-03-17 13:52:16 +01:00
Alexandre de Souza
3359f65a4c
Redirects the user to Teams logout page (#2959) 2025-03-14 09:35:25 -03:00
Hugo Baraúna
0c58516a4e
Fix billing status bug (#2956) 2025-03-11 21:09:55 -03:00
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
Carson Kent
f52c529f3b
Fix K8s runtime failing to connect due to missing CA certificates (#2957)
Co-authored-by: Jonatan Kłosko <jonatanklosko@gmail.com>
2025-03-11 07:49:29 +01:00
Jonatan Kłosko
71ce29d03f Use pubsub local broadcast instead of direct broadcast to self 2025-03-10 17:31:42 +09:00
Jonatan Kłosko
fb23199295
Dispatch Python output rendering to kino (#2954) 2025-03-07 11:51:09 +01:00
Alexandre de Souza
24b591825f
Fix issue with logging out from ZTA (#2953) 2025-03-06 14:55:29 -03:00
Jonatan Kłosko
1a33c3000a
Disable saving UI in app sessions (#2952) 2025-03-06 10:43:58 +01:00
Jonatan Kłosko
882d254c23
Do not store identity payload in the session (#2948) 2025-03-03 13:45:28 +01:00
Jonatan Kłosko
e4a63ef29a
Fix iframe loading when only the iframe server starts on random port (#2947) 2025-03-03 10:41:17 +01:00
Jonatan Kłosko
c42c5d39fb Update pythonx version references 2025-02-27 14:03:29 +09:00
Jonatan Kłosko
a7b738fdcd Improve Python evaluation to raise a Python error for undefined variables 2025-02-27 14:02:48 +09:00
Jonatan Kłosko
2846b73c94 Refactor aliases 2025-02-24 14:46:26 +09:00
Jonatan Kłosko
e7bf517d9f Update kino version references 2025-02-24 13:41:39 +09:00
Jonatan Kłosko
db307dc88a Show an error when an unexpected version of Pythonx is installed 2025-02-22 02:03:35 +09:00
Jonatan Kłosko
793e683338
Fix stderr not being captured in Python cells (#2941) 2025-02-21 17:42:25 +01: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
ef6591c85a Update pythonx dependency 2025-02-19 19:32:10 +09: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
Jonatan Kłosko
c9f619a84a Fix tab content disappearning in nested tabs 2025-02-13 16:00:04 +09:00
Jonatan Kłosko
7beb71b1cd
Improve file select to list files matching search anywhere in the name (#2932) 2025-02-13 07:26:48 +01:00
José Valim
e1277fa62a
Support nil fields in forms (#2931) 2025-02-12 13:12:03 +01:00
José Valim
00f2fdf1d1
Add styling to plain text (#2928)
Co-authored-by: Jonatan Kłosko <jonatanklosko@gmail.com>
2025-02-12 09:46:48 +01:00
Wojtek Mach
af5f0de050
Update canceled status (#2929) 2025-02-11 15:07:32 +01:00
José Valim
545bcbf0c8 Add ZTA docs 2025-02-10 20:57:22 +01:00
Alexandre de Souza
a31eb16c0c
Fix disabled "Authenticate via Livebook Teams" 2025-02-10 13:25:26 -03:00
Jonatan Kłosko
33b040a8e3 Fix runtime failing to connect when using ipv6 and epmd-less
Regression from #2923.
2025-02-04 20:11:16 +07:00
Wojtek Mach
08a0f1e14a
Update billing status handling (#2921) 2025-02-03 16:10:59 +01:00
Jonatan Kłosko
0e3efb7b6e
Fix teams websocket connection not reconnecting after a graceful close (#2924) 2025-02-01 10:24:17 +01:00
Jonatan Kłosko
0622e0af72
Fix connecting from runtime to remote Livebook nodes (#2923) 2025-01-31 15:58:46 +01:00
Jonatan Kłosko
f3ec12d3d9 Add missing annotation to Erlang snippets in Markdown cells on export 2025-01-30 01:10:21 +07:00