Skip to content

[pull] main from wasp-lang:main - #20

Open
pull[bot] wants to merge 1305 commits into
dazeb:mainfrom
wasp-lang:main
Open

[pull] main from wasp-lang:main#20
pull[bot] wants to merge 1305 commits into
dazeb:mainfrom
wasp-lang:main

Conversation

@pull

@pull pull Bot commented Aug 11, 2024

Copy link
Copy Markdown

See Commits and Changes for more details.


Created by pull[bot] (v2.0.0-alpha.4)

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

@bolt-new-by-stackblitz

Copy link
Copy Markdown

Review PR in StackBlitz Codeflow Run & review this pull request in StackBlitz Codeflow.

FranjoMindek and others added 30 commits August 4, 2026 20:24
* Init

* solve schema type

* fix both env types

* provider types

* websockets and crud

* crud

* operations

* some changes

* init

* test

* fixes

* color

* make it more straightforward

* changelog

* exit early

* close server

* simplify

* db client type

* remove crud extras

* remove websocket extras

* update for now

* comments

* fix

* add comments

* add line

* work

* upgrade

* migration guide

* fix name

* update guide

* updated the wrong crudg

* new kitchen sink ver

* add .mts files to data

* Auto-fix formatting issues

* update

* update

* remove mts

* make crud public

* updates

* to register

* changes

* update imports

* add comments

* simplify

* update

* fix crud

* update crud

* update names

* order

* changes

* name consistency

* stasrt undo

* leftover revert

* complete

* revert

* update name

* sdk path

* changes

* imports

* fixes

* rm extra imports

* fpr,at

* move register

* changes

* imports

* fix imports

* fix test

* some changes

* migration

* move types generators to same parent

* changes

* name

* revert type

* simplify operations types templates stuff

* names for type augmentation generators

* register

* runtime for now, we will see

* beef up the explanation

* lock

* rename runtime to app

* update

* change desc

* fixes

* link current pr

* format

* more text

* update

* format

* fix

* update

* update

* revert

* a bit refactor

* update

* update

* update

* register update

* fix

* names

* update

* update

* remove

* changes

* dont harcode stirng

* update snapshots

* update

* changes

* fixes

* change

* type

* change

* reuse

* update

---------

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
* start

* runtime v1

* Auto-fix formatting issues

* imports

* fixes

* remove page vf

* start moving types to declaration files

* operations

* imports

* rename for consistency

* eol

* add comment

* vf changes

* Auto-fix formatting issues

* rm

* move stuff around

* rename

* Auto-fix formatting issues

* changes

* revert copy ext changes

* fix format

* temp

* improve on not exist

* revert types

* revert a lot of types

* revert private api

* remove decl file in usar proj

* reorder

* changes

* comment

* Auto-fix formatting issues

* Empty commit message

* remove ref

* merge

* fix

* update

* ident

* resolve imports and format

* name

* fix comment

* fix unit tests

* start

* missing template changes

* new vm gotta still fix it though

* build

* revert some stuff

* change names

* comments

* 2nd

* format

* fix

* remove ext src

* part 2

* fix db client

* imports

* fix import

* format

* update

* fix

* changes

* new solution

* get -> gen

* update is defined

* update

* remove comment

* Revert "remove comment" + fixme

This reverts commit 7b3314a.

* old line

* remove comment

* simplify

* rename

* fix

* comment

* update

* new comment

* update

* update

* update

* update

* fix

* init

* fixes

* here

* update

* fixes

* format

* init

* update

* update

* update

* conductor bugs

* update

* update

* update

* for now

* improve

* update

* updates

* update names

* remove

* update

* update

* update

* test

* todo

* indent

* rm

* update naming

* format

* snapshots

* update

* snaps

* fix

* shorten

* shorten

* e2e

* fixes

* cleanup

* update

* hide

* fix bad type AI generated

* snapshots

* update

* snapshots

---------

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Mihovil Ilakovac <mihovil@ilakovac.com>
* Remove `wasp info` command

* Add changelog entry

* Add `wasp show build` command

* Add changelog entry

* Restore `wasp info` (its removal moves later in the stack)

* Point changelog entry at the new PR number

* Better

* Move

* Deslop

* Bashcompletion

* Fix

* Deslop

* Changelog

* docs

* Changelog

* Keep show build JSON output valid

* Snapshot

* Update snapshots

---------

Co-authored-by: pullfrog[bot] <226033991+pullfrog[bot]@users.noreply.github.com>
* Re-apply `wasp info` removal on top of `wasp show build`

* Snapshot
* Add wasp inspect command

* Fixes

* fixes

* Remove useless tests

* improve

* Fix inspect changelog link

* Last

* Improve Inspectable class

* Edit comments

* do

* Refactor CrudOperations

* Comment

* Refactor

* Fixes

* Be specific

* Fixes

* Fixes

* Undo new fn

* Fix test

* Fix

* Sort alphabetically

* Move `wasp inspect` changelog entry to 0.26.0

* Rename `wasp inspect` to `wasp show <spec|build>`

* Split `wasp show build` datapoints and derive subcommands from a shared structure

* Fix

* Format

* Deslop

* Snapshot

* Make wasp-app-runner work without `wasp info`

`wasp info` was removed in 0.26.0, so `wasp-app-runner` now reads the app
name and database type from `wasp show spec --json`, falling back to
`wasp info` when that command isn't available (older Wasp versions).

Also adds the database system to the `wasp show spec --json` output: the
table output already showed it, but the JSON didn't carry it anywhere,
since the database system now comes from `schema.prisma` instead of a
declaration in the spec.

* Bump

* Fix remaining `wasp info` callers in CI and `wasp deploy`

Removing `wasp info` in 0.26.0 also broke three things that CI caught:

- `scripts/get-wasp-database-provider.sh` (used by the example app e2e
  tests) now reads `dbSystem` from `wasp show spec --json`.
- `wasp deploy`'s Wasp project validation now runs `wasp show spec --json`
  instead of `wasp info`. It always runs against the CLI it ships with, so
  it doesn't need a fallback.
- The starters e2e tests ran the published `wasp-app-runner` instead of the
  one in this repo, so the fix for it wasn't picked up. They now use the
  local build, like the example app e2e tests already do.
Merge `release` into `main`
…oint names in its README (#4650)

* Fix stale entrypoint names and the root export in the lib-auth package

* Update e2e snapshots
…wrong timestamp (#4651)

* Read emailVerificationSentAt for the verification resend throttle

* Update e2e snapshots

* Add changelog entry for email verification resend throttle fix
…ifyEmail` (#4652)

* Guard against a null auth in verifyEmail

* Update e2e snapshots

* Add changelog entry for verifyEmail null guard
* Invalidate all sessions on password reset

* Update e2e snapshots

* Add changelog entry for invalidating sessions on password reset
…ook type (#4655)

* Add the missing slack branch to the OAuthData hook type

* Update e2e snapshots

* Add changelog entry for slack branch in OAuthData type
…setPassword` (#4657)

* Validate the reset token before the password

* Update e2e snapshots

* Add changelog entry for validating reset token before password
…ked `Auth` (#4658)

* Return 401 for a session on an unlinked Auth

* Update e2e snapshots
…on all signup paths (#4659)

* Run onBeforeSignupHook before userSignupFields on all signup paths

* Add changelog entry for onBeforeSignup hook ordering

* Update e2e snapshots
…es (#4660)

* Set sameSite lax explicitly on the OAuth state cookies

* Update e2e snapshots
…t can honour (#4661)

* Make getOAuthCookieValue return string | undefined

* Update e2e snapshots
Co-authored-by: Carlos Precioso <carlos@wasp-lang.dev>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

⤵️ pull merge-conflict Resolve conflicts manually

Projects

None yet

Development

Successfully merging this pull request may close these issues.