Commit Graph

1528 Commits

Author SHA1 Message Date
Mihovil Ilakovac
73c37b7d6d
Integrate Lucia Auth in Wasp (#1625) 2024-01-15 11:53:54 +01:00
Mihovil Ilakovac
ffe2509cb4
New auth model docs (#1620) 2024-01-15 11:00: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 Sosic
8b4e7303c1 Fixed docusuarus config to work when 'current' docs are dropped in production. 2024-01-11 17:04:09 +01:00
Martin Sosic
d646bff4e4 Added comment in CSS. 2024-01-11 16:46:48 +01:00
Martin Šošić
b2e332bfed
Added versioned docs for 0.11.8. (#1629) 2024-01-11 16:42:13 +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
Matija Sosic
4039bda26b docs: added auth overview video. 2023-12-13 17:52:55 +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
Mihovil Ilakovac
548b5a42bd Speed up stats 2023-12-12 17:46:03 +01:00
Matija Sosic
f6a40e9435 blog: added emails to authors. 2023-12-12 17:34:06 +01:00
Martin Sosic
47c4b8cb16 Merge branch 'main' into wasp-ai 2023-12-11 20:19:46 +01:00
Matija Sosic
7bf282bfbd blog: added post about writing RFCs. 2023-12-07 15:13:16 +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
vincanger
dd7c2d27d5 Update CONTRIBUTING.md 2023-11-25 13:05:01 +01:00
Boris Martinovic
dde2d710b0
Added dev.to article and fixed WSL link (#1580)
* Added dev.to article and fixed WSL link

* Replaced dev.to with Wasp blog article
2023-11-25 12:58:20 +01:00
Boris Martinovic
36a75c33e9
Added new blog post - Guide to WSL (#1581)
* Added new blog post - Guide to WSL

* Changed file name and title
2023-11-25 12:57:30 +01:00
vincanger
3825ef94ed
[MAGE] add delete user option (#1577)
* add delete user functionality

* refactor to deleteMyself

* delete user relevant info from projects

* update status to deleted
2023-11-23 10:42:03 +01:00
Martin Šošić
080a1fdbf9
Removed ('update the db') comment from Mage download instructions 2023-11-20 12:22:16 +01:00
Kunal Prashant
62fddbcefc
Fix small typo in Mage FAQ.
Typos Fixed
2023-11-20 12:12:18 +01:00
Kristian Djaković
4c03042636
Added instructions to docs for running Wasp on Mac arm64 (install rosetta)
* Add MacOS Rosetta info to docs

* remove caution

* fix copy

* wrap in code box

* Update note title

Co-authored-by: Martin Šošić <Martinsos@users.noreply.github.com>

* Add info on Mx chip

---------

Co-authored-by: Martin Šošić <Martinsos@users.noreply.github.com>
2023-11-20 12:11:28 +01:00
Mihovil Ilakovac
0a9d1508aa Analytics
Signed-off-by: Mihovil Ilakovac <mihovil@ilakovac.com>
2023-11-18 22:18:50 +01:00
Martin Šošić
b8dc241f0b
Fixed links to examples, added examples/README.md, improved some names. (#1542)
* Fixed links to examples, added examples/README.md, improved some names.

Co-authored-by: Filip Sodić <filip.sodic@gmail.com>

* fix

---------

Co-authored-by: Filip Sodić <filip.sodic@gmail.com>
2023-11-17 15:02:32 +01:00
Martin Šošić
a4687e5865
Small improvements to docs. (#1500)
* Small improvements to docs.

* Update web/docs/advanced/deployment/cli.md

Co-authored-by: Mihovil Ilakovac <mihovil@ilakovac.com>

* Update web/docs/advanced/deployment/manually.md

Co-authored-by: Mihovil Ilakovac <mihovil@ilakovac.com>

* Update web/docs/advanced/deployment/manually.md

Co-authored-by: Mihovil Ilakovac <mihovil@ilakovac.com>

* Update web/docs/advanced/deployment/manually.md

Co-authored-by: Mihovil Ilakovac <mihovil@ilakovac.com>

* Update web/docs/advanced/deployment/manually.md

Co-authored-by: Mihovil Ilakovac <mihovil@ilakovac.com>

* Update web/docs/advanced/deployment/manually.md

Co-authored-by: Mihovil Ilakovac <mihovil@ilakovac.com>

* Update web/docs/advanced/deployment/manually.md

Co-authored-by: Mihovil Ilakovac <mihovil@ilakovac.com>

* fixes

* fix

---------

Co-authored-by: Mihovil Ilakovac <mihovil@ilakovac.com>
2023-11-16 17:16:11 +01:00
Boris Martinovic
2b898ec836 Added "format" action to npm scripts and ran it 2023-11-16 17:15:18 +01:00
Boris Martinovic
6cfc495ca4 Run prettier format 2023-11-16 17:15:18 +01:00
Boris Martinovic
4c362f3651 New prettier config, ignore, added TW plugin 2023-11-16 17:15:18 +01:00
Martin Šošić
8627702750
Update README.md (sponsors) 2023-11-16 16:05:39 +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
Gleb Mirzayev
84f635589c
fix: stop code blocks shrinking on logo hover (#1552)
* fix: stop code blocks shrinking on logo hover

* fix: stop code blocks shrinking on logo hover

* add Link tag back just in case
2023-11-14 13:49:08 +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
39620ee6b1 Merge branch 'release' 2023-11-13 10:49:33 +01:00
Mihovil Ilakovac
eb683fa4a8
Add fallback sans-serif font (#1568) 2023-11-11 23:28:04 +01:00
Mihovil Ilakovac
6eb54069ba Hide description in table 2023-11-09 16:12:05 +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
vincanger
3dd6279366
[MAGE] GH login + so many aMAGEing updates (#1546)
* add modals

* keep GPT in title and meta tags

* add trycatch blocks to JSON methods

* remove alert from localstorage call

* check prev state for modal

* update og:title

* add login and profile page

* check if user has starred our repo

* change cover fotos

* remove GH api star check

* make more sub-components and shared logic

* add return statement

* update header & renaming

* add project converter functions

* rename the renaming of renamed names :)

* remove comments & order user projects
2023-11-07 11:24:57 +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