Commit Graph

1101 Commits

Author SHA1 Message Date
Jakub Novak ed731d2d53 Follow shortcut naming convention 2024-12-09 17:10:45 +01:00
github-actions[bot] 52feefc27b [skip ci] Release new versions 2024-12-09 16:03:25 +00:00
Jakub Novák 407f330de9 Added publish/unpublish commands to the CLI (#484)
Adds publish/unpublish commands to the CLI to allow changing the
visibility of templates. Publishing a template makes it visible to other
teams using E2B, while setting it private (default) only makes it
visible within your own team.

example usage:

``` 
e2b template publish <template>
```

```
e2b template unpublish <template>
```
2024-12-09 00:51:31 -08:00
github-actions[bot] e8fa4be096 [skip ci] Release new versions 2024-12-06 04:41:39 +00:00
Jakub Novak 7999815887 Update httpx version in dependencies 2024-12-05 20:30:39 -08:00
0div aece55897d fix list assertion order 2024-12-04 10:36:05 -08:00
0div 2b9e3f0529 Merge branch 'main' of https://github.com/e2b-dev/E2B into sort-the-sandboxes-in-the-sandboxlist-based-on-the-startedat-e2b-1195 2024-12-04 10:28:56 -08:00
github-actions[bot] 65257df48e [skip ci] Release new versions 2024-12-04 03:16:05 +00:00
Jakub Novak d4bc3c707f Fix link for docker build 2024-12-03 18:11:19 -08:00
Mish Ushakov b80f72759a maxLen and aliases comma-split 2024-12-03 21:01:57 +01:00
0div 4c2f97afbb assert that the returned sandbox info objects are sorted by start time in the js-sdk Sanbox.list test 2024-12-02 17:06:09 -08:00
Mish Ushakov 314ce295d8 remove table borders in CLI 2024-11-29 15:36:25 +01:00
Mish Ushakov 11e1c7dca3 guardrail if no sandbox templates are available to publish/unpublish 2024-11-29 15:23:38 +01:00
Mish Ushakov e445208875 added publish and unpublish commands 2024-11-29 14:43:33 +01:00
Vasek Mlejnsky fe57a4b9b5 Merge branch 'main' into improved-api-refs 2024-11-28 21:05:08 -08:00
Tomas Valenta f64559bb64 Add command for building dependencies for generating python envd client (#481)
Add command for building dependencies for generating python envd client.
2024-11-28 10:52:54 -08:00
Tomas Valenta 98eace6294 Update connect-python phony 2024-11-28 10:49:15 -08:00
Tomas Valenta 6152287783 Move command to package; Remove phony 2024-11-28 10:47:30 -08:00
0div 9350971f34 move gen sdk workflow into publish package workflow 2024-11-27 16:36:11 -08:00
0div 8fe82fa6c5 Merge branch 'main' of https://github.com/e2b-dev/E2B into improved-api-refs 2024-11-27 10:45:08 -08:00
github-actions[bot] ff02ae9e98 [skip ci] Release new versions 2024-11-26 19:15:40 +00:00
0div a52e7a7a71 fix cli sdk autogen with sdk keyword 2024-11-26 10:48:39 -08:00
0div 410c23b4c7 fix typefoc config out folder 2024-11-26 10:43:59 -08:00
0div d599ddac32 rebrand to SDK reference 2024-11-26 10:34:04 -08:00
0div 91a1e4e8fa merge master & generate versioned routes for SDK in prebuild 2024-11-25 12:32:05 -08:00
Tomas Valenta eff5ff533d Add missing dependency 2024-11-23 21:58:59 -08:00
0div d4020d922d convert h5 to h3 for js-sdk markdown and remove redundant constructor line 2024-11-22 16:19:11 -08:00
0div 9c13eac157 update typedoc config 2024-11-22 14:58:53 -08:00
0div 1defbc8506 fix typo in legacy docs/READMEs 2024-11-22 14:45:39 -08:00
0div c89f970118 replace h4 as h3 in python-sdk api ref post processor 2024-11-22 14:34:56 -08:00
0div b5e509bf50 Fix js-sdk code snippet comment typo 2024-11-22 11:38:24 -08:00
0div 32e4d6cf93 make js-sdk methods more prominent 2024-11-22 10:58:50 -08:00
0div 1b7fdb279b remove "defined in" in js-sdk 2024-11-22 10:05:16 -08:00
Jakub Novák 2949adbad6 Update packages/cli/src/commands/template/buildWithProxy.ts 2024-11-21 10:54:25 -08:00
Jakub Novák a67a47078d Update packages/cli/src/commands/template/buildWithProxy.ts
Co-authored-by: Tomas Valenta <valenta.and.thomas@gmail.com>
2024-11-21 10:53:50 -08:00
Jakub Novák 2d73e78bef Update packages/cli/src/commands/template/buildWithProxy.ts
Co-authored-by: Tomas Valenta <valenta.and.thomas@gmail.com>
2024-11-21 10:53:44 -08:00
Jakub Novak 0d154eb07e Add workaround for broken Docker auth 2024-11-20 17:18:42 -08:00
github-actions[bot] 7d93190e42 [skip ci] Release new versions 2024-11-15 21:15:06 +00:00
Tomas Valenta 4fa514d3ac Update protobuf in JS SDK 2024-11-15 13:08:19 -08:00
Tomas Valenta 3b2a17d299 Fix process info type 2024-11-15 12:32:10 -08:00
Jakub Novak ba78ba09d5 Improve READMEs and links to get access token / api key 2024-11-04 10:53:40 -08:00
github-actions[bot] 5d4fb0d8e7 [skip ci] Release new versions 2024-11-04 18:35:34 +00:00
Jakub Novak 8c5c52a4bb Fix bug in bun when uploading files 2024-11-04 10:30:49 -08:00
github-actions[bot] 6332979ff6 [skip ci] Release new versions 2024-11-03 23:55:22 +00:00
Jakub Novak a87098e979 Remove typing-extensions from dependencies, fix version of httpcore + httpx, update poetry lock 2024-11-03 15:48:28 -08:00
Brendan Maginnis d8b5b1acbd Make dependencies more lenient 2024-11-01 09:51:18 +00:00
Tomas Valenta 732a8db0dc Merge branch 'main' of https://github.com/e2b-dev/E2B 2024-10-28 14:11:46 -07:00
Tomas Valenta 497bdc95d9 Fix sandbox killing in tests 2024-10-28 14:11:42 -07:00
github-actions[bot] 1405b6e1f7 [skip ci] Release new versions 2024-10-26 04:52:47 +00:00
Jakub Novák a739ac2b4f Add rate limit error (#461)
# Description

There's only general exception raised right now. I've added specific
exception when the request is denied because of throttling
2024-10-25 21:46:11 -07:00