Tomas Valenta
|
48ba466f7e
|
Reformat
|
2024-06-26 13:00:29 -07:00 |
|
Tomas Valenta
|
7c88409a69
|
Remove unused examples; Change default envd port
|
2024-06-26 12:59:21 -07:00 |
|
Tomas Valenta
|
1b39ef0e26
|
Merge branch 'grpc' of https://github.com/e2b-dev/E2B into grpc
|
2024-06-26 12:11:19 -07:00 |
|
Tomas Valenta
|
1ae963f12a
|
Allow explicit path specification
|
2024-06-26 12:11:16 -07:00 |
|
Jakub Novak
|
0e7a3b2c42
|
Fix connect
|
2024-06-26 12:51:12 +02:00 |
|
Jakub Novak
|
dd8960c572
|
Add check if template has envd V2
|
2024-06-26 12:51:12 +02:00 |
|
Tomas Valenta
|
59c864c99f
|
Fix process handle throw
|
2024-06-25 22:02:46 -07:00 |
|
Tomas Valenta
|
089f04ed1d
|
[WIP] Update tests
|
2024-06-25 20:12:44 -07:00 |
|
Tomas Valenta
|
e87b4091e7
|
Fix static overload; [WIP] Tests
|
2024-06-25 15:46:21 -07:00 |
|
Tomas Valenta
|
955876ef29
|
Fix openapi specs
|
2024-06-24 21:59:12 -07:00 |
|
Tomas Valenta
|
cd4e059c70
|
Revert CLI changes
|
2024-06-24 21:37:50 -07:00 |
|
Tomas Valenta
|
206d6744f0
|
Fix testing config; [WIP] Add tests; Fix python debug opt; Fix enum mapping
|
2024-06-24 20:51:47 -07:00 |
|
Tomas Valenta
|
29af728da8
|
Fix connection opts
|
2024-06-24 10:46:50 -07:00 |
|
Tomas Valenta
|
aaf66ae157
|
[WIP] Prepare tests
|
2024-06-24 09:49:29 -07:00 |
|
Tomas Valenta
|
7c98d3bd01
|
[WIP] Update error comments; [WIP] Prepare tests
|
2024-06-22 12:24:22 -07:00 |
|
Tomas Valenta
|
8c581e9604
|
Fix optional deadline
|
2024-06-21 19:05:09 -07:00 |
|
Tomas Valenta
|
3e010c4173
|
[WIP] Fix python timeout
|
2024-06-21 19:01:02 -07:00 |
|
Tomas Valenta
|
5b693a2896
|
Cleanup enums
|
2024-06-21 18:25:57 -07:00 |
|
Tomas Valenta
|
0663859b05
|
Fix custom exported types from Python SDK
|
2024-06-21 18:22:02 -07:00 |
|
Tomas Valenta
|
ef1c1043e4
|
Fix API exceptions handler
|
2024-06-21 18:05:51 -07:00 |
|
Tomas Valenta
|
3c0e73c55b
|
Improve exception handling
|
2024-06-21 16:55:49 -07:00 |
|
Vasek Mlejnsky
|
32859697aa
|
Fix typo
|
2024-06-21 16:54:28 -07:00 |
|
Vasek Mlejnsky
|
0594a6a672
|
Add note about supporting only Debian-based images
|
2024-06-21 16:50:10 -07:00 |
|
Tomas Valenta
|
4b6ce57853
|
Fix import in Python examples
|
2024-06-22 01:13:45 +02:00 |
|
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 |
|