wasp/waspc/test/Parser
Martin Šošić f9e8f88b66
Upgraded to Prisma 2.21 (stable migrations) + postgre can be used in local dev.
- `wasp db migrate-save` and `wasp db migrate-up` got replaced with `wasp db migrate-dev`.
- Wasp now has a declarative way to express which db is used, postgresql or sqlite: `db { system: PostgreSQL }`.
- Prisma is now at the latest version, 2.21. PSL parser was upgraded to work with this.
- PostgreSQL can now be used for local development.
- We migrated examples/realworld to work with this new version of Wasp.
2021-04-21 14:06:25 +02:00
..
ActionTest.hs Entities are now injected into operations (if declared in Wasp). 2020-10-07 15:29:21 +02:00
CommonTest.hs Entities are now injected into operations (if declared in Wasp). 2020-10-07 15:29:21 +02:00
DbTest.hs Upgraded to Prisma 2.21 (stable migrations) + postgre can be used in local dev. 2021-04-21 14:06:25 +02:00
ExternalCodeTest.hs External code paths now again use StrongPath. 2020-09-23 15:44:32 +02:00
JsImportTest.hs External code paths now again use StrongPath. 2020-09-23 15:44:32 +02:00
NpmDependenciesTest.hs Fixed execution of processes/jobs -> stderr was not being forwarded. 2020-10-06 21:24:41 +02:00
OperationTest.hs Entities are now injected into operations (if declared in Wasp). 2020-10-07 15:29:21 +02:00
PageTest.hs Upgraded to Prisma 2.21 (stable migrations) + postgre can be used in local dev. 2021-04-21 14:06:25 +02:00
ParserTest.hs Implemented PSL model parser, used it for Entity. (#201) 2021-03-15 17:10:01 +01:00
QueryTest.hs Entities are now injected into operations (if declared in Wasp). 2020-10-07 15:29:21 +02:00
RouteTest.hs Route is now a separate Wasp element. Implemented both parser and generator. (#24) 2020-07-31 14:26:10 +02:00
StyleTest.hs External code paths now again use StrongPath. 2020-09-23 15:44:32 +02:00
valid.wasp Implemented FE ACL & updated the examples. (#165) 2021-02-01 16:32:07 +01:00