Commit Graph

1684 Commits

Author SHA1 Message Date
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
Martin Sosic
bac7551660 [New SDK]: 'wasp/client/webSocket'. 2024-01-31 17:46:23 +01:00
Filip Sodić
1a09d71672 Remove generated files from git 2024-01-31 17:46:23 +01:00
Mihovil Ilakovac
487a01fd74 Implement wasp/client/test API (#1704) 2024-01-31 17:46:23 +01:00
Mihovil Ilakovac
cad358d6ef Implement the wasp/client/router API (#1703) 2024-01-31 17:46:23 +01:00
Mihovil Ilakovac
58d22d9952 Implement new wasp/server/jobs API (#1702) 2024-01-31 17:46:23 +01:00
Mihovil Ilakovac
1bd87eab3c Implement new wasp/server/email API (#1701) 2024-01-31 17:46:23 +01:00
Mihovil Ilakovac
8efabdf395 Implement wasp/client/crud API (#1700) 2024-01-31 17:46:23 +01:00
Martin Šošić
129d06480c [New SDK]: { HttpError, AuthError, DbSeedFn, MiddlewareConfigFn } from 'wasp/server'. (#1699) 2024-01-31 17:46:23 +01:00
Mihovil Ilakovac
72f8437108 Fixes CRUD server import 2024-01-31 17:46:23 +01:00
Mihovil Ilakovac
cf961f52e2 Implement the new wasp/server/crud API (#1695) 2024-01-31 17:46:23 +01:00
Mihovil Ilakovac
e2ac659526 Adds wasp/server/auth API (#1694) 2024-01-31 17:46:23 +01:00
Mihovil Ilakovac
615b373fd6 Migrate wasp/client/auth API 2024-01-31 17:46:23 +01:00
Mihovil Ilakovac
d650276586 Implement new wasp/auth API (#1691) 2024-01-31 17:46:23 +01:00
Martin Šošić
ec9241b780 [New SDK]: 'wasp/server'. (#1682) 2024-01-31 17:46:23 +01:00
Martin Šošić
f61d1843c9 [New SDK]: 'wasp/client/api'. (#1681) 2024-01-31 17:46:23 +01:00
Martin Šošić
df293e53d7 [New SDK]: 'wasp/server/api'. (#1679) 2024-01-31 17:46:23 +01:00
Filip Sodić
10aca7f02f Remove leftover restructuring scripts 2024-01-30 15:13:43 +01:00
vincanger
471e3d44d2 Update Announcement.js 2024-01-30 08:27:09 -05:00
vincanger
164361c1f6 add PH announcement to LP 2024-01-29 16:57:52 -05:00
vincanger
9cca4fab7c add open saas blogpost 2024-01-29 12:17:35 -05:00
Filip Sodić
8e8f61073c Fix formatting for CI 2024-01-29 17:35:00 +01:00
Filip Sodić
f7587a2c9c Sort out restructuring leftovers 2024-01-29 17:20:35 +01:00
Filip Sodić
0c178c0719 Explain why we run Vitest from Wasp project root 2024-01-29 16:22:58 +01:00
Filip Sodić
cbd7310b16
Implement Wasp SDK generation (#1626) 2024-01-29 16:08:15 +01:00
Martin Šošić
bc9e1b6bce
Update LSP to work with restructuring (#1650) 2024-01-29 16:05:56 +01:00
Filip Sodić
1456a89222
Adapt wasp clean and fix NPM dep installation (#1603)
---------

Co-authored-by: Martin Sosic <sosic.martin@gmail.com>
2024-01-29 15:21:36 +01:00
Filip Sodić
df5a1358e6
Adapt Prisma for the new structure (#1604) 2024-01-29 15:10:47 +01:00
Filip Sodić
d3e9fdc4c6
Implement project install step for restructuring (#1690) 2024-01-29 14:57:22 +01:00
Filip Sodić
6f0714ad23
Create restructuring prototype (#1584) 2024-01-29 14:00:20 +01:00
Matija Sosic
e6cd37e5e1 blog: Launch Week 5 announcement post. 2024-01-24 15:44:20 +01:00
Martin Sosic
b227daf5e3 Now docs in development have 'next' version as default. 2024-01-23 12:01:56 +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
Mihovil Ilakovac
c793028c71
Removes letsask.ai script (#1658) 2024-01-23 10:29:15 +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
Martin Šošić
5aae915fff
Updated README.md with info about publishing vscode extension. 2024-01-21 13:59:53 +01:00
Mihovil Ilakovac
5c1a7e9e9a
Migration instructions for new auth (#1635) 2024-01-19 18:37:45 +01:00
Mihovil Ilakovac
723c9c579d Update todo-typescript to 0.12 2024-01-19 15:16:26 +01:00