Commit Graph

4752 Commits

Author SHA1 Message Date
r33drichards 0619540d6e Display correct key name for api key (#594) @e2b/cli@1.2.1 2025-02-28 17:46:12 -08:00
Jakub Novák e083bada74 Change twitter links to the new handle (#595) 2025-02-26 10:34:57 +01:00
Jakub Novak e419a61a00 Change twitter links to the new handle 2025-02-26 10:31:49 +01:00
never not exploring 74de6eb8ed Filter Shiki HighlightLine syntax when copying code blocks in docs (#593) 2025-02-25 20:25:25 +01:00
Ben Fornefeld fba2ce3e24 fix: filter shiki line highlight syntax when copying code blocks in docs 2025-02-25 20:12:29 +01:00
never not exploring 491999396c Improve legacy banner visibility in /docs (#590) 2025-02-22 18:04:09 +01:00
Vasek Mlejnsky 2dc0580a3d Fix broken link in docs (#589)
- Fixes broken link in docs
2025-02-21 21:26:57 -08:00
Vasek Mlejnsky bc79f15a4c Fix broken link 2025-02-21 21:04:14 -08:00
github-actions[bot] 9f23f542d1 [skip ci] Release new versions 2025-02-22 00:00:40 +00:00
Tomas Valenta 6b719530b4 Bump package json version for the e2b/cli (#587) @e2b/cli@1.2.0 2025-02-21 15:57:56 -08:00
Jakub Dobry f706f825af Bump package json version for the e2b/cli 2025-02-21 15:56:34 -08:00
Tomas Valenta 4bc71297ff Fix CLI build issue (#578)
Load update notifier dynamically

We needed update the package because of vulnerabilities

If we don't load it asynchronously there's following error.
```
packages/cli generate-ref: /home/runner/work/E2B/E2B/packages/cli/dist/index.js:55406
packages/cli generate-ref: var updateNotifier = __toESM(require("update-notifier"));
packages/cli generate-ref:                              ^
packages/cli generate-ref: Error [ERR_REQUIRE_ESM]: require() of ES Module /home/runner/work/E2B/E2B/node_modules/.pnpm/update-notifier@6.0.2/node_modules/update-notifier/index.js from /home/runner/work/E2B/E2B/packages/cli/dist/index.js not supported.
packages/cli generate-ref: Instead change the require of /home/runner/work/E2B/E2B/node_modules/.pnpm/update-notifier@6.0.2/node
```
2025-02-21 15:50:21 -08:00
Jakub Dobry aa7a2bf58b add changeset 2025-02-21 15:48:19 -08:00
Jakub Dobry ec36840c04 update the update-notifier import to esm, remove it from the excludedPackages 2025-02-21 15:44:44 -08:00
Vasek Mlejnsky cd4880eeae Explicitly mention Docker commands when building template (#586)
This PR improves CLI messaging when building sandbox templates. Now, the
used Docker commands are explicitly logged to the user like this:

```
Building docker image with the following command:
docker build . \ # <--- This log is new
   -f e2b.Dockerfile \
   --pull --platform linux/amd64 \
   -t docker.e2b.dev/e2b/custom-envs/vqwjjtzwfi59d1cwww1k:ec8a819a-9666-45df-997b-e181b9fe4224 

[+] Building 0.7s (5/5) FINISHED                                                                              docker:desktop-linux
 => [internal] load build definition from e2b.Dockerfile                                                                      0.0s
 => => transferring dockerfile: 149B                                                                                          0.0s
 => [internal] load metadata for docker.io/library/ubuntu:22.04 
```
and
```
Pushing docker image with the following command:
docker push docker.e2b.dev/e2b/custom-envs/vqwjjtzwfi59d1cwww1k:ec8a819a-9666-45df-997b-e181b9fe4224 # <--- This log is new

The push refers to repository [docker.e2b.dev/e2b/custom-envs/vqwjjtzwfi59d1cwww1k]
```

so the user can potentially debug some issues on their own.
@e2b/cli@1.1.0
2025-02-21 15:02:38 -08:00
Vasek Mlejnsky cb6f7628d6 Fix message 2025-02-21 15:01:56 -08:00
Vasek Mlejnsky fd6a80ef1e Merge branch 'main' into cli-better-messaging 2025-02-21 14:54:11 -08:00
Vasek Mlejnsky d3945ac120 Add changeset 2025-02-21 14:53:10 -08:00
Vasek Mlejnsky 9ef3dcb516 Explicitly mention docker commands when building template 2025-02-21 14:46:16 -08:00
Vasek Mlejnsky 32e0b039af Update persistence docs (#585)
This PR removes a requirement for reaching to get access to persistence
as persistence is now in public beta.
2025-02-21 14:24:08 -08:00
Vasek Mlejnsky e04c67d3e4 Merge branch 'main' into update-persistence-docs 2025-02-21 14:19:59 -08:00
Vasek Mlejnsky 1653893852 Update docs for persistence 2025-02-21 14:13:43 -08:00
never not exploring 8aa8ef9797 Rewrite /category in middleware (#579)
This pr extends the middleware to rewrite `/blog/category/:path*` to our
Webflow Landing Page. Additionally, `sitemap.xml` got improved & fixed
by caching it statically on build time.
2025-02-20 00:46:15 +01:00
never not exploring b85d6760cb Merge branch 'main' into rewrite-category-in-middleware-e2b-1578 2025-02-19 19:00:59 +01:00
Ben Fornefeld 6a87672dee test: fix sitemap runtime fs error by making sitemap cache on build time 2025-02-19 18:37:10 +01:00
Ben Fornefeld 842f46cb8d improve: sitemap creation & category rewrite modifications 2025-02-19 15:53:01 +01:00
Ben Fornefeld 2a7efcdb7d feat: rewrite /blog/category/:path* to landing page categories 2025-02-19 12:28:02 +01:00
Vasek Mlejnsky ff818fb815 Fix incorrect code snippets and docs links (#583)
This PR fixes incorrect code snippets and wrong link
2025-02-18 14:53:27 -08:00
Vasek Mlejnsky 357be70ab4 Fix code snippets 2025-02-18 14:41:52 -08:00
Vasek Mlejnsky f8d988e5e8 Fix incorrect links 2025-02-18 14:35:01 -08:00
Vasek Mlejnsky 87b0110fc1 Fix incorrect code snippets 2025-02-18 14:34:16 -08:00
Vasek Mlejnsky 46aa4ec20a fix incorrect code snippet 2025-02-18 14:32:56 -08:00
Ben Fornefeld 3ef2046ddd update: middleware to rewrite /category 2025-02-11 09:01:43 -08:00
Jakub Novak 429ec0366f Load update notifier dynamically 2025-02-10 18:34:10 -08:00
Jakub Novak 26b2fe5de1 Fix browser test @e2b/python-sdk@1.1.0 2025-02-10 18:13:01 -08:00
Jakub Novák 6d85cf511d Update package manager to the latest 9.x version (9.15.5) (#577)
This PR updates the packageManager field in package.json to the latest
9.x version release (9.15.5).

Currently the specified version 8.x is invalid with the configuration
limit for engine:
```
"engines": {
    "pnpm": ">=9.0.0 <10"
  } 
```
2025-02-10 18:05:41 -08:00
Jakub Dobry c108afb674 Update package manager to the latest 9.x version (9.15.5) 2025-02-10 14:01:41 -08:00
never not exploring db689471ec E2B-1546: add google tag manager capibilites for /docs (#576)
This PR adds necessary Google Tag Manager identification tags to our
next.js app. Primary focus for the GTM here lies on `/dashboard `&
`/docs`
2025-02-09 07:27:44 +01:00
Ben Fornefeld 637f6802d7 chore: remove chatlio-widget namespace declaration 2025-02-08 22:22:14 -08:00
Ben Fornefeld e92aa08dc8 add: gtm to apps/web 2025-02-08 22:00:40 -08:00
Jakub Novák 28fd11e8a5 Drop support for Python 3.8 (#575) 2025-02-05 20:45:16 -08:00
Jakub Novak eed7384da2 Drop support for Python 3.8 2025-02-05 20:31:50 -08:00
Jakub Novak 5ccdc763d4 Bump es5-ext 2025-02-05 10:48:55 -08:00
Jakub Novak 3cffe51c65 Bump update notifier 2025-02-05 10:43:58 -08:00
Jakub Novak 71f6d363b5 Bump jose 2025-02-05 10:41:19 -08:00
Jakub Novak 7e88e33510 Bump tar 2025-02-05 10:38:15 -08:00
Jakub Novak 96a455754d Bump micromatch 2025-02-05 10:35:49 -08:00
Jakub Novak bbab1fff70 Bump webpack 2025-02-05 10:32:22 -08:00
Jakub Novak 6aee7bcc7b Bump knip 2025-02-05 10:30:08 -08:00
Jakub Novak cc8447be05 Bump knip 2025-02-05 10:29:41 -08:00