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
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
Jakub Novak
ee35b08066
Bump postcss
2025-02-05 10:23:57 -08:00
Jakub Novak
3bbc0b9547
Update packages
2025-02-05 10:22:20 -08:00
Jakub Novak
c9fa872f9b
Update ip
2025-02-05 10:12:53 -08:00
Jakub Novak
c84c76f61f
Bump braces
2025-02-05 10:11:36 -08:00
Jakub Novak
b91dbc160a
Bump tsup
2025-02-05 09:47:52 -08:00
Jakub Novak
67787e5b0b
Bump packages
2025-02-05 09:45:55 -08:00
Jakub Novak
6e477cac21
Update fast xml parser
2025-02-04 22:40:53 -08:00
Jakub Novak
66141ef03e
Update changeset to update cross-spawn
2025-02-04 22:36:40 -08:00
Jakub Novak
0d09045903
Update cross-spawn
2025-02-04 22:30:24 -08:00
Jakub Novak
8e3ead87e2
Update cross-spawn
2025-02-04 22:26:06 -08:00
Jakub Novak
c7b9fc20b4
Update vitest
2025-02-04 22:21:17 -08:00
github-actions[bot]
cd45aa4aae
[skip ci] Release new versions
2025-02-05 05:27:07 +00:00
Jakub Novak
cff68d213b
Fix check order
e2b@1.0.7
2025-02-04 21:22:40 -08:00
Jakub Novák
0cc2b2f256
Fix usage in browser ( #574 )
...
Variable `process` isn't present in browser
2025-02-04 21:13:15 -08:00
Jakub Novak
5749120a36
Add changeset
2025-02-04 21:06:04 -08:00