Commit Graph

3713 Commits

Author SHA1 Message Date
Tomas Valenta 8028ec1668 Fix redirect after password update 2024-09-04 23:46:09 -07:00
Tomas Valenta bcf9e010d8 [WIP] Add update password redirect 2024-09-04 22:46:27 -07:00
github-actions[bot] 833e78726a [skip ci] Release new versions 2024-08-27 09:30:30 +00:00
Jakub Novak 7ad5182c27 Don't require user config if not really needed @e2b/cli@0.5.10 2024-08-27 12:28:02 +03:00
github-actions[bot] aa331ee467 [skip ci] Release new versions 2024-08-27 09:07:28 +00:00
Jakub Novak 75b081b835 Use configured team if no team is set in template build @e2b/cli@0.5.9 2024-08-27 12:02:22 +03:00
github-actions[bot] 2d543b5cf1 [skip ci] Release new versions 2024-08-20 22:01:38 +00:00
Tomas Valenta fce0e25406 Merge branch 'beta' of https://github.com/e2b-dev/E2B into beta 2024-08-20 15:00:36 -07:00
Tomas Valenta 4225eda697 Update the development instructions 2024-08-20 15:00:34 -07:00
github-actions[bot] c991ba0e49 [skip ci] Release new versions 2024-08-20 21:33:40 +00:00
Tomas Valenta 7c529ee13d Add development readme instruction for JS SDK 2024-08-20 14:32:08 -07:00
Tomas Valenta b1c3e01c96 Split buf generation 2024-08-20 14:29:57 -07:00
Tomas Valenta e5e65f378e Fix local JS tests 2024-08-20 14:28:47 -07:00
github-actions[bot] cf5502e615 [skip ci] Release new versions 2024-08-19 15:46:01 +00:00
Jakub Novak 4192cb1971 Don't share transport 2024-08-19 17:44:56 +02:00
github-actions[bot] c7a4283f88 [skip ci] Release new versions 2024-08-19 13:43:35 +00:00
Jakub Novak 2b5e1d3514 Fix logic for API access token in python client 2024-08-19 15:42:32 +02:00
github-actions[bot] b476156455 [skip ci] Release new versions 2024-08-19 12:21:59 +00:00
Jakub Novak 158afe38fa Comment out keepalive 2024-08-19 14:20:45 +02:00
github-actions[bot] f204b8548c [skip ci] Release new versions 2024-08-15 16:11:08 +00:00
Jakub Novak c8765207b5 Add process stderr to the exception 2024-08-15 18:10:01 +02:00
github-actions[bot] 04ee10e01f [skip ci] Release new versions 2024-08-15 13:10:39 +00:00
Jakub Novak 17213ed688 Add missing model 2024-08-15 15:09:36 +02:00
github-actions[bot] 47d7e83d8c [skip ci] Release new versions 2024-08-14 13:31:31 +00:00
Jakub Novak bb32b476f9 Add envs to JS 2024-08-14 15:30:14 +02:00
github-actions[bot] 6b8215e4f6 [skip ci] Release new versions 2024-08-14 11:13:43 +00:00
Jakub Novák eacb219e29 [Beta SDK] - Env vars (#425)
# Description 
Add environment variables for:
- `sanbox.create` - sets env vars for whole lifetime
- `commands.run` function - sets env vars only for this command run
2024-08-14 13:12:39 +02:00
Jakub Novak b38e0ee2a4 Fix env vars type 2024-08-14 13:12:01 +02:00
Jakub Novak 60b10d3974 Return debug option 2024-08-14 13:10:17 +02:00
Jakub Novak 2096266ce4 Mark generated files 2024-08-14 13:09:21 +02:00
Jakub Novak 279b980c5c Add tests 2024-08-14 13:00:26 +02:00
Jakub Novak f282392282 Unify naming 2024-08-14 11:32:35 +02:00
Jakub Novak 2357fa3da7 Add possibility to add env vars on sandbox create 2024-08-14 11:08:25 +02:00
github-actions[bot] fad770251d [skip ci] Release new versions 2024-08-13 12:25:10 +00:00
Jakub Novak d7783ceada Fix pnpm lock 2024-08-13 14:24:01 +02:00
Jakub Novak 8408278410 Merge branch 'main' of https://github.com/e2b-dev/E2B 2024-08-13 14:22:05 +02:00
Jakub Novák af877836b2 Add download_url/downloadUrl method to sandbox (#423)
If you want to download a file from sandbox you need to use the SDK
right now.
The download URL method we are adding lets you get the link to a file in
sandbox that you can then use to download the file, for example on the
frontend, with a direct link.

### Tasks
- [ ] Test the changes (JS+TS SDKs)
- [ ] Update Core SDK in Code Interpreter so this functionality is
enabled there too
2024-08-13 14:10:17 +02:00
Tomas Valenta 1f6e308b64 Add download url so file from sandbox can be downloaded with a link 2024-08-13 13:54:54 +02:00
github-actions[bot] a5d0b934b1 [skip ci] Release new versions 2024-08-07 09:52:59 +00:00
Jakub Novak 3648cf8063 Fix login command in CLI @e2b/cli@0.5.8 2024-08-07 11:50:07 +02:00
Vasek Mlejnsky 60dfb1495f Make user ID and team ID more visible 2024-08-07 10:50:27 +02:00
Jakub Novak 352106589e Merge branch 'beta-paths' into beta 2024-08-06 18:02:01 +02:00
Jakub Novak f20415294e Add test 2024-08-06 18:01:40 +02:00
Jakub Novak 42d57f7407 Improve types 2024-08-06 17:58:52 +02:00
Jakub Novak e882d152bc Improve spec 2024-08-06 17:54:24 +02:00
Jakub Novak 772ccb7e81 Clean up 2024-08-06 17:31:58 +02:00
Jakub Novak 9ec57c7c39 Improve write file handling 2024-08-06 17:25:24 +02:00
Jakub Novak 1b4ed3b761 Fix textIO 2024-08-06 16:51:31 +02:00
Jakub Novak 41ccc3fd0d Improve error messages 2024-08-06 15:54:32 +02:00
Jakub Novak 0976c10a21 Remove file info from remove method 2024-08-06 15:47:03 +02:00