Commit graph

1834 commits

Author SHA1 Message Date
Hugo Baraúna
8ec644340f Add structured metadata to code evaluation logs
This will be easier to process from an external log aggregator. Useful when auditing code
evalution in an app server connected to a prod environment.
2025-10-03 14:36:31 -03:00
Hugo Baraúna
aca9898625 Only log code evaluation for regular sessions and preview apps
The rationale is that one would want audit log only for people "manually" executing code in an app
server. If the code being evaluated is from a deployed app, I'm assuming they reviewed the code
before. And if they want to log something there, they can use a logger inside their app's source
code.
2025-10-03 12:30:22 -03:00
Hugo Baraúna
bdb2b95a1d
Mounter needs to susbcribe to hub connection events (#3073) 2025-10-01 16:00:56 -03:00
Hugo Baraúna
95cfe753f3
Git integration copy/UX refinements (#3074) 2025-10-01 16:00:30 -03:00
Alexandre de Souza
3673ddafc8
Fix some git file storage issues (#3069) 2025-09-26 12:11:43 -03:00
Alexandre de Souza
4eb9406d10
Fix failing tests 2025-09-24 15:18:47 -03:00
Alexandre de Souza
435a668578
Introducing Git file storage (#3056) 2025-09-22 17:38:37 -03:00
Victor Rodrigues
8405d96b10
Accept a custom image registry url (#3066) 2025-09-18 22:45:47 +01:00
Hugo Baraúna
4b8676e537
Adds outer prefix to secret name (#3063)
Co-authored-by: José Valim <jose.valim@dashbit.co>
2025-09-12 15:53:13 -03:00
Hugo Baraúna
52985e0ca8 Revert "Hide terminate button if no more sessions (#3064)"
This reverts commit fc08a42447.
2025-09-12 15:46:40 -03:00
Hugo Baraúna
fc08a42447
Hide terminate button if no more sessions (#3064)
Co-authored-by: José Valim <jose.valim@dashbit.co>
2025-09-12 15:03:20 -03:00
Jonatan Kłosko
583cb8bd54 Bump kino requirement 2025-09-04 09:30:45 +02:00
Hugo Baraúna
6173909397
Improve error message when deploy via CLI and inactive teams subscription (#3053) 2025-09-03 14:54:37 -03:00
Alexandre de Souza
7c348d9c20
Rename deploy keys to org tokens (#3049) 2025-08-22 13:30:36 -03:00
Hugo Baraúna
7513202199
Improve error message for unauthorized deploy (#3048) 2025-08-19 11:31:56 -03:00
Hugo Baraúna
9f78eb7bf8
Update copy about Teams (#3047)
Co-authored-by: Alexandre de Souza <alexandre@aledsz.com.br>
2025-08-19 09:30:37 -03:00
Alexandre de Souza
9043edb748
Implement authorization to deploy apps (#3044) 2025-08-14 10:25:10 -03:00
Hugo Baraúna
120da1942d
Fix deploy via CLI when notebooks path is relative (#3042) 2025-08-07 14:51:50 -03:00
Jonatan Kłosko
60ad9e1cdd Excape more regexes 2025-08-06 19:08:29 +02:00
José Valim
acccc9e837 Escape more regex characters, closes #3041 2025-08-06 19:03:25 +02:00
José Valim
5ce550fd5f Escape - and . in regex character class, closes #3040 2025-08-06 16:33:34 +02:00
Hugo Baraúna
8aa0e35df3
Inform users that env var values in K8s instructions are base64-encoded (#3038)
Co-authored-by: José Valim <jose.valim@dashbit.co>
2025-08-04 19:06:42 -03:00
Hugo Baraúna
8c6089fccb
Use deployment group id instead of name for deploy via CLI (#3037) 2025-08-01 15:34:59 -03:00
Hugo Baraúna
a9c360ee9d
Handle partial failure when deploying multiple apps via CLI (#3036) 2025-07-31 17:58:18 -03:00
Hugo Baraúna
e6d615432d
Improve CLI deploy help message (#3035)
Co-authored-by: José Valim <jose.valim@dashbit.co>
2025-07-30 10:43:54 -03:00
Alexandre de Souza
4997e07e8d
Deploy notebooks from CLI (#3034) 2025-07-24 17:26:15 -03:00
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