Shayne Czyzewski
5d2b278e75
Adds vitest
for testing client code ( #1055 )
2023-03-30 12:22:40 -04: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
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
Shayne Czyzewski
9f3f5234ef
Adds api
for defining custom HTTP routes ( #1043 )
2023-03-14 14:04:51 -04: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
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
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ć
32188075c6
Add docs for TypeScript support in Wasp ( #1029 )
2023-02-27 11:19:09 +01:00
Mihovil Ilakovac
c2a3e04283
Adds support for root component ( #1009 )
2023-02-20 11:15:54 +01:00
Shayne Czyzewski
868362d103
Allow Fly to build locally ( #1006 )
2023-02-16 10:27:30 -05:00
Mihovil Ilakovac
b139a0bcff
Merge branch 'main' into release-with-main
2023-02-14 23:04:01 +01:00
Mihovil Ilakovac
0fce66f21e
Drop the npm version requirement ( #1002 )
2023-02-13 16:10:40 +01:00
Shayne Czyzewski
b14ed945fc
Adds wasp deploy
CLI command for Fly.io ( #961 )
2023-02-07 10:29:25 -05:00
Mihovil Ilakovac
1017e20bf4
Adding uninstall command ( #953 )
...
* Adding uninstall command
* Updates docs and changelog related to the uninstall command
2023-02-01 11:18:24 +01:00
vincanger
b610addef9
Update features.md
2023-01-31 11:35:12 +01:00
vincanger
7c29fcae2a
Update features.md
2023-01-31 11:28:15 +01:00
vincanger
f91b2a4fad
cleanup and improvements
2023-01-31 11:18:52 +01:00
vincanger
f359ef6e18
big auth/integrations update
2023-01-30 13:48:05 +01:00
vincanger
da42c6cb40
add Intro Video link
2023-01-18 18:06:53 +01:00
vincanger
2c166e8701
Update features.md
2023-01-18 17:50:10 +01:00
Matija Sosic
ed8bc2ef74
Added link to Waspello demo on lp + fixes deployment docs.
2023-01-04 15:27:28 +01:00
Shayne Czyzewski
2182b9088d
Adds GitHub login and refactors Passport.js ( #872 )
2022-12-20 09:12:08 -05:00
vincanger
b36e82d3d6
Merge pull request #875 from wasp-lang/vince-update-docs-workers-auth
...
Update features.md
2022-12-16 17:55:45 +01:00
vincanger
7373c4a172
Update web/docs/tutorials/todo-app.md
...
Co-authored-by: Shayne Czyzewski <523636+shayneczyzewski@users.noreply.github.com>
2022-12-16 09:45:29 +01:00
vincanger
cc97d02031
add gitpod to docs and tutorial
2022-12-15 18:31:40 +01:00
vincanger
95c34bd0ed
Update web/docs/language/features.md
...
Co-authored-by: Shayne Czyzewski <523636+shayneczyzewski@users.noreply.github.com>
2022-12-15 13:49:19 +01:00
Shayne Czyzewski
a16aa73753
Add support for --create-only
migrations ( #862 )
2022-12-13 13:55:01 -05:00
Shayne Czyzewski
752ece369c
Fix Google login button height for use with Tailwind ( #858 )
2022-12-13 13:00:43 -05:00
Domi
e20dd458ee
Fix small typo (missing letter)
2022-12-13 16:33:30 +01:00
vincanger
a3f0b7d9f2
Update deploying.md
2022-12-13 10:56:10 +01:00
vincanger
46ad0b4d1d
Update features.md
2022-12-12 17:28:05 +01:00
Filip Sodić
586531d721
Replace main with release in examples ( #852 )
2022-11-27 13:46:47 +01:00
Martin Sosic
cb4dd31169
Added caution notice for issue with WSL2 not detecting file changes.
2022-11-27 12:59:35 +01:00
Filip Sodić
f13c31a55e
Hide dev excuses tutorial for Beta ( #851 )
2022-11-27 12:38:41 +01:00
Martin Sosic
1d87476a0f
Added links to newsletter to docs.
2022-11-27 12:12:38 +01:00
Filip Sodić
ab2a87bd0d
Remove danger with caution in tutorial ( #850 )
2022-11-27 11:34:54 +01:00
Shayne Czyzewski
e28741caf3
Update fn
imports in tutorial ( #848 )
...
* update fn imports in tutorial
* Explain js extensions in server imports
Co-authored-by: shayneczyzewski <shayne.czyzewski@gmail.com>
Co-authored-by: Filip Sodić <filip.sodic@fer.hr>
2022-11-27 09:43:57 +01:00
Filip Sodić
1ba5b7fcc8
Merge remote-tracking branch 'origin/main' into filip-merge-release
2022-11-26 19:49:27 +01:00
Filip Sodić
1f7f9005b0
Update Todo app tutorial ( #840 )
...
* Update todo app tutorial
* Remove trailing spaces from clocks
* Match MainPage with tutorial
* Add newline to end of action.js
* Fix newline at the end of action.js
* Fix typo in tutorial
* Update web/docs/tutorials/todo-app/creating-new-project.md
Co-authored-by: Martin Šošić <Martinsos@users.noreply.github.com>
* Update web/docs/tutorials/todo-app/creating-new-project.md
Co-authored-by: Martin Šošić <Martinsos@users.noreply.github.com>
* Fix jsx typo in tutorial
* Remove React import from e2e tests
Co-authored-by: Martin Šošić <Martinsos@users.noreply.github.com>
2022-11-26 19:32:43 +01:00
vincanger
140cbcd018
clean up Features, GoogleAuth, & Deploy docs ( #820 )
...
* add railway deployment
* clean up Features and GoogleAuth docs
* Update web/docs/language/features.md
Co-authored-by: Martin Šošić <Martinsos@users.noreply.github.com>
Co-authored-by: Martin Sosic <sosic.martin@gmail.com>
2022-11-26 18:02:09 +01:00
vincanger
e392a8b949
Update docs and todo tutorial ( #834 )
...
* Updated wasp version to 0.7.0-rc.
* update todo app and feat for beta
* add typescript info to todo tutoriial
* fix cabal version
Co-authored-by: Martin Sosic <sosic.martin@gmail.com>
Co-authored-by: Filip Sodić <filip.sodic@gmail.com>
2022-11-26 16:20:45 +01:00
Martin Sosic
4a265a404e
docs fix.
2022-11-25 19:53:32 +01:00
Martin Sosic
ce1d4ac5fe
doc fixes.
2022-11-25 19:43:12 +01:00
Martin Sosic
f72f20b879
doc fix.
2022-11-25 19:01:58 +01:00
vincanger
7714817601
add railway proxy warning
2022-11-23 18:32:12 +01:00
Martin Šošić
4087774d26
Removed alpha messaging. ( #825 )
2022-11-23 14:33:18 +01:00