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
Martin Sosic
f78ddf17d4
Fixes.
2023-06-15 21:13:54 +02:00
Martin Sosic
67a5f37b33
Now new-ai can work for human or for machine.
2023-06-15 20:37:53 +02:00
Martin Sosic
fb33dc9836
Put down basics for Page generation, need to finalize prompt.
2023-06-15 18:11:24 +02:00
Martin Sosic
d925836ac7
All operations are now being generated.
2023-06-15 17:07:39 +02:00
Martin Sosic
9ffc115fcd
Actions are now generated.
2023-06-15 15:44:52 +02:00
Mihovil Ilakovac
94d736f485
Auto CRUD: docs update & type bug fix ( #1256 )
2023-06-15 15:35:23 +02:00
Mihovil Ilakovac
b37cc22fc4
Adds support for a client public folder ( #1229 )
2023-06-15 15:17:10 +02:00
Martin Sosic
cbb3962508
Plan is now nicely printed.
2023-06-15 10:49:55 +02:00
Martin Sosic
c57ef72117
Planing working relatively ok!
2023-06-14 23:05:18 +02:00
Martin Sosic
dcb633a557
Implemented generation of plan, got it to compile.
2023-06-14 22:48:43 +02:00
Martin Šošić
590a08bb14
Upgrade React to v18 and Vite accordingly ( #1248 )
2023-06-14 21:56:26 +02:00
Martin Sosic
5900914faf
Implemented generation of wasp skeleton, next is planning.
2023-06-14 17:11:28 +02:00