Commit Graph

379 Commits

Author SHA1 Message Date
Martin Sosic
1219a57bc9 Formatted whole codebase with ormolu. 2021-04-28 17:44:00 +02:00
Martin Sosic
369ab16586 Added ormolu to CI. 2021-04-28 17:44:00 +02:00
Sameer Kolhar
6844313144 feat(cli): Enriched wasp telemetry CLI command to show more telemetry info. 2021-04-28 17:07:25 +02:00
Martin Sosic
dfaca5b58c Added -haddock flag to stack so that we have docs for all dependencies when developing. 2021-04-28 15:07:32 +02:00
Martin Sosic
21dcdb2e6b Small fixes in Haskell code, mostly haddock fixes. 2021-04-28 14:38:24 +02:00
Manikandan Sundararajan
bf6299c0dd fix(cli): Check if project name is valid when creating new project. 2021-04-27 18:12:30 +02:00
Martin Sosic
932912617e Added commit convention to README. 2021-04-26 20:29:35 +02:00
Martin Sosic
3a5c1cae73 Small updates in the waspc/README. 2021-04-26 18:16:37 +02:00
Martin Sosic
c755f3b7cc Small optimizations/comments on github CI workflow caching. 2021-04-25 09:49:29 +02:00
Martin Sosic
04f35b4e8f Updated wasp version to 0.2.0.1. 2021-04-25 08:46:31 +02:00
Martin Sosic
0d98334c88 Fixed GH actions. They now fully work, with releases. 2021-04-25 08:44:48 +02:00
Martin Sosic
08c08d3067 Updated GH actions and added release to them. 2021-04-23 23:06:35 +02:00
Martin Sosic
cc32b1fa22 Removed tools/analytics (they got moved to Wasp-bot). 2021-04-23 16:26:29 +02:00
Martin Sosic
fe73794566 Tiny fix in README. 2021-04-21 20:05:36 +02:00
Martin Sosic
40b6b0b5fc Updated wasp version to 0.2.0.0. 2021-04-21 14:22:55 +02:00
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
Martin Sosic
57cd5a8a6f Updated wasp version to 0.1.11.0. 2021-04-16 13:01:48 +02:00
Martin Šošić
92937b5e65
Implemented support for dotenv file. (#208) 2021-04-16 12:43:57 +02:00
Martin Sosic
f0c728dfbb Simplified tutorial/TodoApp to not use React-controlled component for creating new Task. 2021-04-07 17:04:34 +02:00
Martin Sosic
7c855f42df Bumped react-scripts version from 4.0.2 to 4.0.3. 2021-04-06 21:55:23 +02:00
Martin Sosic
bf6af3f188 Added monday to monday report in CLI analytics tool. 2021-04-02 15:15:36 +02:00
Martin Sosic
ad50214e56 Updated wasp version to 0.1.10.2. 2021-03-30 23:42:48 +02:00
Martin Sosic
300b4caafe Switched from Control.Exception to UnliftIO.Exception, that handles async exceptions by default. 2021-03-30 23:41:20 +02:00
Martin Šošić
779cff3745
Enabled input in proxied CLI commands + fixed encoding of proxied output. (#202)
Co-authored-by: Matija Sosic <matija.sosic@gmail.com>
2021-03-15 17:11:04 +01:00
Martin Šošić
ad3bdd32ae
Implemented PSL model parser, used it for Entity. (#201) 2021-03-15 17:10:01 +01:00
Martin Sosic
ab159d89ca Added count of built projects to analytics. 2021-03-05 14:36:09 +01:00
Craig McIlwrath
82ea947981
Add ext/.waspignore file (#196) 2021-03-03 09:35:27 +01:00
Martin Sosic
875db3207b Added small CLI analytics script. 2021-02-26 16:11:25 +01:00
Trieu Vu
2bb96cf9fb missing mustache delimiter 2021-02-23 12:08:02 +01:00
Trieu Vu
7eca9b37a3 generate userEntityLower for signup.js 2021-02-23 12:08:02 +01:00
Trieu Vu
4e95c4dcda remove createNewUser, use a direct call to prisma 2021-02-23 12:08:02 +01:00
Martin Šošić
b34d450f37
Clarified development steps in README 2021-02-23 12:00:56 +01:00
Martin Sosic
15cd82a302 Tiny fix in tutorial TodoApp (<p> that had complex stuff in it). 2021-02-22 21:30:00 +01:00
Sameer Kolhar
486ea76d19
cli: add telemetry command (#186) 2021-02-22 18:32:04 +01:00
Matija Sosic
696455d469 Updated wasp version to 0.1.10.1. 2021-02-22 16:10:37 +01:00
Matija Sosic
3eb926ef22
Fixes #187 - copying files from ext that do not exist. (#189) 2021-02-22 16:09:17 +01:00
Martin Sosic
19bba532a5 Updated linux/osx strings in installer telemetry to match cli telemetry values. 2021-02-11 22:35:52 +01:00
Martin Sosic
89300a9e0a Added very basic telemetry to installer script. 2021-02-11 22:26:30 +01:00
Martin Šošić
9489e9f247
Fixed url to TodoApp in README.md. 2021-02-10 21:41:09 +01:00
Matija Sosic
e83f745f45 RWA: fixed 'read more' button. 2021-02-10 16:32:16 +01:00
Matija Sosic
446e0735c9 RWA: set global-feed tab to be opened by default. 2021-02-10 16:25:43 +01:00
Matija Sosic
2cefd236a7 RWA example: temporarily disabled adding tags because of Prisma error. 2021-02-10 15:59:49 +01:00
Martin Sosic
69d93911e1 Updated wasp version to 0.1.10.0. 2021-02-10 15:50:30 +01:00
Matija Sosic
4bd68ee56b Added material-ui to RWA example. 2021-02-10 14:33:26 +01:00
Martin Sosic
80d6278798 Updated axios version in web app (to fix security vulnerability. 2021-02-09 22:26:32 +01:00
Martin Sosic
118a50b060 Updated CRA from 4.0.0 to 4.0.2 . 2021-02-09 21:13:08 +01:00
Martin Sosic
23b0632084 Updated main README. 2021-02-09 20:42:48 +01:00
Martin Sosic
9c23b17b99 Added 'Wasp is in Alpha' note to CLI. 2021-02-09 17:29:08 +01:00
Jack Carroll
01642db6fa
Handle case when JWT token verification fails (#177)
* handle case when JWT token verification fails

* added more verbose error handling to to jwt verify

* updated error handling to throw unknown errors

* Fix

Co-authored-by: Martin Sosic <sosic.martin@gmail.com>
2021-02-09 17:00:31 +01:00
Martin Sosic
80ab13d4e4 Improved error message when node is missing or too low version. 2021-02-09 15:49:48 +01:00