-
Notifications
You must be signed in to change notification settings - Fork 31
Add e2e tests for compatibility tests #221
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
Closed
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
* feat: add support for creating sessions * support autoConnect and createReadOnly
* feat: allow listing sandboxes by running status * feat: add cli command * feat: enable piping * better logging * add limit support to list
* feat: add more advanced pagination options * feat: pagination in list api
update pitcher-client to fix pong detection issue
* fix: esm node build * chore: import esbuild * chore: fix build * update pitcher * make edge default * fix
Bumps [esbuild](https://github.com/evanw/esbuild) from 0.24.0 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.24.0...v0.25.0) --- updated-dependencies: - dependency-name: esbuild dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* fix: Throw error when invalid port is used * fix: show actual wrong input value
* fix: Default to public-hosts privacy. Unlisted is a security concern. Will not break default behavior as end users should never open Sandboxes in workspace of SDK user * fix: Warn about creating sandboxes from sandboxes * chore: deprecate automatic lifecycle management related config * fix: make user (session) creation optional and deprecate it * fix: properly handle optional id when getting session * fix: ignore files should be part of template * fix: deprecate hibernation timeout * feat: delete method to delete Sandboxes * chore: remove deprecation indications, we'll rely on docs for now
…ed (#196) * When building a template we should identify if there is a .codesandbox/Dockerfile in the template, if so during writing of files to the Sandbox we should also delete the .devcontainer file already in the Sandbox. This is related to the CLI build command * chore: clean up --------- Co-authored-by: kodebots <support@kodebots.io>
8a1e8e8 to
3b3b727
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.