Commit Graph

954 Commits

Author SHA1 Message Date
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
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
Filip Sodić
7df1b10ffd
Bump Wasp version to 0.11.6 and update e2e tests (#1493) 2023-10-10 15:02:31 +02:00
Mihovil Ilakovac
03cfcdfaaf
Wasp Studio [experimental] (#1483) 2023-10-10 12:17:05 +02:00
Mihovil Ilakovac
88d9534fd3
Allow customising the Vite config (#1465) 2023-10-09 15:40:33 +02:00
Mihovil Ilakovac
20eb9e007a
Bumps Wasp version (#1448) 2023-09-16 00:43:46 +02:00
Mihovil Ilakovac
b9ba6fbaa4
Fixes Auth UI (#1447) 2023-09-16 00:13:37 +02:00
Mihovil Ilakovac
16fa3bd487 Merge branch 'main' into wasp-ai 2023-09-14 12:23:29 +02:00
Mihovil Ilakovac
99c9021f82
Signup Customisation [RFC] (#1395) 2023-09-12 13:19:47 +02:00
Mihovil Ilakovac
cb88dfc618
Adding support for Postgres Extensions (#1443) 2023-09-12 13:03:57 +02:00
Martin Šošić
ed3be9ca1a
Update README.md with info about installing LLVM on Mac to build wasp 2023-09-10 15:12:31 +02:00
Mihovil Ilakovac
092ff2acaf
Type safe async jobs (#1400) 2023-09-07 16:32:55 +02:00
Martin Sosic
0183d9cbf2 Fixed e2e tests that I messed up when adding comments to app.js. 2023-09-07 14:42:36 +02:00
Martin Šošić
7da0aae3e9
Added a comment to app.js about default express error handler behaviour. 2023-09-06 17:18:21 +02:00
Martin Šošić
179ec45aa9
Updated default .gitignore for new Wasp project to be more robust regarding .env files (#1425) 2023-08-31 15:50:17 +02:00
Mihovil Ilakovac
6b77b673a6
Fixes a types export issue (#1421) 2023-08-31 11:56:20 +02:00
Mihovil Ilakovac
66a04a07ce
Updates tutorial link in templates (#1423) 2023-08-31 10:26:41 +02:00
Mihovil Ilakovac
792c014551
Implement type safe links (#1235) 2023-08-30 14:40:17 +02:00
Craig McIlwrath
0f9726b7a1
[waspls] use the wasp project root instead of the workspace root (#1393)
* calculate project root via location of .wasp file

previously, waspls used workspace root, which was incorrect if you opened a
workspace larger than the wasp project.

this does not add support for multi-project workspaces.

* update changelog with waspls scaffolding info
2023-08-11 08:18:37 -04:00
Craig McIlwrath
d12b403e7d
[waspls] improves LSP scaffolding (#1381)
* create directories when scaffolding, if needed

* refresh export cache after scaffolding

* better process for ensuring a blank line between old code and new scaffolded code
2023-08-10 10:01:20 -04:00
Filip Sodić
a076e9a67a
Add install command to run script (#1385) 2023-08-10 11:22:38 +02:00
Mihovil Ilakovac
b34ab5dc8b
Fixes .env.client copying (#1391) 2023-08-10 11:20:33 +02:00
Craig McIlwrath
ea70a8e4bb
[waspls] fix client directory module resolution (#1372)
Previously, waspls incorrectly thought that importing `@client/file.jsx` could be referencing the file `src/client/file.tsx`. But this JS/TS "merging" is only correct on the server (for reasons that are not explained by the TS documentation on module resolution). This commit fixes that by requiring exact matches for external imports beginning with `@client`.

This incorrect behavior manifested as several different bugs:
- Not reporting missing `.jsx` files when a `.tsx` file with the same name exists.
- Go-to definition going to the `.tsx` file instead of the `.jsx` file when the external import ends in `.jsx`.
- Scaffold actions suggestions scaffolding in both the `.jsx` and `.tsx`files.

This commit fixes all of these buggy behaviors.
2023-07-28 10:49:09 -04:00
Mihovil Ilakovac
7c09e3964b
Updates LSP templates (#1375) 2023-07-28 10:33:04 +02:00
Craig McIlwrath
76d9fc4213
[waspls] Add code actions for scaffolding external code (#1316)
When an external import tries to import a symbol from a TypeScript/JavaScript file, waspls now offers quickfix code actions to scaffold a function in that file.

It uses the surrounding context of the external import to determine what code to write for the code action. See [`ScaffoldTsSymbol.hs`](457911d5e9/waspc/waspls/src/Wasp/LSP/Commands/ScaffoldTsSymbol.hs) for a detailed description of how it works. At a high level, there is a `templateForFile` function in `Wasp.LSP.Commands.ScaffoldTsSymbol` that selects the correct template from `data/lsp/templates/ts`. For example, `action.fn.ts` contains a template for scaffolding an `action` function in a TypeScript file and would be used when a code action is requested with the cursor at the location marked by `|`:

```wasp
action createTask {
  fn: import { createTask } from "@server/actions.js"|
}
```

The scaffold action runs as a [LSP command](https://microsoft.github.io/language-server-protocol/specifications/specification-3-16/#workspace_executeCommand). To prepare for wanting to define more commands in waspls in the future, this PR also introduces the concept of `Commands` (`Wasp.LSP.Commands.Command`) that define some properties about each command waspls wants to handle.
2023-07-26 08:00:16 -04:00
Craig McIlwrath
8b1d6a96ab
[waspls] implement goto definition for declarations (#1310) 2023-07-18 08:16:26 -04:00
Filip Sodić
ba683d0969 Add extendedWhereUnique to Wasp AI 2023-07-12 17:51:33 +02:00
Filip Sodić
4bff9069a3 Merge branch 'main' into wasp-ai 2023-07-12 17:44:24 +02:00
Filip Sodić
af9d7992b3
Add support for Prisma preview features (#1315) 2023-07-12 17:08:57 +02:00
Martin Sosic
803fad6d9f Added creativity level, improved messaging in wasp-ai, some links. 2023-07-12 16:18:57 +02:00
Martin Sosic
d2268b734f Reverted wasp cli version in Wasp AI to 0.11.0. 2023-07-11 16:30:12 +02:00
Martin Sosic
fa6c3867eb Fixed wrong cabal version. 2023-07-11 16:27:00 +02:00
Martin Sosic
9ab013c5c2 Updated e2e tests. 2023-07-11 15:43:41 +02:00
Filip Sodić
e2ed9682e0 Merge branch 'wasp-ai' of github.com:wasp-lang/wasp into wasp-ai 2023-07-11 13:27:44 +02:00
Filip Sodić
ce5f292cca Improve Page examples for chat gpt 2023-07-11 13:27:32 +02:00
Martin Sosic
7291ca882a Updated version to 0.11.1. 2023-07-11 13:06:49 +02:00
Martin Sosic
805aaef1dd Temperature can now be adjusted via CLI. 2023-07-11 12:38:32 +02:00
Martin Sosic
737ab428ed Added GPT4 as an option via project config JSON. 2023-07-11 12:28:19 +02:00
Filip Sodić
2eb648ce01 Tell Chat GPT to improve page design 2023-07-10 18:26:25 +02:00
Filip Sodić
72f6b08c99 Enrich example page with styles and logic 2023-07-10 17:57:22 +02:00
Martin Sosic
4f8a448dc9 Gave it examples on what to avoid regarding update() and findUnique(). 2023-07-10 15:48:02 +02:00
Martin Sosic
dcf6001623 Explained to GPT not to use multiple fields in the 'where' of update() or findUnique(). 2023-07-10 11:15:01 +02:00
Martin Sosic
81257bb179 Updated action example to not use updateMany as it confused GPT. 2023-07-08 21:40:24 +02:00
Martin Sosic
1d8d47c028 Added logout button to Layout.jsx. 2023-07-08 21:13:55 +02:00
Martin Sosic
248ee950bd Removed list of all possible imports from Page prompts. 2023-07-08 20:30:44 +02:00
Filip Sodić
0cc65dbd3e
Add import heuristic (#1311) 2023-07-08 01:26:54 +02:00
Martin Sosic
a321684959 Login/Signup page now have nice width. 2023-07-07 17:46:30 +02:00
Martin Sosic
ef66f0e991 Told it to replace local js imports with actual implementation. 2023-07-07 16:09:32 +02:00
Martin Sosic
e3f09be9ae Wasp AI: small fixes. 2023-07-07 15:46:43 +02:00
Martin Sosic
64163763e3 Wasp AI: Plan is not repeatedly fixed. 2023-07-07 15:21:10 +02:00
Craig McIlwrath
2d3f0e116c
[waspls] cleanup extimport code (#1292)
mainly refactoring. also updates CI workflow to run packages/ts-inspect tests.
2023-07-07 08:21:33 -04:00
Martin Sosic
d2e5007a0a Wasp AI: Told GPT we are using sqlite so it can't do String[] in PSL. 2023-07-07 12:11:53 +02:00
Filip Sodić
352476e6e3
Fix Wasp AI import and login/logout problems (#1308) 2023-07-07 12:06:24 +02:00
Martin Šošić
4d4c2c2f72
Wasp AI: got prisma format working, fixed recovery on http errors
* Put some skeleton logic in.

* Fixed wrong handling of http errors, got prisma format working.

* fix
2023-07-07 01:24:26 +02:00
Martin Sosic
f714b8eb1d Added prisma TS package to Wasp, for running prisma format. 2023-07-06 18:29:02 +02:00
Martin Sosic
a7254cadb7 Code agent now sends the exception that crashed it as the last log. 2023-07-05 19:03:48 +02:00
Martin Sosic
42d656d9ad Added logs when retrying GPT requests. 2023-07-05 18:24:42 +02:00
Martin Sosic
513d696337 Fixed wrong http error handling. 2023-07-05 17:40:45 +02:00
Filip Sodić
0551983d5f Prevent chat gpt from generating login and signup 2023-07-05 16:23:04 +02:00
Filip Sodić
023478498c Fix typo in actions 2023-07-05 14:05:18 +02:00
Filip Sodić
cd0c5cb1bb
Fix incorrect import and useAction hook usage (#1305) 2023-07-05 11:57:54 +02:00
Martin Sosic
312441579a Improved code a bit for retrying GPT requests. 2023-07-05 01:00:18 +02:00
Martin Sosic
f22e7a87c6 Made ChatGPT retrying more robust (reacts to more http status codes). 2023-07-04 22:32:23 +02:00
Martin Sosic
0d58f24266 Reduced duration and tokens for JSON fixing, fixed removing double imports in operations. 2023-06-30 16:46:17 +02:00
Martin Sosic
b54627bc6e Made Wasp AI even more resistant to invalid JSON being returned from GPT. 2023-06-30 14:45:09 +02:00
Martin Sosic
046a49b709 Improved how we choose to use ChatGPT4. 2023-06-30 02:13:26 +02:00
Martin Sosic
958807f25b Now we use GPT4, if available, for plan. 2023-06-30 01:49:42 +02:00
Mihovil Ilakovac
f6cd3c79fd Use custom color 2023-06-29 22:36:03 +02:00
Martin Sosic
a5323a2e05 Added JSON config via CLI for Wasp AI. 2023-06-29 21:25:23 +02:00
Martin Sosic
005c17cef6 fix 2023-06-29 19:49:57 +02:00
Martin Sosic
cd4563f1e7 Some more prompt fixes. 2023-06-29 19:35:27 +02:00
Martin Sosic
bc3ac4e894 Improved some prompts. 2023-06-29 19:35:27 +02:00
Martin Sosic
84bda360b1 small fix of 403 http status to 401. 2023-06-29 16:56:55 +02:00
Martin Sosic
32c1f08a98 Enriched Operation examples. 2023-06-29 16:53:48 +02:00
Martin Šošić
3b6b6ddf1a
Wasp ai fuller examples (#1300)
* Enriched main.wasp example.

* Enriched examples in the prompts for Plan and for Wasp file.
2023-06-29 15:55:07 +02:00
Mihovil Ilakovac
c209077d20 Page fixing update 2023-06-29 15:32:40 +02:00
Mihovil Ilakovac
88a8f6a2ef Updates prompts: pages fixing, operations fixing 2023-06-29 15:12:48 +02:00
Mihovil Ilakovac
3e6e89d4e3 Adds pages fixing. Improve JSON fixing prompt. 2023-06-29 14:36:55 +02:00
Martin Sosic
20c06bc9e7 fix 2023-06-29 14:00:33 +02:00
Martin Sosic
f989bd7fca Now we do multiple attempts to fix wasp file if there are compile errors left. 2023-06-29 13:36:50 +02:00
Martin Sosic
d553f29f70 Merge branch 'main' into wasp-ai 2023-06-29 12:46:05 +02:00
Craig McIlwrath
c1d86b1f91
Show multiple parse errors from Wasp Analyzer (#1298)
* allow multiple errors to come out of analyzer

basically just plumbing. does add one new thing: all the concrete parse
errors get reported now 🥳

* add statement level error recovery to abstract parser

* add expression level parse recovery

recovers from errors inside dict entries, lists,
and tuples.

* document parser error recovery

* run formatter
2023-06-29 12:34:31 +02:00
Mihovil Ilakovac
a2a41ea0a0 Fixes imports example 2023-06-29 00:23:37 +02:00
Mihovil Ilakovac
1b4e7cd765 Formatting
Signed-off-by: Mihovil Ilakovac <mihovil@ilakovac.com>
2023-06-28 23:51:24 +02:00
Mihovil Ilakovac
f4b76f0e34 Merge branch 'main' into wasp-ai 2023-06-28 23:40:57 +02:00
Mihovil Ilakovac
7caf367d41 Adds Tailwind support. Small prompt adjustments. 2023-06-28 23:40:00 +02:00
Martin Sosic
302936bf7f Added reporting of tokens usage. 2023-06-28 23:19:06 +02:00
Martin Sosic
08c235d12e Added fixing of NodeJS operations files. 2023-06-28 22:04:57 +02:00
Martin Sosic
286117b404 Added fixing of individual Operations. 2023-06-28 20:28:37 +02:00
Martin Sosic
cf8877479c Small fix of plan fixing. 2023-06-28 17:11:33 +02:00
Martin Sosic
1d6277846b Implemented fixing of Wasp file. 2023-06-28 16:48:22 +02:00
Mihovil Ilakovac
feeb9217de Updates data files list 2023-06-28 11:54:28 +02:00
Martin Sosic
5d13b4d607 tiny plan fixing fix. 2023-06-28 11:40:33 +02:00
Martin Sosic
15ce1bf5bb Now new-ai can be called programmaticaly more easily. 2023-06-28 11:25:09 +02:00
Martin Šošić
6c2049ad5a
Added plan fixing. (#1296) 2023-06-28 09:42:08 +02:00
Martin Sosic
349875b242 Upped number of retries for JSON from 1 to 2. Added pretty debugging of chatGPT prompts. 2023-06-27 18:24:12 +02:00
Martin Šošić
69129df3ce
If chatGPT responds with invalid JSON, ask it to fix it. (#1293) 2023-06-27 16:03:06 +02:00
Martin Šošić
3cb1dbd9f9
Update README.md with instructions on updating starter templates before release. 2023-06-27 12:31:36 +02:00
Mihovil Ilakovac
a10e4fdff1 Adds missing basic template files 2023-06-27 10:35:28 +02:00
Martin Sosic
db52fdbeac Merge branch 'main' into wasp-ai 2023-06-26 19:12:41 +02:00
Martin Šošić
466e33d50c
Wasp ai retry (#1288)
* Wasp AI now retries requests to chat GPT.

* Improved retry.

* Got tests for retry working.

* one more test.

* Improved retry tests a bit.

* Finished tests.

* fix
2023-06-26 17:48:08 +02:00
Mihovil Ilakovac
0e5e653832 Add info about Auto CRUD and Websockets to ChangeLog.
Co-authored-by: Craig McIlwrath <craigmc08@gmail.com>
2023-06-26 14:44:32 +02:00
Martin Sosic
ee18f8bb2d Enriched ChangeLog with more info on 0.11. 2023-06-26 14:19:09 +02:00
Mihovil Ilakovac
c50aef34f8
Rewrite templates to include description (#1283) 2023-06-23 16:44:24 +02:00
Craig McIlwrath
d5c04a002a
[waspls] fix debouncer tests (#1284) 2023-06-23 10:28:22 -04:00
Martin Sosic
001068ca1a Merge branch 'main' into wasp-ai 2023-06-23 12:45:59 +02:00
Martin Sosic
afb148e19d wasp cli now exits with code 1 on internal errors. 2023-06-23 12:44:43 +02:00
Martin Sosic
83ef006a98 Improved messaging for missing OpenAI Api key. 2023-06-23 12:09:09 +02:00
Craig McIlwrath
7c0d13d242
[waspls] diagnostics for external imports and goto definition (#1268) 2023-06-22 15:37:07 -04:00
Craig McIlwrath
066b832127
Adjust how dictionary types are displayed (#1280) 2023-06-22 14:13:18 -04:00
Mihovil Ilakovac
dc1c3aab49
Adds extra type info to middleware customization fn (#1279)
* Adds extra type info to middleware customization

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

* Fixes e2e tests

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

---------

Signed-off-by: Mihovil Ilakovac <mihovil@ilakovac.com>
2023-06-22 16:52:52 +02:00
Mihovil Ilakovac
d3454a5f58 Merge branch 'main' into wasp-ai 2023-06-22 10:48:36 +02:00
Mihovil Ilakovac
e3873a6148
Fixes oAuth redirect behaviour in development (#1275) 2023-06-22 10:47:47 +02:00
Mihovil Ilakovac
67f88cc50e
Fixes Websocket Typescript issues (#1277) 2023-06-22 10:30:03 +02:00
Martin Šošić
7c1e9879ab
Removed JS extension from imports on client (in examples, docs, ...). (#1276) 2023-06-21 19:19:13 +02:00
Mihovil Ilakovac
b80f8946cf
Updates broken imports for Auth components (#1274) 2023-06-21 16:09:10 +02:00
Martin Sosic
122dc2a058 Headless tests playwright package-lock.json update. 2023-06-21 11:18:02 +02:00
Martin Sosic
cfa09771e1 Merge branch 'main' into wasp-ai 2023-06-21 11:06:45 +02:00
Martin Sosic
98fa699011 Fix with non-optional jsImports field that should have been optional. 2023-06-21 11:01:31 +02:00
Craig McIlwrath
802e0c5e5d
show error message when database is not running (#1218)
Co-authored-by: Martin Šošić <Martinsos@users.noreply.github.com>
Co-authored-by: Mihovil Ilakovac <mihovil@ilakovac.com>
2023-06-20 14:34:14 -04:00
Martin Sosic
2e9a33d167 Extracted core skeleton files from the local template(s). 2023-06-20 19:58:15 +02:00
Martin Sosic
2379877b14 Removed debugging output. 2023-06-20 18:37:36 +02:00
Martin Sosic
6d4a39a976 Merge commit resolutions I ommited commiting by accident. 2023-06-20 18:32:50 +02:00
Martin Sosic
8b6fdc7b6e Merge branch 'main' into wasp-ai 2023-06-20 18:30:20 +02:00
Craig McIlwrath
e43b8f986c
[waspls] add dictionary autocomplete and signature help (#1230) 2023-06-20 07:31:20 -04:00
Martin Sosic
85cf960121 Reorganized creation of new project a bit. 2023-06-20 11:08:34 +02:00
Martin Sosic
170d63ae63 fix 2023-06-19 23:08:57 +02:00
Martin Sosic
9a079f90d2 Moved command for AI project generation to better place. 2023-06-19 23:06:38 +02:00
Martin Sosic
e54171da01 Moved AI/GenerateNewProject to waspc-lib. 2023-06-19 22:54:26 +02:00
Martin Sosic
5ad6d9a8fe Made GenerateNewProject independent of CLI. 2023-06-19 21:34:14 +02:00
Martin Sosic
6333c6157f Moved CodeAgent and OpenAI modules under Wasp.AI. 2023-06-19 20:44:12 +02:00
Martin Sosic
30ad72df6f A bit of refactoring. 2023-06-19 20:19:58 +02:00
Martin Šošić
1584721299
Updated telemetry docs. (#1237) 2023-06-19 12:29:05 +02:00
Shayne Czyzewski
3e85b0f067
Adds WebSocket support (#1203) 2023-06-19 10:49:57 +02:00
Filip Sodić
fb4001a5a0
Update axios and tanstack-query to latest versions (#1260) 2023-06-16 18:26:45 +02:00
Filip Sodić
90bbff3b64
Ensure Auth entity has a unique username (#1257) 2023-06-16 17:01:55 +02:00
Martin Sosic
b1778cd505 It works! Web app calls wasp-cli and works. 2023-06-16 15:43:16 +02:00