Commit graph

498 commits

Author SHA1 Message Date
Jonatan Kłosko
91253923b2
Improve wording around file system selector (#2157)
Co-authored-by: José Valim <jose.valim@dashbit.co>
2023-08-11 11:52:19 +02:00
Jonatan Kłosko
74ca662bf3
Add warning when deploying protected apps from dir without password override (#2153) 2023-08-09 21:23:02 +02:00
Jonatan Kłosko
c39902cd3a
Improve teams tests (#2151) 2023-08-08 21:03:01 +02:00
Jonatan Kłosko
e9ab9dec91 Remove unreliable storage test
We wait for the storage process to finish writing the table to file
and then read the file manually, however the storage may be writing
to the file again (and the writing is async), so we may try to read
a partially written file.
2023-08-08 19:30:26 +02:00
José Valim
5fda5b02ab Improve import error messages 2023-08-07 13:46:29 +02:00
Hugo Baraúna
9d206b06d0
Changes copy of Add Teams Hub page (#2139) 2023-08-04 09:34:04 -03:00
José Valim
4a5d6da79d
Extract secrets storage to personal hub (#2132) 2023-08-01 20:48:55 +02:00
Alexandre de Souza
fb578906ec
Improves disconnected status on Hub's page (#2127) 2023-08-01 14:27:44 -03:00
José Valim
7c40ab22e3
Warn if session is missing after reboot (#2128)
Closes #2075.
2023-08-01 19:12:38 +02:00
José Valim
c404e817fb Compile teams hub on test_helper.exs if available 2023-08-01 18:48:16 +02:00
Alexandre de Souza
88fbf3c057
Add prefix to generated keys (#2118) 2023-07-28 12:55:37 -03:00
ByeongUk Choi
dcca36a28a
Remove process all button from apps when interrupted/errored (#2117)
Co-authored-by: Jonatan Kłosko <jonatanklosko@gmail.com>
2023-07-27 18:28:14 +02:00
Alexandre de Souza
3ecc0b3653
Load secrets from Hub when deploying an App (#2098) 2023-07-26 17:39:33 -03:00
Jonatan Kłosko
904ebd093f
Serially setup apps before deploying from directory (#2115)
Co-authored-by: José Valim <jose.valim@dashbit.co>
2023-07-26 20:23:44 +02:00
Jonatan Kłosko
52110ff2f9
Add download for notebook files (#2112) 2023-07-25 20:07:13 +02:00
Jonatan Kłosko
1980ddcaa4
Stream live upload chunks directly to the target file system (#2111) 2023-07-25 16:59:40 +02:00
José Valim
01b2c31659
Make reprocess texts more neutral (#2105) 2023-07-24 21:52:47 +02:00
Jonatan Kłosko
1c98a2a360 Add second retry in storage test 2023-07-24 17:20:30 +02:00
Jonatan Kłosko
489b609154
Allow dropping external files into the notebook (#2097) 2023-07-22 11:13:06 +02:00
Jonatan Kłosko
146f89f5f5
Add drag and drop actions for notebook files (#2096)
Co-authored-by: José Valim <jose.valim@dashbit.co>
2023-07-21 20:11:11 +02:00
Alexandre de Souza
07caffaecb
Add Offline Deployment section on the Hub Teams page (#2086) 2023-07-19 16:57:54 -03:00
Jonatan Kłosko
2e0c3978e0 Upload improvements 2023-07-18 23:17:26 +02:00
Jonatan Kłosko
e95efd008f
Support adding file entry via upload (#2085) 2023-07-18 21:31:25 +02:00
Jonatan Kłosko
5ff5e0939d
Explicitly allow imported file entries pointing to file system (#2083) 2023-07-18 02:00:11 +02:00
Jonatan Kłosko
19a5124d1a
Implement streaming for downloads and file systems (#2072)
Co-authored-by: José Valim <jose.valim@dashbit.co>
2023-07-14 22:16:52 +02:00
Hugo Baraúna
c16ba7e762
Change copy to mention Livebook teams (#2069) 2023-07-13 19:01:18 +02:00
Jonatan Kłosko
e1114d3e29
Fix race condition in storage test (#2068) 2023-07-13 14:15:22 +02:00
José Valim
92fa990620 Do not rely on implementation details for provider tests 2023-07-13 14:07:25 +02:00
ByeongUk Choi
f5d0dd557d
Raise exception when trying to edit a secret that does not exist (#2067) 2023-07-13 13:53:33 +02:00
José Valim
53b8bf101a Avoid race conditions in tests 2023-07-13 13:42:27 +02:00
José Valim
104952be6a Group livebook_teams test suite 2023-07-13 13:29:50 +02:00
Jonatan Kłosko
db11994b3e Improve input change test 2023-07-13 12:33:57 +02:00
Jonatan Kłosko
de2fc2f93a
Add button for reevaluating apps on change and add retry for errors (#2066) 2023-07-13 12:26:10 +02:00
Cristine Guadelupe
61c19a30dd
Fix race condition in ZTA tests (#2064)
* ZTA tests - non-asynchronous

* Unique names
2023-07-12 18:01:03 +02:00
Cristine Guadelupe
8c3f0bf046
Internal ZTA tests (#2058)
* Tests for GoogleIAP

* Tests for Cloudflare

* Tests for Cloudflare

* Clean up

* Applying suggestions

* Clean up

* Update test/livebook/zta/google_iap_test.exs

Co-authored-by: Jonatan Kłosko <jonatanklosko@gmail.com>

* Update test/livebook/zta/cloudflare_test.exs

Co-authored-by: Jonatan Kłosko <jonatanklosko@gmail.com>

---------

Co-authored-by: Jonatan Kłosko <jonatanklosko@gmail.com>
2023-07-12 16:45:45 +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
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
Jonatan Kłosko
62a74eb660 Fix livemd import test on Windows 2023-07-05 20:44:59 +02:00
Jonatan Kłosko
8f276d2f1e Use more strict assertion 2023-07-05 20:33:46 +02:00
Jonatan Kłosko
be32b94475 Improve tests 2023-07-05 20:26:39 +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
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