Commit Graph

98 Commits

Author SHA1 Message Date
Jakub Novak cd48be600e Revert to npm for a bit
Test CLI / Build CLI (push) Has been cancelled
2023-09-21 17:14:33 +02:00
Jakub Novák 65337589b0 Fix CLI (#155) 2023-09-21 17:03:50 +02:00
Pavel 'Strajk' Dolecek b9561d59a1 chore(js-sdk): demo of enhancing session 2023-09-20 14:02:38 +02:00
Pavel 'Strajk' Dolecek 91c5d6cf21 chore: Linting cleanup (#152) 2023-09-20 11:21:23 +02:00
github-actions[bot] 0ab0321bec [skip ci] Release new versions 2023-09-20 08:39:23 +00:00
Pavel 'Strajk' Dolecek c04b4452eb feat(js-sdk): Add an option to upload and download binary files via writeBytes and readBytes (#151)
Test CLI / Build CLI (push) Has been cancelled
2023-09-20 10:36:42 +02:00
github-actions[bot] 3c28dbe1bb [skip ci] Release new versions 2023-09-19 17:44:00 +00:00
Vasek Mlejnsky 38a874483e Resolve merge conflicts 2023-09-19 19:40:37 +02:00
Vasek Mlejnsky f227b80f29 Add an option to upload and download binary files via write_bytes and read_bytes 2023-09-19 19:34:38 +02:00
Pavel 'Strajk' Dolecek bdb4d35759 CLI basic commands (#130) 2023-09-19 14:56:36 +02:00
github-actions[bot] 9785ef6c49 [skip ci] Release new versions 2023-09-18 15:58:28 +00:00
Pavel 'Strajk' Dolecek 80493aa3b7 chore(js-sdk): Add transient deps as direct deps to fix https://github.com/e2b-dev/e2b/issues/144 (#146)
Test CLI / Build CLI (push) Has been cancelled
2023-09-18 17:55:52 +02:00
Pavel 'Strajk' Dolecek 2e68d2071a chore(js-sdk): Add Next.js testground 2023-09-18 14:06:22 +02:00
github-actions[bot] 4b93137b7a [skip ci] Release new versions 2023-09-14 14:17:29 +00:00
Pavel 'Strajk' Dolecek 04d96df2bd chore(js-sdk): skip flaky test blocking CI (more) (#134)
Test CLI / Build CLI (push) Has been cancelled
Test JS SDK / Build and test SDK (push) Has been cancelled
Test Python SDK / Build and test SDK (push) Has been cancelled
Co-authored-by: Jakub Novak <jakub@e2b.dev>
2023-09-14 16:14:21 +02:00
Pavel 'Strajk' Dolecek 5d56d97dcb chore(js-sdk): skip flaky test blocking CI 2023-09-14 15:56:44 +02:00
Pavel 'Strajk' Dolecek 0ce31c4e0a chore(js-sdk): quick playwright demo 2023-09-14 15:45:37 +02:00
Pavel 'Strajk' Dolecek 85ea34b649 chore(js-sdk): add dev script for consistency 2023-09-14 15:43:54 +02:00
Pavel 'Strajk' Dolecek d4af12920e feat(docs, cli): CLI auth (#128) 2023-09-14 12:58:44 +02:00
Pavel 'Strajk' Dolecek 01e9507418 chore(js-sdk): rollup replace problematic json plugin (#129) 2023-09-14 12:51:07 +02:00
Pavel 'Strajk' Dolecek 08308fcf55 fix(js-sdk): Fix timeout leak (#126) 2023-09-11 15:04:06 +02:00
Jakub Novák 64b8379e37 Decrease websocket reconnect period (#122) 2023-09-08 15:56:09 +02:00
Pavel 'Strajk' Dolecek 4362a0b1ee Adjusted JS SDK logging levels (#117) 2023-09-07 08:44:56 +02:00
github-actions[bot] 37a520ff2a [skip ci] Release new versions 2023-09-07 06:02:33 +00:00
Jakub Novák 1b8ea4099c Add package and platform info into header (#106) 2023-09-07 07:59:45 +02:00
github-actions[bot] 4968a12bc4 [skip ci] Release new versions 2023-09-06 14:32:49 +00:00
Jakub Novák 4ce867ce9c Add timeouts to JS SDK (#104)
Co-authored-by: Pavel 'Strajk' Dolecek <strajk@me.com>
2023-09-06 16:29:40 +02:00
github-actions[bot] cbc143f3db [skip ci] Release new versions 2023-09-06 09:34:55 +00:00
Jakub Novak 762d3edd74 Fix release pipeline - Python - skip if release already exists 2023-09-06 11:32:36 +02:00
Pavel 'Strajk' Dolecek 8728e7f982 feat(js-sdk): JS SDK logging v2 (#107)
Co-authored-by: Jakub Novák <jakub@e2b.dev>
2023-09-06 08:52:50 +02:00
github-actions[bot] 29fb5b3dcc [skip ci] Release new versions 2023-09-04 13:10:26 +00:00
Jakub Novak 35bd9bcce5 Minor improvements in python logging 2023-09-04 15:07:45 +02:00
Jakub Novak baf5c24493 Fix js tests 2023-09-04 12:49:28 +02:00
Jakub Novak 724c005bd1 Fix tests - Wait for the process to end 2023-09-04 11:21:37 +02:00
Jakub Novak 8b3caa8ba3 Add missing column in upload test results 2023-09-01 11:42:55 +02:00
Jakub Novak aa5ede93ce Fix upload test results + add status 2023-09-01 10:07:03 +02:00
Vasek Mlejnsky 14565b3a21 Add check if cmd is passed when calling session.process.start() in JS SDK 2023-08-31 12:34:54 +02:00
github-actions[bot] 56cb1a700d [skip ci] Release new versions 2023-08-31 09:54:37 +00:00
Jakub Novak 06c59f881c Change timeout to float 2023-08-31 11:52:00 +02:00
Jakub Novak d11978ff9a Fix timeout test 2023-08-31 11:51:49 +02:00
Jakub Novák ae587c4b1c Improve python logging (#94) 2023-08-31 11:37:17 +02:00
Jakub Novák 244fd5be4f Add timeout handling to the relevant methods in python SDK (#97) 2023-08-31 11:15:10 +02:00
github-actions[bot] cc75d50ff6 [skip ci] Release new versions 2023-08-29 20:59:46 +00:00
Tomas Valenta 8772507a1c Merge branch 'main' of https://github.com/e2b-dev/e2b 2023-08-29 22:56:08 +02:00
Tomas Valenta d8dbce93a7 Chnage html in readmes to fix pypi rendering 2023-08-29 22:56:01 +02:00
github-actions[bot] 908564a41d [skip ci] Release new versions 2023-08-29 20:43:04 +00:00
Tomas Valenta ce1548b170 Fix casing 2023-08-29 16:52:13 +02:00
Tomas Valenta 3f7016123c Merge branch 'main' of https://github.com/e2b-dev/e2b 2023-08-29 16:49:26 +02:00
Tomas Valenta a3d0939457 Update SDK and repo readmes 2023-08-29 16:49:24 +02:00
github-actions[bot] e39db82073 [skip ci] Release new versions 2023-08-29 14:40:23 +00:00