Commit Graph

4346 Commits

Author SHA1 Message Date
Ben Fornefeld ebea88f2ef add: Search component to mobile nav 2024-12-26 16:45:01 +01:00
Ben Fornefeld d1411c3b52 add: code block content search indexing + Search component to docs navigation 2024-12-26 16:29:00 +01:00
0div e84bf8d0b4 improve nextjs stress test 2024-12-26 12:06:13 +01:00
0div 3245acd4d9 fix template build command to include npm start command and add nextjs stress test to integration suite 2024-12-26 11:27:24 +01:00
0div 39dfd385a9 Merge branch 'create-integration-test-template-e2b-1361' into create-stress-test-e2b-1360 2024-12-26 11:03:59 +01:00
0div 7dc89ac736 boilerplate for integration test template build 2024-12-23 17:56:19 +01:00
0div d90fc02ed1 add stress tests 2024-12-23 17:43:24 +01:00
0div 411631385d rm integration test template work 2024-12-23 17:42:39 +01:00
0div f4c4bbde6a created boilerplate for integration tests within js-sdk 2024-12-23 17:38:04 +01:00
Tomas Valenta eb5522fd48 Update persistence docs with info about errors (#516) 2024-12-19 15:39:36 -08:00
Tomas Valenta ea16443e66 Merge branch 'main' into update-persistence-docs 2024-12-19 14:21:42 -08:00
Tomas Valenta 41c53fd4f8 Update apps/web/src/app/(docs)/docs/sandbox/persistence/page.mdx
Co-authored-by: Vasek Mlejnsky <vasek@e2b.dev>
2024-12-19 14:16:37 -08:00
Tomas Valenta a0ff523ebd Update persistence docs 2024-12-19 14:07:16 -08:00
Vasek Mlejnsky 211362cab4 Use billing subdomain to simplify dashboard for custom domains (#514)
# Description

Billing service runs on `billing.` subdomain, so you can pass only 1 url
now
2024-12-19 12:24:02 -08:00
Jakub Novak b72817d088 Clean up 2024-12-19 16:30:31 +01:00
Jakub Novak dbe569de01 Don't allow do checkouts on custom domains 2024-12-19 14:46:02 +01:00
Jakub Novak 2844aba081 Fix url 2024-12-19 14:31:11 +01:00
Jakub Novak 713c920564 Improve naming 2024-12-19 14:29:09 +01:00
Jakub Novak f7d51d8b2f Use billing subdomain 2024-12-19 13:50:45 +01:00
never not exploring 0e3578c7b4 Fix dashboard "Reset Password" href (#512)
this pr fixes the `href` attribute of the `Reset Password` button in the
dashboard
2024-12-18 23:59:50 +01:00
Vasek Mlejnsky d29ad4f946 Correctly parse the API URL in dashboard (#511)
This PR addresses a bug when a user passes a custom API URL like
`https://api.e2b-cluster.dev` and we incorrectly print that the user
should set their `E2B_DOMAIN` to `api.e2b-cluster.dev` while the correct
one would be `E2B_DOMAIN=e2b-cluster.dev`.
2024-12-18 14:52:17 -08:00
Ben Fornefeld 0a70f3bc19 fix: dashboard reset password href 2024-12-18 23:49:47 +01:00
Vasek Mlejnsky 49849f38bd Correctly parse the API URL in dashboard 2024-12-18 14:39:51 -08:00
Vasek Mlejnsky f74d3a29bc Docs persistence (#509)
Improve code snippets
2024-12-17 12:58:56 -08:00
Vasek Mlejnsky d3f19614cd Update apps/web/src/app/(docs)/docs/sandbox/persistence/page.mdx
Co-authored-by: 0div <98087403+0div@users.noreply.github.com>
2024-12-17 12:54:50 -08:00
Vasek Mlejnsky 7f79ebfa7f docs: update installation instructions to install latest beta in python 2024-12-17 11:48:46 -08:00
Vasek Mlejnsky 07b3077b18 Resolve merge conflict 2024-12-17 11:46:36 -08:00
Vasek Mlejnsky 99fa5af914 docs: update code snippets for persistence 2024-12-17 11:44:12 -08:00
Tomas Valenta 83871371b1 Merge branch 'docs-persistence' 2024-12-17 03:40:06 -08:00
Tomas Valenta 77c9a52fa6 Add docs about persistence (#507)
This PR adds docs about Sandbox's persistence
2024-12-17 03:38:58 -08:00
Tomas Valenta e81a6dc06d Update package versions 2024-12-17 03:38:43 -08:00
github-actions[bot] 27d2afd038 [skip ci] Release new versions 2024-12-17 10:39:35 +00:00
Mish Ushakov fc8086dcf5 Changed template ls command to sync with latest API changes (#508)
- Added createdBy, createdAt columns
- Hidden 'buildCount', 'lastSpawnedAt', 'spawnCount', 'updatedAt'
columns
- Sync API spec and ts schema to latest

---------

Co-authored-by: Mish Ushakov <mishushakov@users.noreply.github.com>
Co-authored-by: Jakub Novák <jakub@e2b.dev>
@e2b/cli@1.0.9
2024-12-17 11:35:20 +01:00
Vasek Mlejnsky ff7cf4ecae Update docs 2024-12-17 00:44:10 -08:00
Vasek Mlejnsky 53b1d30c2a Update docs 2024-12-16 21:48:44 -08:00
Vasek Mlejnsky a5fa60b58f fix grammar 2024-12-16 19:08:41 -08:00
Vasek Mlejnsky 51d328fe67 Add docs about persistence 2024-12-16 19:03:24 -08:00
Mish Ushakov c64e30a58d Fixes the label in template section and toast opacity (#498)
Fixes: Visible > Public
Toast opacity to 100:

<img width="428" alt="Screenshot 2024-12-10 at 10 12 50"
src="https://github.com/user-attachments/assets/b6f303ad-c2d0-4fae-a9ff-d142b47493ca">

---------

Co-authored-by: Mish Ushakov <mishushakov@users.noreply.github.com>
2024-12-16 22:38:25 +01:00
0div 724fbc63cc remove WriteData type in python-sdk 2024-12-12 17:13:09 -08:00
0div 502c414ce4 remove WriteData type in js-sdk 2024-12-12 17:08:22 -08:00
0div 1708cc0609 Update apps/web/src/app/(docs)/docs/filesystem/upload/page.mdx
Co-authored-by: Vasek Mlejnsky <vasek@e2b.dev>
2024-12-12 16:11:52 -08:00
0div d0fc09a0d4 Update apps/web/src/app/(docs)/docs/filesystem/upload/page.mdx
Co-authored-by: Vasek Mlejnsky <vasek@e2b.dev>
2024-12-12 16:10:21 -08:00
0div e73ad23bb3 Update apps/web/src/app/(docs)/docs/filesystem/upload/page.mdx
Co-authored-by: Vasek Mlejnsky <vasek@e2b.dev>
2024-12-12 16:10:11 -08:00
0div 424baec371 Update apps/web/src/app/(docs)/docs/filesystem/upload/page.mdx
Co-authored-by: Vasek Mlejnsky <vasek@e2b.dev>
2024-12-12 16:10:02 -08:00
0div d3b99fe7a6 Update apps/web/src/app/(docs)/docs/filesystem/upload/page.mdx
Co-authored-by: Vasek Mlejnsky <vasek@e2b.dev>
2024-12-12 16:09:53 -08:00
0div e730810fdd Update apps/web/src/app/(docs)/docs/filesystem/read-write/page.mdx
Co-authored-by: Vasek Mlejnsky <vasek@e2b.dev>
2024-12-12 16:08:14 -08:00
0div b867fe4d6a Update apps/web/src/app/(docs)/docs/filesystem/read-write/page.mdx
Co-authored-by: Vasek Mlejnsky <vasek@e2b.dev>
2024-12-12 16:07:53 -08:00
0div 0e2a684a2c fix indentation in upload docs 2024-12-12 16:06:10 -08:00
0div bbeeb044cc upadte upload docs and improve read-write-docs 2024-12-12 15:58:15 -08:00
0div 741b32935a add minor changeset 2024-12-12 15:25:07 -08:00