Commit graph

653 commits

Author SHA1 Message Date
Jonatan Kłosko
cae17cc144
Add support for reading app info from the runtime (#2038) 2023-07-05 15:58:46 +02:00
Jonatan Kłosko
fb9148acf7
Change new notebook button to link (#2036) 2023-07-04 14:46:19 +02:00
Jonatan Kłosko
477036f64d
Properly close app sessions (#2034) 2023-07-04 00:53:04 +02:00
Alexandre de Souza
bcfb6d46ea
Add Team hub from environment variables (#2020) 2023-06-30 19:11:31 -03:00
Jonatan Kłosko
9541eb91c8
Fix smart cell editor initialization (#2017) 2023-06-28 22:39:24 +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
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
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
Jonatan Kłosko
9c831d3e7f
Update dependencies (#1994) 2023-06-20 17:33:38 +02:00
Wojtek Mach
74caae1da1
Merge pull request from GHSA-564w-97r7-c6p9 2023-06-20 13:13:38 +02:00
Jonatan Kłosko
20e13e01db
Bump to Elixir 1.15 (#1989) 2023-06-19 18:21:55 +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
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
ad7c1549e8 Adjust hub integration tests 2023-06-09 18:15:50 +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
9059049d29
Add hub id to hubs pubsub messages (#1968) 2023-06-08 17:32:29 +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
Benedikt Reinartz
377b677a6e
Erlang error improvements (#1960) 2023-06-06 13:52:50 +02:00
Jonatan Kłosko
75614e7885
Show notifications for new app version and import warnings (#1955) 2023-06-02 21:32:44 +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
2399395bfd Improve tests 2023-06-01 13:49:09 +02:00
Jonatan Kłosko
8f71ad700b
Use registry to identify IO proxy in log handler (#1952) 2023-06-01 00:32:47 +02:00
Jonatan Kłosko
04efa5932f
Restore code markers and doctest indicators on refresh (#1949) 2023-05-31 15:52:08 +02:00
Jonatan Kłosko
0b73752803 Await file deletion without sleeping in tests 2023-05-30 23:17:33 +02:00
Jonatan Kłosko
4145121ba9 Fix more race conditions in tests 2023-05-30 22:42:59 +02:00
Jonatan Kłosko
cf3d0ee16e Improve uncertain test 2023-05-30 22:20:49 +02:00
Jonatan Kłosko
3c56b87154
Doctest updates (#1944) 2023-05-30 22:03:20 +02:00
José Valim
2d265541f0 Skip multiple assertions tests until latest Elixir 2023-05-30 20:29:44 +02:00
José Valim
294bf69c8d Handle doctests reports when there are multiple assertions at once 2023-05-30 19:34:04 +02:00
José Valim
3e1067f4b5 Use range 41xx for teams ports 2023-05-30 12:21:06 +02:00
Jonatan Kłosko
d2988f985d
Changes for Elixir 1.15 (#1918) 2023-05-30 12:06:59 +02:00
José Valim
265a1dec6e
Overlay doctest results (#1936) 2023-05-30 11:30:57 +02:00
Jonatan Kłosko
6b139c95ce Refactor tests 2023-05-29 17:13:28 +02:00
Alexandre de Souza
76015e3009
Improve Add Hub and Edit Hub pages (#1929) 2023-05-26 15:40:45 -03:00
Jonatan Kłosko
34ffb8f3d5
Automatically reevaluate app sessions and support interrupt (#1928) 2023-05-26 13:12:41 +02:00
José Valim
705f122b75 Pass device code to teams server 2023-05-25 17:17:57 +02:00
José Valim
30a87e8803 Fix tests 2023-05-25 17:01:51 +02:00
José Valim
74b4d7124b Use 5053 by default for Livebook 2023-05-24 10:54:40 +02:00
Alexandre de Souza
070c0599b5
Implement users to join an organization (#1912) 2023-05-23 17:18:10 -03:00
Jonatan Kłosko
8e4f3067da
Fix intellisense crash when hovering over bitstring modifiers (#1917) 2023-05-23 00:21:44 +02:00
Jonatan Kłosko
d1ba07e0ea
Move app settings to a modal and add explanations (#1914)
Co-authored-by: José Valim <jose.valim@dashbit.co>
2023-05-21 21:21:10 +02:00
Jonatan Kłosko
52df405aca
Add support for multi-instance apps (#1913) 2023-05-19 19:40:56 +02:00