Jonatan Kłosko
6806ef8ec4
Fix function name
2025-07-17 09:16:22 +02:00
Alexandre de Souza
98561f927e
Improve integration tests and fix some intemittent tests ( #3033 )
...
Co-authored-by: Jonatan Kłosko <jonatanklosko@gmail.com>
2025-07-16 17:07:42 -03:00
Jonatan Kłosko
f23d41a24b
Fix typo
2025-07-12 13:02:18 +02:00
Jonatan Kłosko
9a4fcc8f7d
Fix test failing because of concurrent compilation ( #3031 )
2025-07-12 12:57:51 +02:00
Hugo Baraúna
7427a47412
Add Tidewave ( #3026 )
2025-06-26 16:50:25 -03:00
Jonatan Kłosko
509774bcb4
Fix embedding livebook inside iframe with LIVEBOOK_WITHIN_IFRAME ( #3024 )
2025-06-20 12:03:04 +02:00
Hugo Baraúna
231b30d464
Adds JSON as a format for the log ( #3017 )
...
Co-authored-by: José Valim <jose.valim@dashbit.co>
Co-authored-by: Jonatan Kłosko <jonatanklosko@gmail.com>
2025-06-17 14:53:49 -03:00
Alexandre de Souza
e04543495f
Don't show chevron when there's no menu ( #3015 )
2025-06-07 14:23:56 -03:00
Alexandre de Souza
c1a55e15a7
Use random value for WebSocket reconnect backoff ( #3012 )
2025-06-03 17:08:21 -03:00
Jonatan Kłosko
cb0546f901
Allow smart cells to reevaluate automatically
2025-05-29 22:47:59 +02:00
Alexandre de Souza
9af062ef7a
Simplify Teams integration setup and tests ( #3010 )
2025-05-27 08:54:21 -03:00
Jonatan Kłosko
7315cc9f7d
Include errors in exported notebook outputs ( #3009 )
2025-05-26 13:42:09 +02:00
Hugo Baraúna
9d401b56f5
Change github repo used by learn notebook
...
The older repo had too many stars, which lead to triggring GitHub's API
rate limit faster.
2025-05-22 14:06:51 -03:00
Hugo Baraúna
b558ba56dc
Makes the notebook execute without errors when GitHubs API rate limit ( #3006 )
2025-05-22 13:46:06 -03:00
Alexandre de Souza
73c0f1b45c
Handle authorization groups in real-time ( #2998 )
2025-05-12 10:43:03 -03:00
Jonatan Kłosko
a598e4b66e
Update kino_pythonx requirement
2025-05-08 15:40:01 +02:00
Jonatan Kłosko
38e03963d8
Bump kino requirement
2025-05-08 15:34:31 +02:00
Alexandre de Souza
75ef15a82c
Add Logout button to Apps page ( #2994 )
2025-05-06 16:38:23 -03:00
Hugo Baraúna
f2af9eda59
Remove "auth via Teams" from deployment group form ( #2995 )
2025-05-06 14:49:10 -03:00
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