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
Mihovil Ilakovac
292f06beb7
Fixes e2e tests ( #1761 )
...
* Fixes e2e tests
Signed-off-by: Mihovil Ilakovac <mihovil@ilakovac.com>
* Adds new e2e tests
* Update build tests
---------
Signed-off-by: Mihovil Ilakovac <mihovil@ilakovac.com>
Co-authored-by: Filip Sodić <filip.sodic@fer.hr>
2024-02-16 18:48:13 +01:00
Filip Sodić
5cd5130534
Fix build for 0.12.0 ( #1773 )
2024-02-16 18:25:26 +01:00
Mihovil Ilakovac
87e576d66d
Fixes Tailwind setup in client tests ( #1766 )
2024-02-16 12:25:31 +01:00
Mihovil Ilakovac
3edb2fe921
Fixes GitHub auth check ( #1774 )
2024-02-15 20:22:59 +01:00
vincanger
6912df3664
Update 2023-11-21-guide-windows-development-wasp-wsl.md
2024-02-15 18:48:37 +01:00
Filip Sodić
ad19fee424
Expose server-side operations from SDK ( #1758 )
2024-02-15 15:21:15 +01:00
Mihovil Ilakovac
e6f066660e
Enables headless and unit tests ( #1763 )
2024-02-14 17:58:26 +01:00
Martin Sosic
0b3ed2a11b
Updated GPT models used in Wasp AI + improved Mage install instructions a bit.
2024-02-14 16:20:48 +01:00
Martin Sosic
dc414f7cd1
Updated waspc/README.md with instructions to update Mage on new release.
2024-02-14 14:38:40 +01:00
Mihovil Ilakovac
c471a8a9f5
Uses POSIX path separators for Vitest exclude path ( #1767 )
2024-02-14 13:26:10 +01:00
Mihovil Ilakovac
3cb706e124
Uses string for glob pattern ( #1765 )
2024-02-14 12:43:23 +01:00
Mihovil Ilakovac
0d0deb47f1
Fixes unit tests ( #1762 )
2024-02-14 11:13:25 +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
7ff1d06976
Migrates headless tests to new structure ( #1760 )
2024-02-13 18:56:24 +01:00
Mihovil Ilakovac
0e7a951742
Moves resolveProjectPath
to wasp/dev
( #1759 )
2024-02-13 18:27:26 +01:00
Mihovil Ilakovac
abcb1cb7b0
Fixes missing SDK file copy
2024-02-13 14:18:24 +01:00
Mihovil Ilakovac
6ee5b9c4eb
Exports HttpMethod and Route types from wasp/client ( #1755 )
2024-02-12 16:05:31 +01:00
Martin Šošić
d5755487e5
Updated examples/thoughts to 0.12. ( #1742 )
...
* Updated examples/thoughts to 0.12.
* Reordered imports.
2024-02-12 14:52:00 +01:00
Martin Šošić
413f6aebcb
Removed patching of oauth npm package for server. ( #1747 )
2024-02-12 14:24:46 +01:00
Mihovil Ilakovac
576f15a52d
Various SDK related fixes ( #1743 )
2024-02-12 11:52:51 +01:00
Filip Sodić
a9b4011d6f
Fix formatting for CI
2024-02-09 18:27:13 +01:00
Filip Sodić
07fd8e4898
Move migrations guide in the sidebar
2024-02-09 17:46:47 +01:00
Filip Sodić
41de1c2c18
Temporarily disable tests and windows build
2024-02-09 17:45:11 +01:00
Filip Sodić
315f398484
Move uuid dependency to the SDK
2024-02-09 17:43:34 +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
b873df960d
Rewrite internal jobs
API ( #1722 )
2024-02-09 12:52:27 +01:00
Martin Šošić
03d234fd7d
Updated Wasp AI to work with wasp 0.12. ( #1726 )
2024-02-09 11:38:16 +01:00
Mihovil Ilakovac
814b82bd58
Removes AuthError ( #1737 )
2024-02-09 11:17:18 +01:00
Mihovil Ilakovac
8b2a136912
Exposes extra auth types in SDK ( #1736 )
2024-02-08 17:48:00 +01:00
Mihovil Ilakovac
985825bcd8
Fixes bundler setup ( #1728 )
2024-02-08 12:37:20 +01:00
Mihovil Ilakovac
dbc2a7f5ea
Init PrismaClient only when there are entities ( #1716 )
2024-02-08 11:53:47 +01:00
Martin Sosic
bb17a1ba77
Fixed wrong instructions after 'wasp new'.
2024-02-07 16:41:04 +01:00
Mihovil Ilakovac
b23e4ce3eb
Bundling server with Rollup + esbuild ( #1714 )
2024-02-07 16:13:03 +01:00
Mihovil Ilakovac
d38de37861
Update the local templates to work with 0.12 ( #1715 )
2024-02-06 16:15:51 +01:00
Filip Sodić
206b0453e5
Fix experience after restructuring ( #1713 )
2024-02-02 19:37:10 +01:00
Filip Sodić
26141f989e
Update imports and API for server/operations
( #1711 )
2024-01-31 17:46:23 +01:00
Filip Sodić
dd16fb993c
Update imports for wasp/client/operations
2024-01-31 17:46:23 +01:00
Martin Sosic
82008d7078
[New SDK]: 'wasp/server/webSocket'.
2024-01-31 17:46:23 +01:00