Commit Graph

242 Commits

Author SHA1 Message Date
Jakub Novák 41fc5ffa90 Improve sdks performance (#287) 2024-01-22 18:17:23 +01:00
github-actions[bot] e885c3c0cd [skip ci] Release new versions 2024-01-22 11:37:32 +00:00
Jakub Novák 923f9aa24c Move refreshing and message processing to daemon threads in Python SDK (#286) 2024-01-22 12:33:30 +01:00
github-actions[bot] 8ad3eca027 [skip ci] Release new versions 2023-12-19 13:50:37 +00:00
Tomas Valenta c068f6ebb6 Fix Python code output buffering (#268)
Fixes https://github.com/e2b-dev/E2B/issues/265
2023-12-19 14:46:22 +01:00
Tomas Valenta 035893c3c0 Fix Python buffering for processes 2023-12-19 14:44:38 +01:00
github-actions[bot] cc738a9d0b [skip ci] Release new versions 2023-12-19 11:48:53 +00:00
Tomas Valenta 479fe58a4b Prevent start command logs listening block when starting sandbox 2023-12-19 12:41:44 +01:00
Tomas Valenta b39810e625 Don't listen to start cmd if the output is not used 2023-12-19 12:04:53 +01:00
github-actions[bot] 168abd496f [skip ci] Release new versions 2023-12-13 21:40:36 +00:00
Tomas Valenta 1117bbc919 Make template arg in CodeInterpreter optional 2023-12-13 22:36:21 +01:00
Tomas Valenta d90778cb93 Enable overriding template in CodeInterpreter 2023-12-13 22:24:55 +01:00
github-actions[bot] a7e1741dd8 [skip ci] Release new versions 2023-12-11 16:23:34 +00:00
Vasek Mlejnsky 06e4bb0183 Update versions 2023-12-11 17:18:02 +01:00
github-actions[bot] 942e7677e4 [skip ci] Release new versions 2023-12-10 21:02:40 +00:00
Tomas Valenta 3d2b898e45 Always return string from sandbox.id 2023-12-10 21:58:39 +01:00
github-actions[bot] d350cf124b [skip ci] Release new versions 2023-12-08 11:01:44 +00:00
Jakub Novak b62502fba2 Add timeout for wait 2023-12-08 11:57:12 +01:00
Jakub Novak 09f2081a53 Fix debug mod 2023-12-06 09:48:25 +01:00
Jakub Novak 7364b824e0 Change print to logger 2023-12-05 16:29:49 +01:00
github-actions[bot] 7861e9fc4e [skip ci] Release new versions 2023-12-04 16:02:21 +00:00
Jakub Novák 1b8e2ae8d7 Allow to connect to custom infra (#248)
Co-authored-by: Tomas Valenta <valenta.and.thomas@gmail.com>
2023-12-04 16:57:31 +01:00
github-actions[bot] 0927c87048 [skip ci] Release new versions 2023-12-01 12:40:48 +00:00
Tomas Valenta 19fad9fea1 Add and improve docstrings in SDKs (#249) 2023-12-01 13:36:31 +01:00
github-actions[bot] e4e1067bfe [skip ci] Release new versions 2023-11-30 14:46:39 +00:00
Tomas Valenta 90635b0313 Remove action call when adding action 2023-11-30 15:41:06 +01:00
github-actions[bot] c5f2da423c [skip ci] Release new versions 2023-11-29 10:07:40 +00:00
Tomas Valenta a9da9a714a Suppress ws reconnect logs by default; Reduce backoff 2023-11-29 11:02:56 +01:00
Tomas Valenta 46d9e4ca67 Fix local debug mode 2023-11-27 16:12:27 +01:00
github-actions[bot] de3ef09a12 [skip ci] Release new versions 2023-11-24 19:50:25 +00:00
Tomas Valenta 7452faa83f Use start_and_wait internally; Cleanup unused code 2023-11-24 20:36:52 +01:00
Tomas Valenta ffcf1a8c45 Stop testing after first failed test 2023-11-24 20:36:19 +01:00
Tomas Valenta f593eeca23 Fix python sdk action types handling 2023-11-24 19:13:54 +01:00
github-actions[bot] a2d5097b21 [skip ci] Release new versions 2023-11-24 17:49:50 +00:00
Tomas Valenta eeeacf196a Cleanup; Add missing docs 2023-11-24 18:44:53 +01:00
Tomas Valenta b3ef453948 Merge branch 'main' into id-template 2023-11-24 13:07:07 +01:00
github-actions[bot] f228a220bb [skip ci] Release new versions 2023-11-23 23:13:55 +00:00
Tomas Valenta 159b044088 Merge branch 'start-cmd-logs' 2023-11-23 23:55:12 +01:00
Tomas Valenta 8a59e4fa07 Fix cwd setup order; Hardcode start cmd logs env and cwd 2023-11-23 23:54:51 +01:00
Tomas Valenta 17bfa91342 Add start cmd logging to the SDK (#232) 2023-11-23 23:21:57 +01:00
Tomas Valenta 86fe64b681 Improve start cmd logs output 2023-11-23 23:20:11 +01:00
github-actions[bot] a240b73f27 [skip ci] Release new versions 2023-11-23 17:50:39 +00:00
Tomas Valenta 5bacc090f6 Simplify 2023-11-23 18:45:16 +01:00
Tomas Valenta c4407e25d6 Update packages/python-sdk/e2b/sandbox/process.py
Co-authored-by: Jakub Novák <jakub@e2b.dev>
2023-11-23 18:39:57 +01:00
Tomas Valenta d8125131ec Update packages/python-sdk/e2b/sandbox/process.py
Co-authored-by: Jakub Novák <jakub@e2b.dev>
2023-11-23 18:39:48 +01:00
Tomas Valenta 85220a51e0 Merge branch 'main' into handle-typing 2023-11-23 15:24:33 +01:00
Tomas Valenta c412bf13cb Fix on_exit arguments handling 2023-11-23 15:23:57 +01:00
github-actions[bot] 9a55c4e9bc [skip ci] Release new versions 2023-11-23 13:32:34 +00:00
Tomas Valenta 7e9e1775db Add missing docstring for filesystem manager 2023-11-23 14:00:09 +01:00
Tomas Valenta 06737a32ac Improve fs write docstrings; Add python module description; Add links to docs and JS class description with example 2023-11-23 13:45:07 +01:00