Martin Sosic
dea6986d82
fix: 'wasp db migrate-dev' now works when interactivity is needed. Fixes #229
2021-05-20 14:35:46 +02:00
tolarianwiz
f363ed1c24
feat(cli): add 'wasp deps' command that lists dependencies used in the project by wasp ( #238 )
2021-05-20 14:15:36 +02:00
caz-gh
df619ff943
feat: add 'helmet' to node server dependencies
2021-05-19 16:40:56 +02:00
Martin Sosic
8d3e3830f4
fix: bumped Prisma version to 2.22.1.
2021-05-18 21:18:05 +02:00
Sameer Kolhar
092bb70db2
cli: clean up /build before wasp build ( #230 )
...
fix: build/ dir is now cleaned before creating new build (#230 )
2021-05-17 16:10:08 +02:00
Martin Sosic
62d5049f7e
Implemented first version of 'thoughts' example app.
2021-05-14 15:00:43 +02:00
tolarianwiz
79bb1c7a82
Improved error message when wasp build detects that SQLite is used ( #226 )
...
Improved error message when wasp build detects that SQLite is used.
2021-05-11 16:34:32 +02:00
Martin Šošić
f399fa5076
Update README.md
2021-05-04 18:07:06 +02:00
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