wasp/waspc/test
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
..
Generator Implemented support for dotenv file. (#208) 2021-04-16 12:43:57 +02:00
Parser Upgraded to Prisma 2.21 (stable migrations) + postgre can be used in local dev. 2021-04-21 14:06:25 +02:00
Path Now AppVeyor CI builds Wasp on Windows and runs tests. 2020-09-18 15:22:58 +02:00
Psl Upgraded to Prisma 2.21 (stable migrations) + postgre can be used in local dev. 2021-04-21 14:06:25 +02:00
Test Added tests and support for "../" prefix to StrongPath. 2020-10-24 22:44:27 +02:00
Util Moved all code into waspc directory. 2020-02-20 12:30:58 +01:00
Fixtures.hs Implemented app.head property. (#170) 2021-02-04 11:42:01 +01:00
StrongPathTest.hs Removed redundant TODOs in StrongPath tests. 2020-10-24 22:44:27 +02:00
TastyDiscoverDriver.hs Moved all code into waspc directory. 2020-02-20 12:30:58 +01:00
UtilTest.hs Moved all code into waspc directory. 2020-02-20 12:30:58 +01:00
WaspignoreFileTest.hs Add ext/.waspignore file (#196) 2021-03-03 09:35:27 +01:00