Commit Graph

228 Commits

Author SHA1 Message Date
Mihovil Ilakovac
8beec5928a Adds migration docs to 0.13 (#1890) 2024-03-18 13:09:37 +01:00
Mihovil Ilakovac
0880556592 Adds Keycloak OAuth provider (#1876) 2024-03-18 13:09:08 +01:00
Mihovil Ilakovac
7329465974 Define the WASP_SERVER_URL env var (#1856) 2024-03-18 12:57:15 +01:00
Filip Sodić
95e313cf0e
Add client config to SDK API (#1893) 2024-03-15 16:53:42 +01:00
Martin Sosic
85197fdf2b Fixed broken links in docs. 2024-02-27 13:07:45 +01:00
Filip Sodić
646d7e2c7b
Enforce casing in operations and entities (#1818)
* Enforce casing in operations and entities

* Fix small error and remove improts

* Fix formatting

* Add fullstop to error messages

* Add naming changes to changelog and migration guide

* Update waspc/ChangeLog.md

* Update web/docs/migrate-from-0-11-to-0-12.md

* fix

---------

Co-authored-by: Martin Šošić <Martinsos@users.noreply.github.com>
Co-authored-by: Martin Sosic <sosic.martin@gmail.com>
2024-02-27 09:12:29 +01:00
Mihovil Ilakovac
d6228ffa05
Adds notes about allowUnverifiedLogin to migration docs (#1822)
* Grammarly updates. Adds note for allowUnverifiedLogin

Signed-off-by: Mihovil Ilakovac <mihovil@ilakovac.com>

* Update web/docs/migrate-from-0-11-to-0-12.md

---------

Signed-off-by: Mihovil Ilakovac <mihovil@ilakovac.com>
Co-authored-by: Martin Šošić <Martinsos@users.noreply.github.com>
2024-02-27 08:17:48 +01:00
Martin Šošić
fda10de089
Updated ChangeLog.md to contain info about 0.12.0. (#1810)
* Updated ChangeLog.md to contain info about 0.12.0.

* fix
2024-02-26 16:05:19 +01:00
Mihovil Ilakovac
8a4b714fbb
Updates migration instructions to use custom API (#1812)
* Updates migration instructions to use custom API

Signed-off-by: Mihovil Ilakovac <mihovil@ilakovac.com>

* Improved data migration functions output, added note about idempotency.

---------

Signed-off-by: Mihovil Ilakovac <mihovil@ilakovac.com>
Co-authored-by: Martin Sosic <sosic.martin@gmail.com>
2024-02-26 14:37:14 +01:00
Filip Sodić
1c0bfd20ca
Update the tutorial for 0.12.0 (#1799) 2024-02-26 14:33:28 +01:00
Martin Šošić
e883186e97
Fixed migration instructions for cleaning up. (#1809) 2024-02-26 09:52:45 +01:00
Mihovil Ilakovac
5634481dff
Migration instructions for Dockerfile (#1808) 2024-02-23 17:28:14 +01:00
Mihovil Ilakovac
f3428c7412
Migrating Tailwind setup (#1806) 2024-02-23 17:14:45 +01:00
Mihovil Ilakovac
49fe129adb Cleanup 2024-02-23 13:07:28 +01:00
Mihovil Ilakovac
c4f1ae4cec Migrates Auth Overview docs to 0.12
Signed-off-by: Mihovil Ilakovac <mihovil@ilakovac.com>
2024-02-23 13:03:43 +01:00
Martin Šošić
9812666c5f
Fix defineUserSignupFields example in migration instructions (#1802) 2024-02-23 12:37:12 +01:00
Martin Šošić
cd363ec404
Update migrate-from-0-11-to-0-12.md 2024-02-22 17:49:28 +01:00
Mihovil Ilakovac
6af009636d Fixes typo 2024-02-22 17:22:41 +01:00
Martin Šošić
07867a1485
Update migration instructions to be more precise regarding getUsernam… (#1804)
* Update migration instructions to be more precise regarding getUsername and getEmail

* Update web/docs/migrate-from-0-11-to-0-12.md

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

---------

Co-authored-by: Mihovil Ilakovac <mihovil@ilakovac.com>
2024-02-22 17:09:07 +01:00
Mihovil Ilakovac
85e8eccf11
Adds migration instructions for userSignupFields (#1795) 2024-02-22 15:05:58 +01:00
Mihovil Ilakovac
7a80dcf6c5
Replaces ServerImport with ExtImport (#1796) 2024-02-22 11:32:20 +01:00
Martin Sosic
10135cbad9 Fixed links to deployment docs in the migration instructions. 2024-02-21 14:34:19 +01:00
Martin Šošić
2a650f3ca4
Minor improvements in migration instructions. (#1788)
* Minor improvements in migration instructions.

* Update web/docs/migrate-from-0-11-to-0-12.md

* fix
2024-02-21 14:02:28 +01:00
Martin Sosic
f23edd3ba1 Moved migrate instructions to Miscellaneous. 2024-02-20 19:05:39 +01:00
Martin Sosic
c46615236d Updated instructions for running wasp-migrate script and removed old migrate script. 2024-02-20 18:54:34 +01:00
Mihovil Ilakovac
55ede5684b
Uses Oslo for password hashing (#1782)
Signed-off-by: Mihovil Ilakovac <mihovil@ilakovac.com>
2024-02-20 17:46:54 +01:00
Filip Sodić
edb3cbd61f
Solve build context issues for 0.12.0 (#1785) 2024-02-20 15:42:46 +01:00
Martin Šošić
594e8446b4
Updated docs to 0.12. (#1783)
======================

Updated docs/advanced/apis to 0.12. (#1729)

Updated docs/advanced/middleware-config to 0.12. (#1730)

Updated docs/advanced/links to 0.12. (#1732)

Updated docs/advanced/web-sockets to 0.12. (#1733)

Updated docs/advanced/email to 0.12. (#1734)

Auth docs rework (#1723)

Updated docs/advanced/jobs to 0.12. (#1740)

Updates starter templates (#1744)

Updates general docs (#1745)

Update customising app docs (#1748)

Updates client setup (#1749)

Change server config docs (#1750)

Updates CSS frameworks docs (#1753)

Updates static assets docs (#1751)

Updates custom vite config docs (#1754)

Update testing docs (#1752)

Updated docs/introduction/* to 0.12. (#1756)

Restructuring data model docs (#1739)

Updates depedencies docs (#1768)

Co-authored-by: Mihovil Ilakovac <mihovil@ilakovac.com>
2024-02-19 13:35:32 +01:00
Martin Šošić
7fabe07265
Implemented a JS script that does part of migration from 0.11 to 0.12. (#1770)
* Implemented a JS script that does part of migration from 0.11 to 0.12.

* Did some polishing and small improvements.

* Implemented migration of dependencies.

* polishing

* Moved the script.

* fix

* Added instructions for running the script to README.md.

* fix

* fix
2024-02-19 09:02:03 +01:00
Martin Sosic
aeefab519d Instructions for migration from 0.11 now use npx cmd for codemod. 2024-02-13 20:03:41 +01:00
Mihovil Ilakovac
0e7a951742
Moves resolveProjectPath to wasp/dev (#1759) 2024-02-13 18:27:26 +01:00
Filip Sodić
d9136bb489
Update examples and guide for 0.12.x (#1727) 2024-02-09 17:26:28 +01:00
Mihovil Ilakovac
c9959b4515
Implement a Tailwind content path wrapper (#1731) 2024-02-09 13:10:37 +01:00
Mihovil Ilakovac
814b82bd58
Removes AuthError (#1737) 2024-02-09 11:17:18 +01:00
Martin Šošić
ec9241b780 [New SDK]: 'wasp/server'. (#1682) 2024-01-31 17:46:23 +01:00
Filip Sodić
d3e9fdc4c6
Implement project install step for restructuring (#1690) 2024-01-29 14:57:22 +01:00
Martin Sosic
b19907b431 Fixed obtaining username in web socket docs to work for new auth. 2024-01-23 11:43:32 +01:00
Martin Šošić
eb93a89e9a
Fixed wrong access to username in Api example in docs. 2024-01-22 18:37:16 +01:00
Mihovil Ilakovac
8409388d23
Remove mention of Prisma helpers (#1655)
Signed-off-by: Mihovil Ilakovac <mihovil@ilakovac.com>
2024-01-22 16:15:28 +01:00
Martin Šošić
66c8e6ec24
Added information about Wasp AI to Wasp Docs. (#1647)
* Added information about Wasp AI to Wasp Docs.

* fix
2024-01-22 15:21:54 +01:00
Mihovil Ilakovac
5c1a7e9e9a
Migration instructions for new auth (#1635) 2024-01-19 18:37:45 +01:00
Mihovil Ilakovac
344350cb0e
Adds Session related docs (#1643) 2024-01-18 17:19:06 +01:00
Mihovil Ilakovac
846fdda827
Unify userSignupFields for all auth methods (#1639) 2024-01-18 13:42:00 +01:00
Mihovil Ilakovac
b360af3065
Remove user-facing unverified email flow (#1638) 2024-01-16 17:42:27 +01:00
Mihovil Ilakovac
e3c825fae1
Enable easier email dev setup (#1634) 2024-01-16 16:19:35 +01:00
ylck
8e0cd05e65
Fix typo css-frameworks.md (#1636)
* Update css-frameworks.md

Fix typo

* Update css-frameworks.md
2024-01-15 13:56:12 +01:00
Mihovil Ilakovac
ffe2509cb4
New auth model docs (#1620) 2024-01-15 11:00:54 +01:00
Martin Sosic
c534a84b9c Merge branch 'release' 2024-01-12 18:28:23 +01:00
Martin Šošić
7f91081bd8
Fix broken documentation links & remove old docs.
* Removed old docs leftovers.

* Fixed broken links in the docs.

* fix
2024-01-12 17:42:53 +01:00
Martin Šošić
e7a773a64c
Versioned docs (#1628)
* Wasp docs are now versioned.

* Removed version 0.11.8 of docs.

* Update waspc/README.md
2024-01-11 16:37:06 +01:00