Skip to content

Conversation

@pull
Copy link

@pull pull bot commented Dec 14, 2022

See Commits and Changes for more details.


Created by pull[bot]

Can you help keep this open source service alive? 💖 Please sponsor : )

@google-cla
Copy link

google-cla bot commented Dec 14, 2022

Thanks for your pull request! It looks like this may be your first contribution to a Google open source project. Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA).

View this failed invocation of the CLA check for more information.

For the most up to date status, view the checks section at the bottom of the pull request.

alexnm and others added 27 commits November 9, 2023 11:13
* feat: Add feedback textarea to BetaSandboxEditor

Add import statement and render feedback textarea if feedbackOptions.other is true.

* feat: Updated BetaSandboxEditor.tsx endpoint URL

Changed the endpoint URL in BetaSandboxEditor.tsx to append data from column A to G
* refactor: remove unused code

* fix: typecheck
* feat: show personal free workspaces as teams

* feat: Update workspace settings titles and references

Update titles and references in the workspace settings pages and components

* refactor: Update delete workspace functionality

Removed condition to show notification and added modal

* refactor: Update workspace settings and navigation

Updated workspace settings in Dashboard and navigation in Settings

* feat: Add personal space announcement modal

Added new modal component for announcing personal workspace features and benefits

* feat: Edit workspace and team titles

Changed titles in multiple files from 'Edit team' to 'Edit workspace'.

* change subtitle

* feat: add account settings in preferences

* feat: Add user check

Add user check before executing code in preferences actions.ts
Bumps [axios](https://github.com/axios/axios) from 1.5.1 to 1.6.0.
- [Release notes](https://github.com/axios/axios/releases)
- [Changelog](https://github.com/axios/axios/blob/v1.x/CHANGELOG.md)
- [Commits](axios/axios@v1.5.1...v1.6.0)

---
updated-dependencies:
- dependency-name: axios
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* feat: show personal free workspaces as teams

* feat: Update workspace settings titles and references

Update titles and references in the workspace settings pages and components

* refactor: Update delete workspace functionality

Removed condition to show notification and added modal

* refactor: Update workspace settings and navigation

Updated workspace settings in Dashboard and navigation in Settings

* feat: Add personal space announcement modal

Added new modal component for announcing personal workspace features and benefits

* feat: Edit workspace and team titles

Changed titles in multiple files from 'Edit team' to 'Edit workspace'.

* change subtitle

* feat: add account settings in preferences

* feat: Add user check

Add user check before executing code in preferences actions.ts

* initial commit

* Update index.tsx

* feat: sandbox and preference modal exposed on standalone page

* fix typing
Added '.devcontainer' to the list of hidden directories in files.ts
* Update index.tsx and files.ts

* Update files.ts
Add .eslintrc.json to the HIDDEN_FILES array in files.ts
* chore: ignore sentry error

* chore: add comment
* initial commit

* feat: Update modals and actions

Update modals and actions in multiple components

* feat: Add 'Start something new' heading

Added 'Start something new' heading in RecentHeader component.

* Update 11 files

* feat: Update CreateBox component

Update CreateBox component by removing unused imports, refactoring panel component, and updating template rendering logic.

* implement search

* feat: Update CreateBox, GenericCreate, ImportRepository, and Editor

Update CreateBox, GenericCreate, ImportRepository, and Editor components with new code

* feat: Updated Badge component

Added 'boxDevbox' icon to Badge component and updated import path for TemplateCard

* cleanup

* refactor: Change showBetaBadge to showDevboxBadge in SandboxCard.tsx

Refactored the code in SandboxCard.tsx to replace instances of showBetaBadge with showDevboxBadge.

* feat: Add Devbox and Sandbox alternatives

Added DevboxAlternative and SandboxAlternative components to the CreateBox and TemplateList files.

* style: Update text color and underline style

Update text color and underline style in CreateBox and elements components

* feat: Add optional v2 parameter to body object

Update CreateBox and actions.ts to include optional v2 parameter in body object.

* feat: Update UI text and functionality

* Update SyncedSandboxListItem.tsx

* Update constants.ts and PermissionSettings.tsx

* Update 8 files

* Update FromTemplate.tsx and useEssentialTemplates.ts

* Update CreateBox.tsx and state.ts

* feat: Upgrade Sandbox to Devbox

Upgrade sandbox to devbox, improving coding experience and adding new features.

* Update 13 files

* fix: ui styles

* refactor: Refactor CreateBox and FromTemplate components

Refactor CreateBox and FromTemplate components to use CreateParams type for onSubmit function and update variable names.

* Update useFeaturedTemplates.ts

* refactor: Remove TemplatesRow component

The TemplatesRow component and its imports are removed from the project.

* feat: Update getting started video

* feat: Removed outdated instruction videos

* feat: Updated documentation videos

Added new videos and removed old ones from the documentation section.

* feat: Add tracking for create actions

Add tracking for creating new templates, selecting templates, opening templates, and clicking tabs in the create flow.

* refactor: Update DevboxAlternative component

Update DevboxAlternative component to include onClick event handling and track function calls

* refactor: Refactor CreateBox, elements, and LargeCTAButton components

Refactored CreateBox, elements, and LargeCTAButton components for improved readability and styling.

* temporarily remove second step

* refactor: Update component styles

Update LargeCTAButton.tsx and RecentHeader.tsx styles

* style: Update LargeCTAButton styles

Update padding and add min-height to LargeCTAButton component

* feat: Add activeTeam check

Add activeTeam check in internalActions.ts

* feat: update URLs

* Update useBetaSandboxEditor.ts

* feat: Update beta sandbox editor hooks

Updated user IDs in the useBetaSandboxEditor hooks.

* chore: update tests

* update templates

* Update url-generator.ts

* feat: Updated CreateBox

Added conditional rendering for SearchBox component and removed paddingBottom style

* fix: anonymous access

* chore: remove personal space announcement

* feat: Update button descriptions

Update button descriptions in Create component and RecentHeader component

---------

Co-authored-by: Neco Hubner <[email protected]>
Added react (vite + ts) and python templates, removed react-new-devbox template.
Update AI tool access labels, remove duplicate entries and update permission settings.
* fix: update v2 redirect

* fix: Fix typo in isSSe variable

Fix typo in isSSe variable in editor/actions.ts

---------

Co-authored-by: codesandbox-bot <[email protected]>
Update gap from 2 to 1 in NestableRowItem. Update width from 40px to 36px with padding in RowItem.
* fix: decouple experiment disable from form submit

* style: Change in prompt text

Prompt text in the editor has been updated to request user feedback.

* fix: persisted state hook problem

* uncomment
alexnm and others added 30 commits September 9, 2024 09:09
* fix: profile page crash

* fix: update
* fix(sandpack): load transpiled file

* encode file content

* revert

* revert

* add comment
* fix(dashboard): folders with same name but different parents

* remove log
* pricing page updates

* convert actions

* update moment

* updated plans

* fix content

* plans

* fix: typecheck

* fix: typecheck

* fix: lint
* fix: upgrade react devtools

* fix: new syntax in build
Bumps [http-proxy-middleware](https://github.com/chimurai/http-proxy-middleware) from 1.1.2 to 2.0.7.
- [Release notes](https://github.com/chimurai/http-proxy-middleware/releases)
- [Changelog](https://github.com/chimurai/http-proxy-middleware/blob/v2.0.7/CHANGELOG.md)
- [Commits](chimurai/http-proxy-middleware@v1.1.2...v2.0.7)

---
updated-dependencies:
- dependency-name: http-proxy-middleware
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [dset](https://github.com/lukeed/dset) from 3.1.3 to 3.1.4.
- [Release notes](https://github.com/lukeed/dset/releases)
- [Commits](lukeed/dset@v3.1.3...v3.1.4)

---
updated-dependencies:
- dependency-name: dset
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [rollup](https://github.com/rollup/rollup) from 2.28.1 to 2.79.2.
- [Release notes](https://github.com/rollup/rollup/releases)
- [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md)
- [Commits](rollup/rollup@v2.28.1...v2.79.2)

---
updated-dependencies:
- dependency-name: rollup
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [path-to-regexp](https://github.com/pillarjs/path-to-regexp) from 1.8.0 to 1.9.0.
- [Release notes](https://github.com/pillarjs/path-to-regexp/releases)
- [Changelog](https://github.com/pillarjs/path-to-regexp/blob/master/History.md)
- [Commits](pillarjs/path-to-regexp@v1.8.0...v1.9.0)

---
updated-dependencies:
- dependency-name: path-to-regexp
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [body-parser](https://github.com/expressjs/body-parser) from 1.18.3 to 1.20.3.
- [Release notes](https://github.com/expressjs/body-parser/releases)
- [Changelog](https://github.com/expressjs/body-parser/blob/master/HISTORY.md)
- [Commits](expressjs/body-parser@1.18.3...1.20.3)

---
updated-dependencies:
- dependency-name: body-parser
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [micromatch](https://github.com/micromatch/micromatch) from 4.0.4 to 4.0.8.
- [Release notes](https://github.com/micromatch/micromatch/releases)
- [Changelog](https://github.com/micromatch/micromatch/blob/4.0.8/CHANGELOG.md)
- [Commits](micromatch/micromatch@4.0.4...4.0.8)

---
updated-dependencies:
- dependency-name: micromatch
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.