Skip to content

merge main into beta #61

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 134 commits into from
Closed

merge main into beta #61

wants to merge 134 commits into from

Conversation

mishushakov
Copy link
Member

No description provided.

jakubno and others added 30 commits January 17, 2025 16:34
Bumps the pip group with 1 update in the /packages/python-sdk directory: [jinja2](https://github.com/pallets/jinja).


Updates `jinja2` from 3.1.4 to 3.1.5
- [Release notes](https://github.com/pallets/jinja/releases)
- [Changelog](https://github.com/pallets/jinja/blob/main/CHANGES.rst)
- [Commits](pallets/jinja@3.1.4...3.1.5)

---
updated-dependencies:
- dependency-name: jinja2
  dependency-type: indirect
  dependency-group: pip
...

Signed-off-by: dependabot[bot] <[email protected]>
…k/pip-e49d2f513e

Bump jinja2 from 3.1.4 to 3.1.5 in /packages/python-sdk in the pip group across 1 directory
Bumps the npm_and_yarn group with 1 update in the / directory: [braces](https://github.com/micromatch/braces).


Updates `braces` from 3.0.2 to 3.0.3
- [Changelog](https://github.com/micromatch/braces/blob/master/CHANGELOG.md)
- [Commits](micromatch/braces@3.0.2...3.0.3)

Updates `micromatch` from 4.0.5 to 4.0.8
- [Release notes](https://github.com/micromatch/micromatch/releases)
- [Changelog](https://github.com/micromatch/micromatch/blob/master/CHANGELOG.md)
- [Commits](micromatch/micromatch@4.0.5...4.0.8)

Updates `nanoid` from 3.3.7 to 3.3.8
- [Release notes](https://github.com/ai/nanoid/releases)
- [Changelog](https://github.com/ai/nanoid/blob/main/CHANGELOG.md)
- [Commits](ai/nanoid@3.3.7...3.3.8)

Updates `vite` from 5.4.11 to 6.0.11
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/main/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v6.0.11/packages/vite)

---
updated-dependencies:
- dependency-name: braces
  dependency-type: indirect
  dependency-group: npm_and_yarn
- dependency-name: micromatch
  dependency-type: indirect
  dependency-group: npm_and_yarn
- dependency-name: nanoid
  dependency-type: indirect
  dependency-group: npm_and_yarn
- dependency-name: vite
  dependency-type: indirect
  dependency-group: npm_and_yarn
...

Signed-off-by: dependabot[bot] <[email protected]>
…arn-b9e756735c

Bump the npm_and_yarn group across 1 directory with 4 updates
# Conflicts:
#	packages/js-sdk/package-lock.json
#	packages/js-sdk/package.json
* feat: add ubuntu-desktop template with custom wallpaper and vnc support

* Cleanup dockerfile; create dev template

* feat: restore original template directory

* feat: update env vars in desktop-dev template

* feat: add wait_for_port function to verify vnc and novnc status

* feat: full control over startup and vnc server

* feat: refresh desktop and unique password generation

* fix: remove vnc and novnc handles on stop

* feat: add js sdk

* feat: add auto-connect parameter in novnc URL

* fix: resolve extended sandboxOpts issue

* fix: resolve e2b wallpaper not applied issue

* fix: catch command exit error in wait and verify method

* Update README

* feat: update the original template

* Revert changes made to template to add VNC support

* Restore necessary changes to template for VNC support

* Use E2B fork of noVNC without control bar and branding

* Upgrade typedoc package to 0.27.9

* Add type definitions for NodeJS

* Remove autoconnect parameter from examples

* Add the password to the stream URL when auth is enabled

* Don't print the password in the Python example

* Enable stream auth in the TypeScript example

* Rename methods and documentation to use "stream" instead of "VNC"

* Throw an error instead of returning null for getCursorPosition() and getScreenSize()

* Remove README for Python SDK

* Remove desktop.hotkey()

* Rename takeScreenshot() to screenshot()

* Make password member private in the TypeScript SDK

* Throw an error on stream.start() if the stream is already running

* Always use Sandbox class name instead of Desktop

* Move stream parameters to stream.start()

* Remove desktop.refresh()

* added changeset

* changed default sandbox template

* Add apt-update

* Remove old streaming web page

* Make sure to always pull the latest git repo in the sandbox template by invalidating Docker cache

* Add readmes to each package

* Explain better how stream auth works

* Remove example of customizing streaming port from readmes

* Change positional params to an options object for the `write()` method in JS SDK

---------

Co-authored-by: Vasek Mlejnsky <[email protected]>
Co-authored-by: James Murdza <[email protected]>
Co-authored-by: Mish Ushakov <[email protected]>
Bumps the npm_and_yarn group with 4 updates in the /packages/js-sdk directory: [esbuild](https://github.com/evanw/esbuild), [tsup](https://github.com/egoist/tsup), [tsx](https://github.com/privatenumber/tsx) and [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite).


Updates `esbuild` from 0.23.1 to 0.25.0
- [Release notes](https://github.com/evanw/esbuild/releases)
- [Changelog](https://github.com/evanw/esbuild/blob/main/CHANGELOG-2024.md)
- [Commits](evanw/esbuild@v0.23.1...v0.25.0)

Updates `tsup` from 8.3.6 to 8.4.0
- [Release notes](https://github.com/egoist/tsup/releases)
- [Commits](egoist/tsup@v8.3.6...v8.4.0)

Updates `tsx` from 4.19.2 to 4.19.3
- [Release notes](https://github.com/privatenumber/tsx/releases)
- [Changelog](https://github.com/privatenumber/tsx/blob/master/release.config.cjs)
- [Commits](privatenumber/tsx@v4.19.2...v4.19.3)

Updates `vite` from 6.1.0 to 6.2.1
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/main/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/[email protected]/packages/vite)

---
updated-dependencies:
- dependency-name: esbuild
  dependency-type: indirect
  dependency-group: npm_and_yarn
- dependency-name: tsup
  dependency-type: direct:development
  dependency-group: npm_and_yarn
- dependency-name: tsx
  dependency-type: direct:development
  dependency-group: npm_and_yarn
- dependency-name: vite
  dependency-type: indirect
  dependency-group: npm_and_yarn
...

Signed-off-by: dependabot[bot] <[email protected]>
Use ES module imports in SDK gen markdown middelware
…js-sdk/npm_and_yarn-3cd46cb41b

Bump the npm_and_yarn group across 1 directory with 4 updates
fixes CustomMarkdownTheme.js
jamesmurdza and others added 29 commits April 10, 2025 15:50
* Add viewOnly and resize parameters to getURL

* Add viewOnly to README

* Add missing Python example

* Add examples for both possibilities of viewOnly

* added changeset

---------

Co-authored-by: Mish <[email protected]>
* added window controls/streaming

* fixes stream.stop

* added warnings to .stream window_id method

* added changeset
* Set timeout for background processes to infinity

* Add changeset
* Add SDK tests to PRs

* Fix types

* Fix test

* Add wait for mouse to be ready

* Fix import

* Remove unused imports
Bumps the pip group with 1 update in the /examples/basic-python directory: [h11](https://github.com/python-hyper/h11).
Bumps the pip group with 1 update in the /packages/python-sdk directory: [h11](https://github.com/python-hyper/h11).


Updates `h11` from 0.14.0 to 0.16.0
- [Commits](python-hyper/h11@v0.14.0...v0.16.0)

Updates `h11` from 0.14.0 to 0.16.0
- [Commits](python-hyper/h11@v0.14.0...v0.16.0)

---
updated-dependencies:
- dependency-name: h11
  dependency-version: 0.16.0
  dependency-type: indirect
  dependency-group: pip
- dependency-name: h11
  dependency-version: 0.16.0
  dependency-type: indirect
  dependency-group: pip
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Update cross spawn

* Update vite

* Update babel runtime

* Update Jinja2, h11
* fix missing space in the command parameter when specifying window id

* changed syntax for setting window_id flag (python)

* added changeset

* to prevent removing the space
* Update JS SDK target to es2017

* Add changeset
* set DISPLAY global property in env

* added changeset
* bump e2b core to 1.4.0 in js sdk

* bump e2b core to 1.4.0 in python sdk

* add changeset
* add gtk-launch and desktop.launch SDK method

* updated readme with examples for .launch
* updated readme example with example use-case

* added notes re. streaming multiple applications

* added streaming examples, fix for multiple streams

* added changeset
* added screenshots to the example readme

* updated assets url in example readme
* Clean up

* Update vite
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

9 participants