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
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
Martin Šošić
5aae915fff
Updated README.md with info about publishing vscode extension.
2024-01-21 13:59:53 +01:00
Mihovil Ilakovac
33ed5e6178
Updates example app version
2024-01-18 13:54:09 +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
Mihovil Ilakovac
73c37b7d6d
Integrate Lucia Auth in Wasp ( #1625 )
2024-01-15 11:53:54 +01:00
Martin Sosic
c534a84b9c
Merge branch 'release'
2024-01-12 18:28:23 +01:00
Martin Sosic
6ec6bc2828
Fixed e2e tests.
2024-01-12 18:12:54 +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
Martin Šošić
6771dacb0e
Added open-saas starter template to CLI & fixed all starter templates (instructions, versioning) ( #1619 )
...
* Added open saas to starter templates and refactored template picking a bit.
* All now use new mechanism.
* Removed notion of GhStartersRepoTemplate.
* Templates are now versioned.
* Starting instructions are not adjustable per template.
* Instructions are now correct for each template.
* fix
* fix
* fix
* fix
* fix
* fix
* fix
2024-01-11 16:25:35 +01:00
Martin Sosic
7297dfab3d
Fixed old hlint warnings/suggestions.
2024-01-08 15:54:10 +01:00
Martin Šošić
758110e686
Relax node version ( #1533 )
...
* Relaxed Wasp's node version requirements.
* Updated e2e tests.
* fix
* fix
* Fixed version of wasp app in headless tests.
* Update web/docs/introduction/getting-started.md
Co-authored-by: Mihovil Ilakovac <mihovil@ilakovac.com>
* fix
* fix
* Small grammar fixes.
* fixes
* Updated e2e tests.
* fix
* fix
---------
Co-authored-by: Mihovil Ilakovac <mihovil@ilakovac.com>
2024-01-04 11:30:42 +01:00
Mihovil Ilakovac
633e25c125
Injected auth models ( #1583 )
2024-01-03 14:40:08 +01:00
Janko Vidaković
e41fc5792c
Fix import/export JS errors in Mage ( #1607 )
2024-01-02 16:43:35 +01:00
Martin Šošić
994a58f0dc
Wasp ai cli mage ( #1601 )
...
* Improved Wasp AI CLI experience.
* fix
* Added CLI Usage, polished CLI commands.
* Added choice of temperature.
* Added styling.
* Added more sophisticated, terminal-only styling.
* fix
* Updated Mage to use new Wasp CLI + added some messaging to CLI.
* fix
* Created wasp-ai/README, updated waspc/README.
* Moved wasp-ai/ to mage/.
* Final polishing (docs, readmes, messaging).
* fix
* Added tests for LogMsg.
* Updated versions of test apps to 0.12.
* fix
* fix
* Update mage/README.md
* fix
* fix
2023-12-22 15:14:38 +01:00
Janko Vidaković
34f6539590
Support more GPT models in Mage + allow customizing both of them ( #1598 )
...
* Enable new OpenAI models for MAGE
* Add option to specify Plan GPT model from CLI
* Fix error in parsing planGptModel
* Remove check for GPT-4 availability
* Refactor initialization of GPT params
* Add GPT 3.5 Turbo 0613
* Fix GPT versions to exact values
Generic OpenAI models, such as 'GPT-4' and 'GPT-3_5_turbo',
point to the 'latest' of the respective OpenAI models.
This means that the exact models used can change unexpectedly.
This would not normally be an issue, but the newer models
tend to exhibit a performance drop.
Therefore, to future-proof our application, we fix the
model versions to prevent any unexpected model changes.
* Rename base->coding, plan->planning
* Remove unused _useGpt3IfGpt4NotAvailable field
* Remove confusing helper function
* Fix typo Planing -> Planning
2023-12-13 17:11:08 +01:00
Martin Sosic
47c4b8cb16
Merge branch 'main' into wasp-ai
2023-12-11 20:19:46 +01:00
Martin Šošić
20769f67a8
Made CI checks during telemetry a bit more thorough. ( #1586 )
2023-11-30 14:44:54 +01:00
Martin Sosic
cf88e2b1a5
Added ghcup-set command to waspc/run script.
2023-11-28 23:36:10 +01:00
Mihovil Ilakovac
ef6d6b1041
Username validation refactor ( #1569 )
2023-11-15 13:05:00 +01:00
Mihovil Ilakovac
3a5bba9b39
Bumps version ( #1573 )
2023-11-14 14:21:20 +01:00
Mihovil Ilakovac
37af3c3143
Update ChangeLog.md
2023-11-14 13:56:40 +01:00
Mihovil Ilakovac
4db82bf815
Escape Prisma command when running with script
on Linux ( #1561 )
2023-11-14 13:32:15 +01:00
Mihovil Ilakovac
62aa2b72c4
Adjust the DB check error message ( #1558 )
2023-11-09 13:19:47 +01:00
Mihovil Ilakovac
96ea796067
Add check if migrations dir exists before copying ( #1562 )
2023-11-09 13:17:45 +01:00
Mihovil Ilakovac
2752f889c8
Sets the minimum number of Fly machines to 1 ( #1535 )
2023-11-06 15:47:45 +01:00
Ikko Eltociear Ashimine
2b47abd36f
Fix typo in Token.hs ( #1496 )
...
accomodate -> accommodate
Co-authored-by: Filip Sodić <filip.sodic@fer.hr>
2023-11-06 12:43:17 +01:00
Mihovil Ilakovac
0f6ca6de5f
Fixes timeouts for Mage ( #1555 )
2023-11-02 13:31:05 +01:00
Mihovil Ilakovac
520c35af5c
Adds support for client subdir ( #1516 )
2023-10-27 15:12:47 +02:00
Mihovil Ilakovac
9f31b3229e
Bumps version to 0.11.7 ( #1545 )
2023-10-27 14:19:53 +02:00
Mihovil Ilakovac
4aeddfbc9f
Updates change log
2023-10-27 12:50:59 +02:00
Mihovil Ilakovac
e871e048fb
Fixes a Prisma SSL bug by bumping Prisma ( #1544 )
2023-10-27 12:47:25 +02:00
Ritik Raj
b26ca1dc33
updated SQLite to PostgreSQL migration doc's link ( #1517 )
2023-10-19 15:16:07 +02:00
Parikshit Adhikari
bbfbd77230
fixed typos in waspc/design-docs/db-seeding.org and waspc/design-docs/server-setup.md ( #1499 )
2023-10-17 17:36:29 +02:00
Parikshit Adhikari
15d7a0cae1
fixed typos in waspc/docs/wasplang/src/index.tex ( #1497 )
2023-10-17 17:35:33 +02:00
Martin Sosic
2fb1b0a54d
Added info about 'wasp studio' command to CLI usage/help output.
2023-10-16 16:02:43 +02:00