Tomas Valenta
9538c38089
Fix python 3.8 compatibility
2024-06-21 12:14:03 -07:00
Tomas Valenta
f28e71f13c
[WIP] Fix type exports; Fix files endpoint url; Remove unnecessary chunking; Improve exceptions; Remove arbitrary error codes
2024-06-21 11:54:36 -07:00
Tomas Valenta
2834bfb911
Don't decompress errors
2024-06-19 18:50:05 +02:00
Tomas Valenta
a7f5a8c1f4
Fix stream end decompress
2024-06-19 18:11:43 +02:00
Tomas Valenta
7313998be5
Fix pool and rpc compression
2024-06-19 16:47:20 +02:00
Tomas Valenta
5bdb58eb20
Export proper type
2024-06-18 16:47:40 +02:00
Tomas Valenta
35cffe9993
Cleanup
2024-06-18 16:37:38 +02:00
Tomas Valenta
406beb96d6
Clarify errors
2024-06-18 16:37:01 +02:00
Tomas Valenta
b2439b4672
Remove explicit keepalive interval header
2024-06-18 15:11:33 +02:00
Tomas Valenta
7c357151f6
Improve log handling
2024-06-18 15:03:06 +02:00
Tomas Valenta
af3279461e
Add keepalive headers to python
2024-06-17 17:55:54 +02:00
Tomas Valenta
6693fa2088
Put back default timeout
2024-06-17 17:48:49 +02:00
Tomas Valenta
d8251e79c7
Client keepalive
2024-06-17 17:47:39 +02:00
Tomas Valenta
335116c51f
Fix naming; Add rename to python
2024-06-17 12:11:17 +02:00
Tomas Valenta
3e9fc04faa
Join canceled and deadline exceeded errors; Add move operation
2024-06-16 21:33:37 +02:00
Tomas Valenta
8f1839c710
Regenerate envd rpc clients
2024-06-16 21:24:44 +02:00
Tomas Valenta
ce08da3c11
[WIP] Update CLI; Fix pty; Change default timeouts
2024-06-14 14:19:19 +02:00
Tomas Valenta
c04a07b4be
Improve watcher; [WIP] Error handling
2024-06-13 17:54:33 +02:00
Tomas Valenta
ed9ae8b0b8
Map types; Ensure compatibility
2024-06-13 17:27:43 +02:00
Tomas Valenta
af449d7f5d
Fix watch init error
2024-06-13 17:17:43 +02:00
Tomas Valenta
69ae8db5de
Use dispose/context manager
2024-06-13 15:10:28 +02:00
Tomas Valenta
229c13524a
Update scripts; Fix dir watch; Improve naming
2024-06-13 15:08:54 +02:00
Tomas Valenta
f3b5c4c24f
Remove public iteratable; Remove context manager
2024-06-11 16:56:08 +02:00
Jakub Novak
9971c0086c
Add logs to docs
2024-06-11 14:43:01 +02:00
github-actions[bot]
4df61b0ab5
[skip ci] Release new versions
2024-06-11 11:56:49 +00:00
Jakub Novak
706f47143e
Fix parsing build args
@e2b/cli@0.5.5
2024-06-11 13:54:19 +02:00
github-actions[bot]
d53dc9ed34
[skip ci] Release new versions
2024-06-11 11:35:58 +00:00
Jakub Novák
e12387e093
CLI add build args ( #385 )
...
This feature allows users to pass arguments used during the template
build.
E.g.:
```
e2b template build --build-arg="HELLO=WORLD" --build-arg="MULTIPLE=True"
```
@e2b/cli@0.5.4
2024-06-11 13:31:58 +02:00
Jakub Novak
c586ad7d42
Rename the argument in internal code
2024-06-11 13:27:32 +02:00
Jakub Novak
220a7d822a
Mention build args in docs
2024-06-11 13:18:55 +02:00
Jakub Novak
659e4fcdc4
Change name to build args
2024-06-11 13:12:07 +02:00
Tomas Valenta
b3617d99d9
[WIP] Fix bug and add proper errors
2024-06-11 13:11:36 +02:00
Tomas Valenta
e008d9a5a5
Make req timeout optional
2024-06-10 10:59:21 +02:00
Tomas Valenta
7a11630d23
Rename spawn
2024-06-10 10:42:06 +02:00
Tomas Valenta
1418ea5cef
Cleanup examples
2024-06-10 10:34:06 +02:00
Tomas Valenta
5de9e65445
Use iterables
2024-06-10 10:32:29 +02:00
Tomas Valenta
e10c85d42e
Fix transport init
2024-06-10 10:10:48 +02:00
Tomas Valenta
42037bca3e
Cleanup signature
2024-06-10 09:58:04 +02:00
Tomas Valenta
5e7b328c62
Remove leftout testing code
2024-06-10 01:48:00 +02:00
Tomas Valenta
a91683585d
Fix process handle + check
2024-06-10 01:42:20 +02:00
Tomas Valenta
820f7887a8
Fix js iterators; Finish process methods; Cleanup pty
2024-06-10 01:38:46 +02:00
Tomas Valenta
b1c8070d49
Fix timeout default
2024-06-09 23:16:49 +02:00
Tomas Valenta
742e8e9a0d
Cleanup request timeouts
2024-06-09 21:18:22 +02:00
Tomas Valenta
f34d0a4322
Clear timeout only after start event
2024-06-09 18:07:54 +02:00
Tomas Valenta
59a02e44e3
Remove unnecessary clear
2024-06-09 17:51:57 +02:00
Tomas Valenta
ee5dea9417
Python connection and read timeout
2024-06-09 17:45:24 +02:00
Tomas Valenta
6ab30e06cf
JS timeout
2024-06-09 17:43:31 +02:00
Tomas Valenta
1de33843ac
Ensure url quote
2024-06-09 16:27:13 +02:00
Tomas Valenta
549368f524
Dispose
2024-06-09 16:17:30 +02:00
Tomas Valenta
6bc7d7c9db
Update generate script
2024-06-09 00:17:49 +02:00