Commit Graph

1808 Commits

Author SHA1 Message Date
Mihovil Ilakovac
2e72a2d155
Migrate Waspello to 0.14.0 (#2160) 2024-07-08 18:01:20 +02:00
Mihovil Ilakovac
aa950223ab
Migrate Waspleau to 0.14.0 (#2155) 2024-07-08 18:00:48 +02:00
Mihovil Ilakovac
c43e2e10e3
Clean up examples/todoApp and updated env vars (#2165) 2024-07-08 13:37:52 +02:00
Mihovil Ilakovac
85dce3f153 Merge branch 'release' 2024-07-05 21:21:23 +02:00
Mihovil Ilakovac
b114843578
Update ExampleWaspApps.js 2024-07-05 21:15:53 +02:00
Mihovil Ilakovac
a439d8f454
Moves crud routes under /crud (#2145) 2024-07-04 13:57:22 +02:00
Cameron Blackwood
5d5e0cd363
Update email docs to include correct Mailgun domains link (#2082) 2024-07-04 10:23:20 +02:00
Mihovil Ilakovac
dccc3074e9
Updates Changelog with latest changes (#2149) 2024-07-03 15:52:56 +02:00
Mihovil Ilakovac
8ead2e0910
Using Prisma file alongside Wasp (#2035) 2024-07-03 13:51:29 +02:00
dependabot[bot]
628501477e
Bump braces from 3.0.2 to 3.0.3 in /waspc/packages/studio (#2147) 2024-07-03 13:45:07 +02:00
Mihovil Ilakovac
45d9b1c753
Enable building current docs (#2146) 2024-07-03 13:39:14 +02:00
vincanger
8ca723ac6d add max success story blogpost 2024-07-03 12:06:42 +02:00
Mihovil Ilakovac
f0bbdd37d9
Fixes CRUD type import (#2144) 2024-07-02 15:15:39 +02:00
Mihovil Ilakovac
320f40327a
Fixes the CRUD client helpers (#2098) 2024-07-02 09:44:03 +02:00
Medard Mandane
78c9db996a
Add instructions for accessing the dev database (#2140)
* Add instructions for accessing the dev database

* Update backends.md

Update Accessing the Dev database description, do not include the actual credentials in the docs as it might change in the future

* Update web/docs/data-model/backends.md

---------

Co-authored-by: Martin Šošić <Martinsos@users.noreply.github.com>
2024-07-01 22:01:16 +02:00
Ali Rastegar
d78ba62627
Fix wrong variable name in docs queries.md (#2133)
* Fix wrong variable name in docs queries.md

* fix

---------

Co-authored-by: Martin Sosic <sosic.martin@gmail.com>
2024-07-01 16:36:12 +02:00
Martin Šošić
cf3096de5d
fix (#2138) 2024-07-01 16:27:47 +02:00
Mihovil Ilakovac
5025e15e14
Optimize Blog images a bit (#2135) 2024-06-28 11:14:29 +02:00
Martin Šošić
e60a56bb01
Improved env var docs a bit. (#1913) 2024-06-28 10:42:57 +02:00
wardbox
3b70f90234
Add support for auth with Discord (#2110) 2024-06-25 18:31:58 +02:00
dependabot[bot]
5f63b151cf
Bump braces from 3.0.2 to 3.0.3 in /waspc/packages/ts-inspect (#2123) 2024-06-25 17:48:21 +02:00
Jordi Ollé Ballesté
c17ca725dc
Update railway pricing link and make sure PORT is set before running … (#2112)
* Update railway pricing link and make sure PORT is set before running railway up

* Added changes to newest docs also.

* fix

---------

Co-authored-by: Martin Sosic <sosic.martin@gmail.com>
2024-06-25 14:36:56 +02:00
vincanger
b19898bce6 update websockets article to wasp v0.13 2024-06-25 14:32:52 +02:00
Mihovil Ilakovac
b869eab352
Fix the auth helpers to only require fields they need from AuthIdentity (#2057) 2024-06-25 14:01:56 +02:00
dependabot[bot]
720ef76a7a
Bump braces from 3.0.2 to 3.0.3 in /web (#2103) 2024-06-25 11:52:19 +02:00
vincanger
4fded70b6c update websockets example README 2024-06-24 18:20:14 +02:00
vincanger
1d7955d7fd update websockets example app readme 2024-06-24 18:16:14 +02:00
Mihovil Ilakovac
bfc61a05eb
Merge release to main (#2119) 2024-06-24 16:08:21 +02:00
vincanger
b68aba3219 Update README.md 2024-06-24 16:05:14 +02:00
Mihovil Ilakovac
e329055d99
Docs links updates (#2118) 2024-06-24 11:19:03 +02:00
Filip Sodić
52277d8b15
Improve server and client operations API (#2044) 2024-06-22 13:53:10 +02:00
Mihovil Ilakovac
56af0635c3
Updates e2e tests to match output of Typescript 5.5 (#2111) 2024-06-21 11:08:48 +02:00
Jordi Ollé Ballesté
8d90a3a974
Update manually.md (railway) (#2108)
* Update manually.md

Add caution alert to the railway setup.

* fix

---------

Co-authored-by: Martin Sosic <sosic.martin@gmail.com>
2024-06-20 23:48:40 +02:00
Mihovil Ilakovac
115ed2f25b
Auth Hooks (#1993) 2024-06-20 17:10:11 +02:00
Martin Šošić
7f55c92acb
Made examples/todoApp more approachable (+ documented what it should be used for) (#2094)
* Made waspc/examples/todoApp easier to run (docs + env files).

* Added .env.server management via dotenv-vault.

* Documented how to test compilation and building of todoApp.

* Updated PR template to mention example todo apps.

* fix

* Apply suggestions from code review

* Update waspc/README.md

* fix

* Update waspc/examples/todoApp/.gitignore
2024-06-18 21:02:10 +02:00
Martin Sosic
74a2977ad8 Made docs for manual deployment of web client slightly cleaner. 2024-06-17 22:31:29 +02:00
KayCee
cd022ee3eb
Add instructions for adding www subdomain to a Fly deployment (#2084)
* add instructions for generating a cert for www subdomain

* removed content from the versioned docs

* added info on how to setup subdomain certs on Fly

* adding a quick line about CNAME records

* fixing a typo that prevents link to show up

* Update web/docs/advanced/deployment/cli.md

---------

Co-authored-by: Martin Šošić <Martinsos@users.noreply.github.com>
2024-06-12 18:20:48 +02:00
Martin Šošić
1f757462cc
Again updated default .gitignore: removed !.env.client. (#2090)
* Again updated default .gitignore: removed !.env.client.

* Update web/docs/project/env-vars.md
2024-06-10 20:37:40 +02:00
Martin Šošić
ea0a0d98cd
Added CHECKPOINT_DISABLE=1 to Wasp CLI to prevent Prisma errors (#2089)
* Update Main.hs

* fix
2024-06-10 13:30:12 +02:00
Martin Šošić
3679ab6ed4
Improved default gitignore regarding .env rules. (#2083)
* Improved default gitignore regarding .env rules.

* Update web/docs/project/env-vars.md

Co-authored-by: Mihovil Ilakovac <mihovil@ilakovac.com>

* Uncommented dotenv info in docs.

* Updated gitignores of example apps.

* Added to ChangeLog.

---------

Co-authored-by: Mihovil Ilakovac <mihovil@ilakovac.com>
2024-06-07 10:41:02 +02:00
Martin Šošić
5bb51593d3
Made sidebar in docs nicer while also adding link to examples. (#2068)
* Made sidebar in docs nicer while also adding link to examples.

* Revert collapsing and yellow color on non-top-level categories.
2024-06-04 16:48:52 +02:00
vincanger
29a5ccc7b0 add blogpost 2024-05-31 13:47:09 +02:00
Martin Šošić
246ae9c782
Extracted deployment to top lvl of docs sidebar. (#2069) 2024-05-28 16:19:22 +02:00
Filip Sodić
7313fe6e53
Enable a subset of strict: true when building SDK (#2054) 2024-05-28 14:25:52 +02:00
Martin Šošić
82d0da92f3
Fixed DATABASE_URL missing Prisma error on wasp build. (#2070) 2024-05-28 11:37:08 +02:00
vincanger
0e31cb88fa add job tips blog post 2024-05-22 15:06:04 +02:00
Martin Sosic
9b5d181375 Updated Roadmap section of the landing page. 2024-05-21 21:15:54 +02:00
Mihovil Ilakovac
4bb0f9e50d
Fixes route ordering to prevent Wasp routes being overriden (#2039) 2024-05-17 15:23:04 +02:00
Mihovil Ilakovac
af38daecb2
Fixes the default netlify.toml in the built web app (#2041) 2024-05-17 15:08:19 +02:00
Mihovil Ilakovac
ce7a0d5795
Log unknown OAuth errors (#2038) 2024-05-17 15:07:54 +02:00