Commit Graph

4527 Commits

Author SHA1 Message Date
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) @e2b/python-sdk@0.13.8 @e2b/sdk@0.11.7 2023-12-01 13:36:31 +01:00
Vasek Mlejnsky cc349f78d8 Deploy docs 2023-12-01 11:27:23 +01:00
Vasek Mlejnsky 9f585f3a69 Merge branch 'main' of https://github.com/e2b-dev/e2b 2023-12-01 10:40:54 +01:00
Vasek Mlejnsky c21048aa46 Fix docs links 2023-12-01 10:40:48 +01:00
github-actions[bot] e4e1067bfe [skip ci] Release new versions 2023-11-30 14:46:39 +00:00
Tomas Valenta bf73635ad9 Create release @e2b/python-sdk@0.13.7 2023-11-30 15:42:10 +01:00
Tomas Valenta 90635b0313 Remove action call when adding action 2023-11-30 15:41:06 +01:00
Vasek Mlejnsky 4251bef39b Merge branch 'main' of https://github.com/e2b-dev/e2b 2023-11-30 13:08:45 +01:00
Vasek Mlejnsky 53421f4ac2 Update docs 2023-11-30 13:08:39 +01:00
Vasek Mlejnsky e93f78e30c Update docs 2023-11-30 13:08:24 +01:00
github-actions[bot] c77f081a3e [skip ci] Release new versions 2023-11-29 15:21:37 +00:00
Tomas Valenta 64b56b8560 Merge branch 'main' of https://github.com/e2b-dev/E2B @e2b/cli@0.1.18 2023-11-29 16:16:41 +01:00
Tomas Valenta 54a0beb2ee Improve CLI message format 2023-11-29 13:51:11 +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 @e2b/cli@0.1.17 @e2b/python-sdk@0.13.6 2023-11-29 11:02:56 +01:00
Tomas Valenta fd4003ce40 Make CLI SDK examples copyable 2023-11-28 17:23:48 +01:00
Tomas Valenta 866b917503 Update E2B configs 2023-11-28 14:58:16 +01:00
Tomas Valenta 66f1db74ab Update sandbox resources 2023-11-28 12:47:27 +01:00
Tomas Valenta 5a4c3c8955 Merge branch 'main' of https://github.com/e2b-dev/e2b 2023-11-27 16:12:36 +01:00
Tomas Valenta 46d9e4ca67 Fix local debug mode 2023-11-27 16:12:27 +01:00
tizkovatereza 35b5dc1373 Update bounty.md 2023-11-27 14:14:04 +01:00
tizkovatereza 713b7f25a3 Create bounty.md 2023-11-27 14:10:59 +01:00
Tereza Tizkova 6e77882830 Update Docs - Start command 2023-11-27 11:47:12 +01:00
Tereza Tizkova 1f776310b2 Merge branch 'main' into docs-start-command 2023-11-27 11:24:08 +01:00
Tereza Tizkova 629752fb69 Extract HTML to component 2023-11-27 11:22:38 +01:00
Tereza Tizkova ceb4a6fc31 Fix formatting in docs 2023-11-27 11:08:03 +01:00
Tereza Tizkova 0672d7af91 Update docs 2023-11-27 11:00:46 +01:00
Tereza Tizkova 23d87a0649 Merge branch 'main' of https://github.com/e2b-dev/e2b 2023-11-27 09:34:15 +01:00
Tereza Tizkova fc201943de Small updates 2023-11-27 09:15:03 +01:00
github-actions[bot] de3ef09a12 [skip ci] Release new versions 2023-11-24 19:50:25 +00:00
Tomas Valenta 200ce7c0ca Merge branch 'main' of https://github.com/e2b-dev/e2b @e2b/python-sdk@0.13.5 @e2b/sdk@0.11.6 2023-11-24 20:38:12 +01:00
Tomas Valenta cb0db9d22d Use startAndWait internally; Catch startCmd logging process start error 2023-11-24 20:37:45 +01: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 9a0ae3ec9f Fix types for actions and action handlers (#238)
Fixed type problem preventing us from using actions effectively on
subclasses of the Sandbox like CloudBrowser.
2023-11-24 19:56:02 +01:00
Tomas Valenta 8a9b9d2d68 Merge branch 'main' into fix-action-types 2023-11-24 19:49:50 +01:00
Tomas Valenta eeb1f95cf2 Create release 2023-11-24 19:49:11 +01:00
Tomas Valenta f593eeca23 Fix python sdk action types handling 2023-11-24 19:13:54 +01:00
Tomas Valenta 6f2bea636e Fix action types 2023-11-24 19:08:14 +01:00
Tomas Valenta 31d9a124ce Export download type (#237) 2023-11-24 19:01:40 +01:00
Tomas Valenta 5aa2ed03ef Export download type 2023-11-24 18:59:47 +01:00
Tomas Valenta 289a4c3798 Fix init command usage; Fix highlight 2023-11-24 18:56:26 +01:00
github-actions[bot] a2d5097b21 [skip ci] Release new versions 2023-11-24 17:49:50 +00:00
Tomas Valenta 71a5ec6bb7 Deprecate id parameter when spawning Sandbox and add template parameter instead (#233) @e2b/cli@0.1.16 @e2b/python-sdk@0.13.4 @e2b/sdk@0.11.5 2023-11-24 18:45:42 +01:00
Tomas Valenta eeeacf196a Cleanup; Add missing docs 2023-11-24 18:44:53 +01:00
Tomas Valenta 9b8d8ebb85 Update delete.ts 2023-11-24 18:38:17 +01:00
Tomas Valenta 65de177935 Update build.ts 2023-11-24 18:33:20 +01:00
Tomas Valenta 392c7b9a7c Merge branch 'main' into id-template 2023-11-24 18:28:39 +01:00
Vasek Mlejnsky d487184935 Update docs 2023-11-24 15:44:11 +01:00