Commit Graph

488 Commits

Author SHA1 Message Date
Jakub Novak 1801039dbf Add info about memory and cpus to sandbox list 2024-02-28 06:57:27 -08:00
github-actions[bot] b91154429b [skip ci] Release new versions 2024-02-28 14:55:39 +00:00
Jakub Novak ad990dc624 Fix type definition in python SDK 2024-02-28 06:12:14 -08:00
github-actions[bot] 18745ad0c2 [skip ci] Release new versions 2024-02-28 05:54:17 +00:00
Vasek Mlejnsky 710f227b85 Document process for customizing sandbox compute (#322)
Co-authored-by: Tomas Valenta <valenta.and.thomas@gmail.com>
Co-authored-by: Jakub Novak <jakub@e2b.dev>
2024-02-27 21:43:48 -08:00
github-actions[bot] 696d3e78df [skip ci] Release new versions 2024-02-15 17:13:24 +00:00
Jakub Novak 096f19b808 Add explicitly api key to reconnect method 2024-02-15 09:08:57 -08:00
github-actions[bot] adc75d57bc [skip ci] Release new versions 2024-02-14 19:21:44 +00:00
Jakub Novak b982ae322f Don't subscribe to scan ports in python SDK if not needed 2024-02-14 11:17:02 -08:00
Tomas Valenta 3e2c198e5f Improve running sandbox list format 2024-02-08 15:48:22 -08:00
github-actions[bot] 64f67f4b6d [skip ci] Release new versions 2024-02-08 23:42:50 +00:00
Tomas Valenta e07b078638 Fix sandbox ID in JS SDK list method 2024-02-08 15:33:56 -08:00
Tomas Valenta b40637226a Fix sandboxID in Python SDK list method 2024-02-08 15:27:22 -08:00
github-actions[bot] 0e9d1623dc [skip ci] Release new versions 2024-02-08 18:49:04 +00:00
Jakub Novak 26f1f43ebd Fix handler's type in terminal module in Python SDK 2024-02-08 10:43:05 -08:00
Tomas Valenta c86b79a1c5 Improve metadata dosctrings; Export metadata type in JS SDK 2024-02-06 11:38:11 -08:00
Tomas Valenta 866fded89d Update package name in readmes 2024-02-03 18:17:12 +01:00
github-actions[bot] c799d261e7 [skip ci] Release new versions 2024-02-03 17:00:32 +00:00
Tomas Valenta 0860283321 Prevent the JS SDK post publish deprecating failure to cancel publishing of everything 2024-02-03 17:56:14 +01:00
Tomas Valenta 5d89fb8961 Update installed SDK 2024-02-03 17:47:18 +01:00
Tomas Valenta 9cbef21901 Unify CLI shorthand commands; Make the sandboxID argument in connect required 2024-02-03 17:27:42 +01:00
github-actions[bot] 76f1b91ca7 [skip ci] Release new versions 2024-02-03 16:15:24 +00:00
Jakub Novak acd3eee209 Dont fail 2024-02-03 17:11:01 +01:00
Jakub Novak 9c2cdf496b Try to reverse quotes 2024-02-03 17:00:02 +01:00
Jakub Novak 4d20c673c4 Ensure the script runs in bash 2024-02-03 16:54:33 +01:00
Jakub Novák 0e9a22f76a Connect into running container (#301) 2024-02-03 16:46:22 +01:00
Jakub Novak 033da020bb Set flags on the script 2024-02-03 07:10:41 +01:00
github-actions[bot] aca7843094 [skip ci] Release new versions 2024-02-03 06:06:25 +00:00
Jakub Novak 29dfc0911e Increase timeout for data analysis test 2024-02-03 07:01:58 +01:00
Jakub Novak 1d16e44c42 Fix deprecation script 2024-02-03 06:53:11 +01:00
Jakub Novak ccd3e2ed07 Don't fail on already deprecated package 2024-02-02 19:54:17 +01:00
Jakub Novak f8689330c7 Add deprecation message 2024-02-02 19:44:57 +01:00
Jakub Novák a06b861932 Use e2b package in docs and CLI (#300) 2024-02-02 19:23:07 +01:00
github-actions[bot] 772c2c4118 [skip ci] Release new versions 2024-02-02 18:12:28 +00:00
Jakub Novák db4e6bcb92 Fix sandbox id in cli (#299) 2024-02-02 19:01:54 +01:00
Jakub Novák 7fe1d3b569 Rename api endpoints (#298) 2024-02-02 18:57:40 +01:00
Jakub Novak ef20638911 Release JS package under old name as well 2024-02-02 17:18:48 +01:00
Jakub Novak 5d7cc7cafc Release JS package under e2b 2024-02-02 17:08:03 +01:00
Tomas Valenta 97b1cd356e Remove excessive parenthesis 2024-02-02 14:49:15 +01:00
Jakub Novak 8dd2a0f33b Allow extra fields 2024-01-30 14:45:09 +01:00
github-actions[bot] 456e66ba0b [skip ci] Release new versions 2024-01-30 11:26:43 +00:00
Jakub Novak 363b577c69 Add alias to list command 2024-01-30 10:56:25 +01:00
Jakub Novak 1e1bd00b9c Fix naming for listing running sandboxes and add section to docs 2024-01-29 18:43:45 +01:00
github-actions[bot] 48e285a087 [skip ci] Release new versions 2024-01-29 16:25:29 +00:00
Jakub Novak 95f8c0ecca Fix tests 2024-01-29 17:20:55 +01:00
Jakub Novák 34f49ca350 List running sandboxes (#297) 2024-01-29 17:10:11 +01:00
Jakub Novak d712060b3f Close the sdk properly if interrupted during connection to websocket 2024-01-25 15:04:57 +01:00
Jakub Novák 783a15d187 Always include dockerfile (#295) 2024-01-24 17:08:56 +01:00
Jakub Novak dd9eb8507f Fix connection to local envd 2024-01-24 16:12:12 +01:00
Jakub Novak 3d33cba265 Reject promises the correct way 2024-01-23 16:24:58 +01:00