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 Novák
12f7d40595
Update apps/web/src/app/(docs)/docs/cli/build-auth-error/page.mdx
...
Co-authored-by: Tomas Valenta <valenta.and.thomas@gmail.com >
2024-11-21 10:53:39 -08:00
Jakub Novak
e782f2e34e
Add changeset
2024-11-20 17:19:25 -08:00
Jakub Novak
0d154eb07e
Add workaround for broken Docker auth
2024-11-20 17:18:42 -08:00
Jakub Novak
b493a57d12
Query correct team for templates
2024-11-19 17:23:33 -08:00
Vasek Mlejnsky
dbf9f60400
Remove old text ( #472 )
...
Removes invalid text
2024-11-19 15:46:24 -08:00
Vasek Mlejnsky
09ac8c2c24
Remove old text
2024-11-19 15:44:21 -08:00
Mish Ushakov
c9a2200afe
Create CODEOWNERS ( #471 )
...
<!-- cal_description_begin -->
<details open>
<summary>✨ <i><h3>Description by Callstackai</h3></i></summary>
This PR creates a CODEOWNERS file to define ownership for various parts
of the repository.
<details>
<summary><b>Diagrams of code changes</b></summary>
```mermaid
sequenceDiagram
participant Dev as Developer
participant GH as GitHub
participant Owners as Code Owners
Dev->>GH: Creates PR
GH->>GH: Checks file paths
GH->>Owners: Assigns reviewers based on path:
Note over GH,Owners: Default: @jakubno, @ValentaTomas
Note over GH,Owners: Web app: @jakubno, @mishushakov
Note over GH,Owners: Docs: @mlejva
Note over GH,Owners: API Reference: @0div
Note over GH,Owners: SDKs/Packages: @jakubno, @ValentaTomas
Owners->>GH: Review PR
GH->>Dev: Review feedback
```
</details>
<details>
<summary><b>Files Changed</b></summary>
<table>
<tr><th>File</th><th>Summary</th></tr>
<tr><td><a
href=https://github.com/e2b-dev/E2B/pull/471/files#diff-fcf14c4b7b34fe7a11916195871ae66a59be87a395f28db73e345ebdc828085b >CODEOWNERS</a></td><td>Adds
a CODEOWNERS file with default owners for the repository and specific
owners for web and SDKs.</td></tr>
</table>
</details>
</details>
<!-- cal_description_end -->
2024-11-19 20:07:01 +01:00
Mish Ushakov
31fbf02d77
Create CODEOWNERS
2024-11-19 20:05:39 +01:00
0div
5d921a6c08
version navigation now done through dropdown
2024-11-19 16:09:11 +01:00
0div
7cb0135e8e
className instead of class for mdx elements; first attempt at styling with css
2024-11-18 18:55:17 +01:00
0div
48a37f14d6
fix api ref json structure to match Navgroup type in routes
2024-11-18 16:57:48 +01:00
0div
28c8ddc2c1
Add note to Web App README to clarify about uncommited changes in api ref dir
2024-11-18 15:51:39 +01: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
e2b@1.0.5
2024-11-15 13:08:19 -08:00
Tomas Valenta
3b2a17d299
Fix process info type
2024-11-15 12:32:10 -08:00
Mish Ushakov
8e49b2abc1
Add user by e-mail ( #470 )
...
pending https://github.com/e2b-dev/billing/pull/18
2024-11-15 20:10:26 +01:00
Mish Ushakov
ffee743f9e
updated user invite message
2024-11-15 20:03:12 +01:00
Vasek Mlejnsky
30ca0512bf
Fix wrong command in docs
2024-11-13 14:47:01 -08:00
Mish Ushakov
46edac597b
add user by e-mail
2024-11-12 16:41:20 +01:00
Vasek Mlejnsky
58cadf1ee8
Update readme
2024-11-11 11:46:36 -08:00
Mish Ushakov
592deaf7da
added sandbox and templates overview to dashboard ( #468 )
2024-11-07 20:04:10 +01:00
Mish Ushakov
e5f29e60f4
removed unused import (Team) on Templates.tsx
2024-11-07 19:55:29 +01:00
Mish Ushakov
1d9a6569bb
added sandbox and templates overview to dashboard
2024-11-07 19:50:02 +01:00
Vasek Mlejnsky
f26ec10619
Fix quotes
2024-11-06 15:45:18 -05:00
Vasek Mlejnsky
af018eee37
Fix quotes
2024-11-06 15:29:53 -05:00
Vasek Mlejnsky
aedb0f3afb
Add note about how to invite people to team
2024-11-06 15:27:12 -05: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
e2b@1.0.4
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 Novák
01ffd4d215
Make python dependencies more lenient ( #464 )
...
I cannot run `pipenv run e2b-code-interpreter` as I get a dependency
conflict with an existing package which requires `attr >= 24.0`
This change will allow `e2b-code-interpreter` to be used in more places
@e2b/python-sdk@1.0.3
2024-11-03 15:53:10 -08:00
Jakub Novak
ecceb711fc
Add changeset
2024-11-03 15:49:29 -08: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
Jakub Novak
8234a3dbf8
Don't show sidepanel on auth
2024-10-29 22:37:48 -07:00
Jakub Novak
89984335f9
Validate user ID with regex
2024-10-29 22:32:09 -07: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
@e2b/python-sdk@1.0.2
e2b@1.0.3
2024-10-25 21:46:11 -07:00
Jakub Novak
9fa4eba07b
Add changeset
2024-10-25 21:44:55 -07:00
Vasek Mlejnsky
c7c225c824
Update docs
2024-10-24 08:18:56 -07:00
github-actions[bot]
7d776cf1d7
[skip ci] Release new versions
2024-10-24 04:58:46 +00:00
Tomas Valenta
eac45929dd
Merge branch 'main' of https://github.com/e2b-dev/E2B
@e2b/cli@1.0.5
2024-10-23 21:44:06 -07:00
Tomas Valenta
722b75e1b0
Increase sandbox refresh timeout for CLI spawned sandboxes
2024-10-23 21:44:02 -07:00
Jakub Novak
f49a2ea38b
Improve texting
2024-10-22 21:57:08 -07:00
Jakub Novak
80f2159cc7
Add rate limit error
2024-10-22 21:41:08 -07:00
Jakub Novak
d051dfd699
Fix permissions and fix missing files from release
2024-10-22 13:59:47 -07:00