Martin Sosic
|
f06c933182
|
wasp start now does setup and start while forwarding output.
fix
|
2020-09-11 17:33:10 +02:00 |
|
Matija Sosic
|
0bc5b2eec8
|
Added npm packages needed for using Prisma. (#37)
|
2020-09-11 15:06:38 +02:00 |
|
Martin Sosic
|
a70effa6db
|
Implemented first version of CLI, with clean, new and start commands.
Start does not yet work properly.
|
2020-09-10 09:47:41 +02:00 |
|
Matija Sosic
|
ef5adc40ff
|
Renamed prisma.schema to schema.prisma.
|
2020-09-09 15:56:39 +02:00 |
|
Matija Sosic
|
06bb7b97a8
|
Implemented generation of prisma.schema. (#33)
|
2020-09-07 16:33:47 +02:00 |
|
Martin Sosic
|
bc5caef944
|
Implemented new Action and removed old Action and Button.
|
2020-09-07 13:26:53 +02:00 |
|
Martin Sosic
|
69f45c40a7
|
Added HttpError on server, to be used in operations.
|
2020-09-04 15:14:06 +02:00 |
|
Matija Sosic
|
3b0b284bac
|
Implemented parser for new PSL-based entities. (#30)
|
2020-09-04 14:21:47 +02:00 |
|
Martin Sosic
|
faf34a7d26
|
Added react-query, implemented useQuery wrapper for it, refactored Todo
example app to use new queries, removed old Wasp code from it.
|
2020-09-03 17:52:34 +02:00 |
|
Martin Sosic
|
f5fe865193
|
Implemented simple Query generator on both FE and BE.
|
2020-09-01 16:58:34 +02:00 |
|
Martin Sosic
|
cf0208315f
|
Added generation of external code in server.
|
2020-09-01 16:58:34 +02:00 |
|
Matija Sosic
|
9d3c5c2946
|
Added in-code routing and url/query params examples.
|
2020-08-31 14:20:40 +02:00 |
|
Matija Sosic
|
bcfeb9b350
|
Page now accepts an external component instead of inline content.
|
2020-08-31 14:20:40 +02:00 |
|
Martin Sosic
|
ce6cf2bc5a
|
Shortened Wasp.JsImport fields.
|
2020-08-25 15:55:37 +02:00 |
|
Martin Sosic
|
495ba96284
|
Implemented Query parser + tests.
|
2020-08-25 15:08:02 +02:00 |
|
Martin Sosic
|
3483582fc6
|
JsImport now distinguishes between default and named imports.
|
2020-08-25 12:06:46 +02:00 |
|
Martin Šošić
|
c825f8f811
|
JsImport now supports default import or single named import. (#25)
JsImport now supports default import or single named import.
|
2020-07-31 15:04:45 +02:00 |
|
Matija Sosic
|
25d7051c6d
|
Route is now a separate Wasp element. Implemented both parser and generator. (#24)
|
2020-07-31 14:26:10 +02:00 |
|
Martin Sosic
|
c981d22000
|
Updated .hlint.yaml and added dist-newstyle/ to .gitignore.
|
2020-07-30 11:28:15 +02:00 |
|
Martin Sosic
|
0c6c605798
|
Added .hlint.yaml.
|
2020-07-30 00:03:32 +02:00 |
|
Martin Sosic
|
839beb4142
|
Refactored codebase so it uses StrongPath instead of Path (on 99% of places).
|
2020-07-29 16:22:15 +02:00 |
|
Martin Sosic
|
983bab9342
|
Added .dir-local.el to .gitignore..
|
2020-07-27 18:02:05 +02:00 |
|
Martin Sosic
|
8bec4c8e20
|
Implemented generation of simple node server.
|
2020-07-27 17:44:21 +02:00 |
|
Martin Sosic
|
8922d9eb53
|
Implement StrongPath -> data type representing path where relative dirs are named on type level.
|
2020-07-27 17:40:42 +02:00 |
|
Matija Sosic
|
a542ad2b95
|
Added lang design notes from collabedit.
|
2020-05-22 17:33:10 +02:00 |
|
Matija Sosic
|
64068a2655
|
Small example update.
|
2020-05-07 21:43:03 +02:00 |
|
Martin Šošić
|
e2c6710d0b
|
Tiny README fix.
|
2020-05-07 21:38:54 +02:00 |
|
Martin Šošić
|
8b8458c7f7
|
Added new Wasp logo to waspc README.
|
2020-05-07 21:35:23 +02:00 |
|
Martin Šošić
|
76a13033e9
|
Removed mentions of Spectrum from README.
|
2020-03-23 15:40:16 +01:00 |
|
Martin Šošić
|
c2dd342f8e
|
Added new logo to README.md.
|
2020-03-23 15:13:23 +01:00 |
|
Martin Sosic
|
7c0e21b995
|
Updated todoApp example with one that uses filters, buttons and actions.
|
2020-03-10 19:30:15 +01:00 |
|
Martin Sosic
|
e45d077f54
|
Added Button and Action<entity>, also updated Todo app to use them.
|
2020-03-10 16:24:41 +01:00 |
|
Matija Sosic
|
fd39e5b658
|
Added support for entity-list mutex filters.
|
2020-03-10 14:01:29 +01:00 |
|
Martin Šošić
|
5726cf9246
|
Fixed Discord badge
|
2020-03-10 13:35:16 +01:00 |
|
Martin Šošić
|
846e93dac5
|
Added Discord badge to README
|
2020-03-10 13:24:16 +01:00 |
|
Matija Sosic
|
08445b4df6
|
Bumped react-scripts to 3.4.0, was incompatible with react-dev-utils.
|
2020-02-27 16:10:05 +01:00 |
|
Martin Sosic
|
4af87fe8c3
|
README typo fixed.
|
2020-02-20 14:39:30 +01:00 |
|
Martin Sosic
|
a9d052718a
|
Updated README.
|
2020-02-20 14:32:03 +01:00 |
|
Martin Sosic
|
2ba0e89f05
|
Merge remote-tracking branch 'waspc-private/in-dir'
|
2020-02-20 12:33:43 +01:00 |
|
Martin Sosic
|
aa1072b20f
|
Moved all code into waspc directory.
|
2020-02-20 12:30:58 +01:00 |
|
Martin Sosic
|
a1a6504452
|
Removed waspc directory.
|
2020-02-20 12:11:38 +01:00 |
|
Matija Sosic
|
bc96b7bc50
|
Updated example code.
|
2020-02-14 14:16:46 +01:00 |
|
Matija Sosic
|
56e9bc6b0a
|
connected TODO to redux to make wasp code cleaner.
|
2020-02-14 12:30:16 +01:00 |
|
Matija Sosic
|
3609e1c89a
|
Small readme update.
|
2020-02-12 15:43:30 +01:00 |
|
Matija Sosic
|
6df2ad2b04
|
Added URLs to project page and demo on top of readme.
|
2020-02-12 15:42:29 +01:00 |
|
Martin Sosic
|
3d05c76d4e
|
Replaced gitter links with spectrum.
|
2020-02-07 18:09:19 +01:00 |
|
Martin Sosic
|
53435858ed
|
Small README fixes.
|
2020-02-07 17:20:41 +01:00 |
|
Martin Sosic
|
0f91c2c545
|
Updated README a little bit.
|
2020-02-07 16:27:50 +01:00 |
|
Martin Šošić
|
dea33b1358
|
Create LICENSE
|
2020-02-06 19:29:17 +01:00 |
|
Martin Sosic
|
cb9bbacc4f
|
Tiny todo example fix.
|
2020-02-06 14:06:01 +01:00 |
|