Jakub Novak
f636bdb997
Fix minor issues, raise error on incorrect values
2023-11-16 09:45:12 +01:00
Jakub Novak
00b8e019a1
Add docs
2023-11-16 09:45:12 +01:00
Jakub Novak
f9169e588b
Refactor
2023-11-16 09:45:12 +01:00
Jakub Novak
07484f0218
Improve docstrings for timeout in Python
2023-11-16 09:45:12 +01:00
Jakub Novak
89d90f86db
Update schema
2023-11-16 09:45:11 +01:00
Jakub Novak
b33da692c0
Implement reconnecting in JS
2023-11-16 09:45:11 +01:00
Jakub Novak
3a214c2553
Refactor
2023-11-16 09:45:11 +01:00
Jakub Novak
6a53352cd7
Apply black
2023-11-16 09:45:11 +01:00
Jakub Novak
84a54c1203
Implement reconnecting in Python
2023-11-16 09:45:11 +01:00
Jakub Novak
4856fdcb3d
Add missing files
2023-11-16 09:45:11 +01:00
Jakub Novak
cc39593e3d
Regenerate python client
2023-11-16 09:45:10 +01:00
github-actions[bot]
9d45a2ceff
[skip ci] Release new versions
2023-11-14 17:08:28 +00:00
Jakub Novak
1a2502a76f
Handle error for starting process in folder that doesn't exist
2023-11-14 17:56:20 +01:00
github-actions[bot]
79dc537e66
[skip ci] Release new versions
2023-11-13 10:48:24 +00:00
Jakub Novak
6f4cde66ab
Add tests
2023-11-13 11:43:33 +01:00
Jakub Novak
149217ca28
Add start and wait
2023-11-13 11:43:33 +01:00
github-actions[bot]
9365efcd35
[skip ci] Release new versions
2023-11-09 16:28:15 +00:00
github-actions[bot]
17bc75cd0b
[skip ci] Release new versions
2023-11-09 12:45:56 +00:00
Vasek Mlejnsky
84303af574
Merge branch 'main' of https://github.com/e2b-dev/e2b
2023-11-09 13:40:03 +01:00
Vasek Mlejnsky
731a50ff32
Update readmes
2023-11-09 13:39:58 +01:00
github-actions[bot]
962df82121
[skip ci] Release new versions
2023-11-09 12:36:07 +00:00
Vasek Mlejnsky
c42077a8e4
update readmes
2023-11-09 13:29:52 +01:00
github-actions[bot]
7ff7eecaf5
[skip ci] Release new versions
2023-11-09 11:55:30 +00:00
Tomas Valenta
1e3312467d
Alias DataAnalysis as CodeInterpreter; Hide JS SDK internal methods
2023-11-09 12:45:24 +01:00
github-actions[bot]
7a8dadf1b9
[skip ci] Release new versions
2023-11-09 10:14:33 +00:00
Jakub Novák
f1263f1469
Aliasing ( #216 )
2023-11-09 11:09:43 +01:00
Jakub Novak
661b4a82be
Regenerate python api client
2023-11-09 11:01:30 +01:00
github-actions[bot]
52d1b51df4
[skip ci] Release new versions
2023-11-09 09:17:47 +00:00
Tomas Valenta
f829f88608
Replace | with Union
2023-11-09 10:05:29 +01:00
Kaveen Kumarasinghe
d63fe3523f
Use __future__ annotation to fix backwards compatibility for union
2023-11-08 23:50:10 -05:00
Tomas Valenta
1411bd6b6e
Change DEBUG env var to E2B_DEBUG to prevent accidentally switching SDKs to local mode when trying to print debug logs
2023-11-08 13:27:06 +01:00
github-actions[bot]
800d84d807
[skip ci] Release new versions
2023-11-06 14:34:49 +00:00
Jakub Novak
7f12306ca7
Fix filesystem path warning
2023-11-06 15:20:44 +01:00
github-actions[bot]
eb3220a02e
[skip ci] Release new versions
2023-11-06 14:12:26 +00:00
Jakub Novák
388309830b
New infra ( #212 )
...
Co-authored-by: Tomas Valenta <valenta.and.thomas@gmail.com >
Co-authored-by: Vasek Mlejnsky <vasek.mlejnsky@gmail.com >
2023-11-06 15:07:09 +01:00
github-actions[bot]
77507591b1
[skip ci] Release new versions
2023-10-26 04:22:18 +00:00
Jakub Novak
6801754ba4
Fix forgotten async method
Test CLI / Build CLI (push) Has been cancelled
2023-10-25 21:17:19 -07:00
github-actions[bot]
7eaa1b4e12
[skip ci] Release new versions
2023-10-20 23:34:14 +00:00
Vasek Mlejnsky
cd3630ad31
Accept all when using apt-get ( #205 )
Test CLI / Build CLI (push) Has been cancelled
2023-10-20 16:28:51 -07:00
github-actions[bot]
2071bd0883
[skip ci] Release new versions
2023-10-20 23:08:44 +00:00
Vasek Mlejnsky
207527c0fe
Use sudo when installing system packages ( #204 )
Test CLI / Build CLI (push) Has been cancelled
2023-10-20 16:04:01 -07:00
github-actions[bot]
aa8c31704e
[skip ci] Release new versions
2023-10-20 22:48:25 +00:00
Vasek Mlejnsky
50238fb1e4
Fix install_system_packages method in the Python SDK ( #203 )
Test CLI / Build CLI (push) Has been cancelled
2023-10-20 15:43:53 -07:00
Tomas Valenta
7577f9087f
Make the python tests verbose
2023-10-18 14:17:20 -07:00
Tomas Valenta
e472ef0843
Add missing close in tests; Update test syntax
2023-10-18 14:12:43 -07:00
Tomas Valenta
836e3ccb65
Cleanup tests
2023-10-18 13:58:51 -07:00
Tomas Valenta
16d240ffad
Fix/js sdk browser form compatibility ( #199 )
...
- Fix browser bug with uploading and downloading files in JS SDK
- Update JS SDK to Node 18
- Fix local development URL for file upload and download (in Python SDK
& JS SDK)
- Add emulated browser test for the JS SDK
2023-10-18 10:41:28 -07:00
Tomas Valenta
e24fb8a22d
Fix python sdk file handling for local testing
2023-10-17 14:58:26 -07:00
github-actions[bot]
93142210ed
[skip ci] Release new versions
2023-10-17 04:43:02 +00:00
Jakub Novak
c5ccb01201
Add on artifact on run python
Test CLI / Build CLI (push) Has been cancelled
2023-10-16 21:38:53 -07:00