Commit Graph

1662 Commits

Author SHA1 Message Date
Martin Sosic
365db38bba Updated Mage to use wasp 0.12.1. 2024-02-27 17:29:25 +01:00
Martin Sosic
86938b232b Updated cabal, Changelog, and e2e tests to 0.12.1 . 2024-02-27 15:52:49 +01:00
Martin Sosic
088413fdbc Reverted Wasp AI to use GPT-3.5-Turbo-0613. 2024-02-27 15:39:22 +01:00
Martin Sosic
0b49996466 Commiting new package-lock.json for Mage. 2024-02-27 14:37:43 +01:00
Martin Sosic
85197fdf2b Fixed broken links in docs. 2024-02-27 13:07:45 +01:00
Martin Sosic
139d6a0751 Created a 0.12.0 version of docs. 2024-02-27 09:26:16 +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
57714b1271
Fixes the order of operations in wasp build (#1821)
* Fixes the order of operations in 'wasp build'

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

* fix

---------

Signed-off-by: Mihovil Ilakovac <mihovil@ilakovac.com>
Co-authored-by: Martin Sosic <sosic.martin@gmail.com>
2024-02-27 08:34:00 +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ć
93474d9c13
Updated Mage to produce Wasp 0.12.0 apps. (#1794) 2024-02-26 16:46:15 +01:00
Martin Šošić
a445da9ed0
Mage 0.12 producing 0.11 (#1805)
* Upgraded Mage to Wasp 0.12 while producing Wasp 0.11.4 apps.

* Rearranged imports to be nicer.

* Updated tsconfig.json and .gitignore according to new changes to wasp new.
2024-02-26 16:25:47 +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
Filip Sodić
21839ff2df
Add latest changes to examples updated to 0.12.0 (#1816)
* Add latest changes to examples updated to 0.12.0

* Add latest 0.12.0 changes to waspc/examples

* Remove stray todo from examples

* Update e2e tests
2024-02-26 15:20:52 +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
Filip Sodić
c50b0e1f62
Restore lost .gitignore contents (#1811) 2024-02-26 14:08:19 +01:00
Filip Sodić
69255d327f
Move phantom dir to .wasp (#1814) 2024-02-26 13:15:41 +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
Filip Sodić
2969ef8829
Revert "Uses extends in the user land tsconfig.json (#1793)" (#1803)
This reverts commit c11e83311e.
2024-02-22 17:10:37 +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
Martin Šošić
e1ebcd14a1
Update ui.ts: GithubSignInButton -> GitHubSignInButton 2024-02-22 16:39:29 +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
Mihovil Ilakovac
c11e83311e
Uses extends in the user land tsconfig.json (#1793) 2024-02-21 16:12:52 +01:00
Mihovil Ilakovac
4ae6696374
Making Stitches CSS more important than Tailwind (#1790) 2024-02-21 15:31:43 +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 Šošić
dbe8266bb6
Again migrated thoughts to 0.12. (#1789)
* Again migrated thoughts to 0.12.

* fix
2024-02-21 13:41:00 +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
Martin Sosic
ed684e583f Updated e2e tests for addition of Oslo. 2024-02-20 18:10:22 +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
Mihovil Ilakovac
52a1910a74
Adds .DS_Store to .waspignore (#1784) 2024-02-19 16:13:06 +01:00
Martin Sosic
12b9d21174 Merge branch 'release' 2024-02-19 15:15:42 +01:00
Martin Sosic
7eee16e9b1 Updated run script to also run headless tests. 2024-02-19 14:28:12 +01:00
Martin Sosic
8f71f45546 Removed redundant secure-password dep from server/package.json and also removed now redundant overrides field. 2024-02-19 13:57:41 +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
Mihovil Ilakovac
9800c1cc37
Enables e2e tests and build test (#1780) 2024-02-19 12:06:31 +01:00
Martin Sosic
39195fc8f3 Updated LSP code actions to use latest wasp import paths. 2024-02-19 10:47:01 +01:00
Martin Šošić
0707b77f89
Migrated examples/websockets-realtime-voting to 0.12. (#1771)
* Migrated examples/websockets-realtime-voting to 0.12.

* fix
2024-02-19 10:27:31 +01:00
Mihovil Ilakovac
3e88f24965
Migrates internal Todo app to 0.12 (#1781) 2024-02-19 10:16:34 +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