Commit Graph

4257 Commits

Author SHA1 Message Date
Tomas Valenta 701b68fc4e [WIP] Draft JS SDK 2024-05-31 13:17:34 +02:00
Jakub Novak 88b4d59824 Sort the months on the billing page 2024-05-31 13:15:39 +02:00
Tomas Valenta 068ff5613f Regenerate APIs 2024-05-31 06:40:42 +02:00
Tomas Valenta 3b4c915a48 Generate clients 2024-05-17 02:05:12 -07:00
Tomas Valenta 7192f20a1b Merge branch 'main' into grpc 2024-05-16 14:34:04 -07:00
Jakub Novak 68b09922cc Remove add credit card button for already pro users 2024-05-14 13:04:02 -07:00
Jakub Novak c470cc340d Remove temporal pro tier handling 2024-05-14 11:27:31 -07:00
Tomas Valenta f5764d1654 Add testing python setup 2024-05-10 20:32:00 -07:00
github-actions[bot] 97d50e3039 [skip ci] Release new versions 2024-05-09 23:35:32 +00:00
Jakub Novák 24d9bcc6fe Enforce calling create method in JS SDK (#374)
This prevents to accidentally use `new Sandbox()`, which doesn't
initialize `Sandbox` class correctly
e2b@0.16.1
2024-05-09 16:31:51 -07:00
Jakub Novak ca466f81f6 Apply lint 2024-05-09 16:13:47 -07:00
Jakub Novak dd18b96c6d Improve error texting 2024-05-09 16:11:57 -07:00
Jakub Novak feea67aba1 Add changeset 2024-05-09 15:30:41 -07:00
Jakub Novak d036a37c6f Enforce calling create method in JS SDK 2024-05-09 15:28:35 -07:00
github-actions[bot] e801c3b771 [skip ci] Release new versions 2024-05-09 20:54:20 +00:00
Tomas Valenta fb79fa3d18 Merge branch 'main' of https://github.com/e2b-dev/E2B @e2b/cli@0.5.3 2024-05-09 13:50:23 -07:00
Tomas Valenta 837a326bdb Add file logger option to CLI 2024-05-09 13:50:20 -07:00
Vasek Mlejnsky 4b89ec3d77 docs: Fix wrong CLI command for login 2024-05-07 19:52:31 -07:00
Tomas Valenta 5b47f9004f Fix link 2024-05-07 13:44:41 -07:00
Tomas Valenta 5c1a6868db Merge branch 'main' of https://github.com/e2b-dev/E2B 2024-05-04 21:17:26 -07:00
Tomas Valenta 4bcfc64161 Hide logs command in docs 2024-05-04 21:17:23 -07:00
Vasek Mlejnsky 319031f997 Fix a typo 2024-05-04 20:27:10 -07:00
Vasek Mlejnsky 95374ad479 Update guide for custom sandboxes when using code interpreter SDK 2024-05-03 08:01:36 -07:00
Vasek Mlejnsky a5dcc293e4 Update guide for custom sandboxes when using code interpreter SDK 2024-05-03 07:55:30 -07:00
Vasek Mlejnsky 7cde0a8d94 Simplify docs for code interpretrer 2024-05-02 00:00:32 -07:00
github-actions[bot] 56aae737a8 [skip ci] Release new versions 2024-05-02 00:42:34 +00:00
Tomas Valenta 5e9a9866f0 Remove runCode and runCmd from SDKs (#368)
Remove `runCode` and `runCmd` and clean up SDKs files and docs. These
features were not ergonomic and we released a new package
[code-interpreter](https://github.com/e2b-dev/code-interpreter) that
handles this better.

Tasks:
- [x] Fix 404 errors for the deleted pages
@e2b/cli@0.5.2 @e2b/python-sdk@0.17.0 e2b@0.16.0
2024-05-01 17:35:15 -07:00
Tomas Valenta cd1002caf7 Create release 2024-05-01 17:31:39 -07:00
Tomas Valenta 8d1f38e815 Redirect on 404 2024-05-01 17:28:42 -07:00
Tomas Valenta d9bc3da25e Fix build type errors 2024-05-01 16:34:47 -07:00
Tomas Valenta 1f8a776c5d Remove old code interpreter template and references to it 2024-05-01 14:02:33 -07:00
Tomas Valenta 645dc57618 Allow passing env vars to vitest 2024-05-01 13:34:54 -07:00
Tomas Valenta 364349de0c Remove unused docpage 2024-05-01 12:54:30 -07:00
Tomas Valenta 2486838bff Let vitest use dotenv 2024-05-01 12:46:55 -07:00
Tomas Valenta 353682c022 Remove runCode and runCmd; Cleanup 2024-05-01 12:40:04 -07:00
github-actions[bot] 1b4cc69a1d [skip ci] Release new versions 2024-05-01 07:10:52 +00:00
Tomas Valenta a8e7dc4354 Merge branch 'main' of https://github.com/e2b-dev/E2B @e2b/cli@0.5.1 2024-05-01 00:06:27 -07:00
Tomas Valenta 9626b6b8dd Fix logging level colors for dark terminals 2024-05-01 00:06:24 -07:00
github-actions[bot] b4d63fec19 [skip ci] Release new versions 2024-05-01 02:45:49 +00:00
Tomas Valenta de373d63bb Remove outdated part of CLI readme 2024-04-30 19:42:12 -07:00
Tomas Valenta 4a43675539 Add CLI command for printing logs from sandbox (#327)
This PR adds the CLI command for printing logs for any sandbox you
spawned.

Tasks:
- [x] Add flag for specifying format (json)
  - [x] Update docs
- [x] Add flag for filtering level
  - [x] Update docs
- [x] Add flag for "following"
  - [x] Update docs
  - [x] Test
- [x] Filter internal and "user" — rename logger field
  - [x] Test usability
  - [x] Update docs
@e2b/cli@0.5.0 @e2b/python-sdk@0.16.0 e2b@0.15.0
2024-04-30 19:38:48 -07:00
Tomas Valenta 407358f12a Merge branch 'main' into logs 2024-04-30 19:38:37 -07:00
Tomas Valenta e5c769507b Remove system logger 2024-04-30 19:34:20 -07:00
Tomas Valenta 5698c6c32e Remove debug logs 2024-04-30 18:58:25 -07:00
Tomas Valenta 89968436ad Fix service rename bug 2024-04-30 18:58:06 -07:00
Tomas Valenta 58881de1cb Change services flag to loggers 2024-04-30 18:25:20 -07:00
Tomas Valenta b7254f2351 Remove debug log 2024-04-30 18:14:13 -07:00
Tomas Valenta 007c5e4e69 Improve services filtering 2024-04-30 18:02:36 -07:00
Tomas Valenta 002a28870e [WIP] Generate python client 2024-04-29 22:22:33 -07:00
Vasek Mlejnsky d2cb61e936 Fix JS hello world guide 2024-04-29 17:51:29 -07:00