Commit Graph

299 Commits

Author SHA1 Message Date
Martin Sosic
e115ece29a External code paths now again use StrongPath. 2020-09-23 15:44:32 +02:00
Martin Sosic
391a045164 StrongPath now specifies standard (posix/win) it uses. 2020-09-23 15:42:18 +02:00
Martin Sosic
f01de9e5c5 Tiny fixes in README. 2020-09-23 11:54:21 +02:00
Martin Sosic
5a0ddf71f5 Set node version of generated project to current LTS version. 2020-09-22 14:56:32 +02:00
Martin Sosic
d1c7343392 Added reference to documentation, in waspc README.md. 2020-09-22 14:22:26 +02:00
Martin Sosic
370d6cb2d5 fixed link to example 2020-09-22 14:12:52 +02:00
Martin Sosic
616ca79461 Updated READMEs. 2020-09-22 14:09:09 +02:00
Martin Sosic
934fe697b8 CI now creates draft releases. Moved CI badges to top README. 2020-09-21 16:11:34 +02:00
Martin Sosic
f13101e46a Created a simple windows binary package.
`wasp start` fails at calling `npm` (can't find it).
2020-09-21 15:52:17 +02:00
Martin Šošić
fda67bb8ef
Implemented automatic binary packaging + install script. 2020-09-19 16:56:28 +02:00
Matija Sosic
c1f2d6dab3
TodoApp example now uses db. (#45) 2020-09-19 16:11:09 +02:00
Matija Sosic
338c3c909e Removed unused imports. 2020-09-18 16:45:20 +02:00
Matija Sosic
08f224d03d
Implemented migrate-save and migrate-up cli db commands. (#41) 2020-09-18 16:14:14 +02:00
Martin Sosic
1be06994e4 [skip ci] Removed redundant caching from Travis. 2020-09-18 15:31:58 +02:00
Martin Sosic
2617bd5f66 Now AppVeyor CI builds Wasp on Windows and runs tests.
Also fixed path issues when running on Windows.
2020-09-18 15:22:58 +02:00
Martin Sosic
d2e1002503 Fixed deployment key. 2020-09-17 13:43:03 +02:00
Martin Sosic
a4d56b41df Added check of node version when running node commands. 2020-09-17 13:04:19 +02:00
Martin Sosic
10823208f4 Added Travis CI: dynamic binaries are built and if tagged then also
released.
2020-09-17 12:20:03 +02:00
Martin Sosic
1f02809b3d Fixed compile error from previous commit. 2020-09-15 17:39:56 +02:00
Martin Sosic
32bb439c53 'wasp start' now reloads on file change. 2020-09-15 17:00:48 +02:00
Matija Sosic
e95fae7f06
Implemented wasp db migrate cli cmd - runs only prisma migrate save for now. (#39) 2020-09-15 16:39:56 +02:00
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