Commit graph

1096 commits

Author SHA1 Message Date
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