Commit Graph

990 Commits

Author SHA1 Message Date
Martin Sosic
33f8257549 Got asking GPT questions working. 2023-04-19 21:26:44 +02:00
Martin Sosic
71acb26bbc fix 2023-04-11 14:24:00 +02:00
Martin Sosic
7cd31d39df Created initial skeleton for 'wasp ai new' command. 2023-03-24 17:54:38 +01:00
Mihovil Ilakovac
6dbeedca60
Adds support for e-mail sending (#1050) 2023-03-24 12:42:22 +01:00
Mihovil Ilakovac
b5967d395b
Fix configureQueryClient import (#1084) 2023-03-24 12:22:46 +01:00
Shayne Czyzewski
3e90323da2
Upgrade pg-boss to 8.4.2 (#1078) 2023-03-23 08:52:24 -04:00
Mihovil Ilakovac
a86f3fdb7c
Fixes localstorage clearing bug (#1058) 2023-03-22 14:05:39 +01:00
Martin Šošić
91a8063081
Implemented wasp start db (managed dev db) (#1044)
Implemented 'wasp start db' + docs + e2e tests + refactoring.
2023-03-21 16:37:20 +01:00
Matija Sosic
a604518da6
readme: typo fix 2023-03-17 16:20:34 +01:00
Matija Sosic
22a86976a5
Updated readme 2023-03-17 16:19:49 +01:00
Mihovil Ilakovac
326737759d
Refactor auth to conform to providers interface (#998) 2023-03-16 10:42:57 +01:00
Mihovil Ilakovac
78e15ce327
Release -> main (#1060) 2023-03-16 09:33:21 +01:00
Mihovil Ilakovac
7bd217595a
Opens React app by default when running wasp start (#1059) 2023-03-15 14:46:37 +01:00
Shayne Czyzewski
9f3f5234ef
Adds api for defining custom HTTP routes (#1043) 2023-03-14 14:04:51 -04:00
Matija Sosic
56493e7419 examples: fixed todo-typescript example. 2023-03-14 10:52:43 +01:00
Mihovil Ilakovac
6d979c1c7f
Adds support for FE listening on multiple addresses (#1048) 2023-03-10 11:30:48 +01:00
Martin Sosic
6844ba33bf Merge branch 'release' into v0.9.0 2023-03-08 23:11:35 +01:00
Martin Sosic
81f0eeae15 Bumped Wasp version to 0.9.0. 2023-03-08 23:09:29 +01:00
vincanger
fa29d3fc68
[BLOG] ten hard truths for junior devs (#1041)
* add 10 hard truths post

* emphasize
2023-03-08 06:43:09 +01:00
Mihovil Ilakovac
cb691c8dd7
Fixes tsconfig.json use of extends (#1045) 2023-03-07 22:52:21 +01:00
Vedran Blazenka
ed89bbee7b
docs: update mention of latest Node.js LTS to 18.14.2 (#1039) 2023-03-07 08:55:39 +01:00
Mihovil Ilakovac
0048bd126c
Updates e2e tests (#1040) 2023-03-03 12:38:20 +01:00
Matija Sosic
00caac3205 blog: fixes for update Feb '23 post. 2023-03-03 10:14:45 +01:00
Matija Sosic
000bca6525 blog: added Beta Feb 23 update 2023-03-02 18:26:41 +01:00
Mihovil Ilakovac
4c60f3c5b7
Vite related docs and changelog update (#1037) 2023-03-02 16:31:53 +01:00
Filip Sodić
09af859b1a Merge branch 'release' 2023-03-02 16:08:38 +01:00
Mihovil Ilakovac
bbaf8bdf3b
Adds new complex e2e test (#1030) 2023-03-02 15:05:24 +01:00
Shayne Czyzewski
6dcfb290d9
Cast server setupFn for backwards compatibility (#1038) 2023-03-02 08:34:51 -05:00
Mihovil Ilakovac
7a0f8b5d58
Replaces Create React App with Vite (#1019) 2023-03-01 17:14:14 +01:00
Shayne Czyzewski
8991043eed
Add Express app and http server to server setupFn (#1017) 2023-02-27 12:19:17 -05:00
Filip Sodić
bba13e06f2
Fix errors in TypeScript docs (#1034) 2023-02-27 16:42:54 +01:00
Filip Sodić
9637156878 Merge remote-tracking branch 'origin/release' 2023-02-27 11:52:40 +01:00
Filip Sodić
32188075c6
Add docs for TypeScript support in Wasp (#1029) 2023-02-27 11:19:09 +01:00
Filip Sodić
3264b7c66b
Fix environment variable overriding in processes (#1028) 2023-02-24 14:00:10 +01:00
vincanger
2ae547132d
[BLOG] add junior misconceptions blogpost (#1023)
* add junior dev misconceptions post

* formatting

* fix images and titles

* change url
2023-02-23 12:13:02 -05:00
Mihovil Ilakovac
799db73f34
Increase clickable area for auth buttons (#1027) 2023-02-23 14:30:33 +01:00
Mihovil Ilakovac
5e1c025bd1
Invalidate queries after oAuth login (#1024) 2023-02-23 14:11:02 +01:00
Mihovil Ilakovac
b5684ce184
Add mjs template files (#1026) 2023-02-23 11:44:25 +01:00
Mihovil Ilakovac
19841401ac
Updates social auth button styles (#1018) 2023-02-22 21:50:07 +01:00
Shayne Czyzewski
1515d04b5a
Fix server env validation during deploy (#1022) 2023-02-22 14:16:30 -05:00
Mihovil Ilakovac
85b3e3480a
Add missing dotenv dependency (#1021) 2023-02-22 15:30:22 +01:00
Mihovil Ilakovac
75b3d7db01
Adds env validation and shared templates folder (#994) 2023-02-21 11:52:37 +01:00
Mihovil Ilakovac
9665571c63
Moves root component inside of Router (#1016) 2023-02-21 11:52:14 +01:00
Mihovil Ilakovac
9b2c8ca0a5
Fixes user query cache invalidation (#1014) 2023-02-20 16:28:26 +01:00
Mihovil Ilakovac
c2a3e04283
Adds support for root component (#1009) 2023-02-20 11:15:54 +01:00
Shayne Czyzewski
bfbb57ecd0
Build server during Docker build, not when starting app (#1008) 2023-02-17 13:33:25 -05:00
Shayne Czyzewski
868362d103
Allow Fly to build locally (#1006) 2023-02-16 10:27:30 -05:00
Mihovil Ilakovac
2622f3c4cd
Bumps Wasp to 0.8.2 (#1010) 2023-02-16 10:49:18 +01:00
Mihovil Ilakovac
0a5ae144aa Reverts Wasp version bump to make e2e tests pass 2023-02-15 14:51:51 +01:00
Mihovil Ilakovac
fd359ef5fd Adds back TS compile step 2023-02-14 23:10:30 +01:00