forked from wasp-lang/wasp
-
Notifications
You must be signed in to change notification settings - Fork 0
Sync from upstream #3
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
Merged
Merged
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
* Update waspc/.gitattributes * Add instructions in the README for setting powershell's active code page correctly. --------- Co-authored-by: Martin Šošić <Martinsos@users.noreply.github.com>
Co-authored-by: Carlos Precioso <carlos@wasp-lang.dev>
Co-authored-by: Claude <noreply@anthropic.com>
…tation (#3181) Co-authored-by: cprecioso <511681+cprecioso@users.noreply.github.com> Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: Carlos Precioso <carlos@wasp-lang.dev>
Co-authored-by: Mihovil Ilakovac <mihovil@ilakovac.com> Co-authored-by: Martin Šošić <Martinsos@users.noreply.github.com> Co-authored-by: Filip Sodić <filip.sodic@fer.hr>
# Conflicts: # waspc/ChangeLog.md # waspc/e2e-tests/snapshots/kitchen-sink-golden/wasp-app/.wasp/out/web-app/package.json # waspc/e2e-tests/snapshots/wasp-build-golden/wasp-app/.wasp/build/.waspchecksums # waspc/e2e-tests/snapshots/wasp-compile-golden/wasp-app/.wasp/out/.waspchecksums # waspc/e2e-tests/snapshots/wasp-migrate-golden/wasp-app/.wasp/out/.waspchecksums # waspc/e2e-tests/test-outputs/waspComplexTest-golden/waspComplexTest/.wasp/out/.waspchecksums # waspc/e2e-tests/test-outputs/waspComplexTest-golden/waspComplexTest/.wasp/out/installedNpmDepsLog.json # waspc/e2e-tests/test-outputs/waspComplexTest-golden/waspComplexTest/main.wasp # waspc/e2e-tests/test-outputs/waspJob-golden/waspJob/.wasp/out/installedNpmDepsLog.json # waspc/e2e-tests/test-outputs/waspJob-golden/waspJob/.wasp/out/sdk/wasp/package.json # waspc/e2e-tests/test-outputs/waspJob-golden/waspJob/main.wasp # waspc/e2e-tests/test-outputs/waspMigrate-golden/waspMigrate/.wasp/out/.waspchecksums # waspc/e2e-tests/test-outputs/waspMigrate-golden/waspMigrate/.wasp/out/web-app/package.json
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.
Description
Select what type of change this PR introduces:
Update Waspc ChangeLog and version if needed
If you did a bug fix, new feature, or breaking change, that affects
waspc, make sure you satisfy the following:ChangeLog.mdwith description of the change this PR introduces.waspcversion inwaspc.cabalto reflect changes I introduced, with regards to the version of the latest wasp release, if the bump was needed.Add a regression test if needed
If you did a bug fix, make sure you satisfy the following:
If you're unable to add a regression test, please explain why.
This likely indicates that our current testing setup needs improvement.
Update example apps if needed
If you did code changes and added a new feature, make sure you satisfy the following:
waspc/examples/todoAppand its e2e tests as needed and manually checked it works correctly.If you did code changes and updated an existing feature, make sure you satisfy the following:
waspc/examples/todoAppand its e2e tests as needed and manually checked it works correctly.Update starter apps if needed
If you did code changes and updated an existing feature, make sure you satisfy the following:
basicstarter as needed and manually checked it works correctly.todo-tsstarter as needed and manually checked it works correctly.embeddingsstarter as needed and manually checked it works correctly.saasstarter as needed and manually checked it works correctly.Update e2e tests if needed
If you did code changes and changed Wasp's code generation logic, make sure you satisfy the following:
Note
Adds the kitchen-sink example app (auth, CRUD, jobs, websockets, streaming), updates SDK/server/web-app templates (env, routes, middleware, UI), tweaks Docker/env handling, and introduces Playwright e2e tests.
Taskwith update/delete, Prisma schema updates (enums, votes, requests), seeds, and Prisma setup hook.Written by Cursor Bugbot for commit 3b2034a. This will update automatically on new commits. Configure here.