Commit Graph

1511 Commits

Author SHA1 Message Date
Matija Sosic
6c1b2f180c lp: updated example apps section. 2023-10-18 21:37:19 +02:00
Filip Sodić
9113f95503 Merge branch 'release' of github.com:wasp-lang/wasp 2023-10-17 22:14:12 +02:00
Filip Sodić
8902d89793 Fix typo in docs 2023-10-17 22:09:01 +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
Filip Sodić
5e45dad54a
Make example app names more descriptive (#1512)
Co-authored-by: vincanger <70215737+vincanger@users.noreply.github.com>
2023-10-16 16:29:44 +02:00
Filip Sodić
ccb40d5e81
Updates docs and websockets README (#1511)
Co-authored-by: vincanger <70215737+vincanger@users.noreply.github.com>
Co-authored-by: Mihovil Ilakovac <mihovil@ilakovac.com>
2023-10-16 16:21:38 +02:00
Filip Sodić
f7712105af
Add websockets example app (#1510)
Co-authored-by: vincanger <70215737+vincanger@users.noreply.github.com>
2023-10-16 16:14:57 +02:00
Filip Sodić
1162fedd20 Merge branch 'release' of github.com:wasp-lang/wasp 2023-10-16 16:05:32 +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ć
620bb7d6b4
Fix Vite config mentions in docs (#1509) 2023-10-16 15:25:05 +02:00
Filip Sodić
b957e9a29e
Fix task order in tutorials (#1508) 2023-10-16 15:11:48 +02:00
Filip Sodić
fc1550fa1b
Update tutorials for v0.11.6 (#1504) 2023-10-16 13:02:09 +02:00
Mihovil Ilakovac
d9d04a384a Updates Waspleau links 2023-10-13 16:56:05 +02:00
Mihovil Ilakovac
98f50e65f1 Adds deployment files
Signed-off-by: Mihovil Ilakovac <mihovil@ilakovac.com>
2023-10-13 16:52:40 +02:00
Martin Sosic
e333a027d1 Removed ItWaspsOnMyMachine from tutorials/examples. 2023-10-13 14:46:23 +02:00
Martin Sosic
21de6a9a62 Removed project-page/, which is old landing page prototype. 2023-10-13 14:05:34 +02:00
Martin Sosic
2782f7cb5f Deployed Thoughts example app to Fly.io. 2023-10-13 13:56:55 +02:00
Matija Sosic
5ddd407825 blog: added LW4 announcement post. 2023-10-13 12:39:05 +02:00
vincanger
d6b55b40fb
Update todo-typescript example for 0.11.6 (#1167) 2023-10-12 15:31:27 +02:00
Gleb Mirzayev
799ff1d8d0 docs: remove mentions of logoUrl (#1473)
* Add streaming text example

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

* Updated diagram to be visible on dark mode (#1456)

Added white background so the diagram in docs is visible also in dark background.

* Update .gitattributes to not look at haskell files

* docs: remove mentions of logoUrl

---------

Signed-off-by: Mihovil Ilakovac <mihovil@ilakovac.com>
Co-authored-by: Mihovil Ilakovac <mihovil@ilakovac.com>
Co-authored-by: Boris Martinovic <boris@martinovic.dev>
Co-authored-by: Martin Šošić <Martinsos@users.noreply.github.com>
2023-10-12 14:32:48 +02:00
vincanger
728fdd6875 add lucas blog (#1471) 2023-10-12 14:32:48 +02:00
Chris Clark
133d678d27 Update 01-create.md (#1450) 2023-10-12 14:32:48 +02:00
Chris Clark
d9ca730a37 Update backends.md (#1451) 2023-10-12 14:32:48 +02:00
vincanger
14bcec7c29 add memerator post (#1449) 2023-10-12 14:32:48 +02:00
Martin Sosic
1fefc3198d Added 'On Importance of Naming in Programming' blog post. 2023-10-12 14:24:29 +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
Filip Sodić
3c45043728
[MAGE] Implement filter-dependent stats (#1490) 2023-10-10 12:54:18 +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
Martin Šošić
f7d431a5ab
Update sponsors list in README 2023-10-06 18:03:22 +02:00
Gleb Mirzayev
1551131d1a
docs: remove mentions of logoUrl (#1473)
* Add streaming text example

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

* Updated diagram to be visible on dark mode (#1456)

Added white background so the diagram in docs is visible also in dark background.

* Update .gitattributes to not look at haskell files

* docs: remove mentions of logoUrl

---------

Signed-off-by: Mihovil Ilakovac <mihovil@ilakovac.com>
Co-authored-by: Mihovil Ilakovac <mihovil@ilakovac.com>
Co-authored-by: Boris Martinovic <boris@martinovic.dev>
Co-authored-by: Martin Šošić <Martinsos@users.noreply.github.com>
2023-10-05 14:45:27 +02:00
vincanger
0db972dcb1
add lucas blog (#1471) 2023-10-04 17:36:56 +02:00
vincanger
fb39f86ce9
[MAGE] add modals (#1463) 2023-10-03 14:58:59 +02:00
Martin Šošić
b0c87281dd
Update .gitattributes to not look at haskell files 2023-10-02 18:41:38 +02:00
Mihovil Ilakovac
c5272b57c2 Updates domain
Signed-off-by: Mihovil Ilakovac <mihovil@ilakovac.com>
2023-10-02 14:12:59 +02:00
Boris Martinovic
6a70c32843
Updated diagram to be visible on dark mode (#1456)
Added white background so the diagram in docs is visible also in dark background.
2023-09-29 13:40:30 +02:00
Chris Clark
556096b93e
Update 01-create.md (#1450) 2023-09-28 12:44:48 +02:00
Chris Clark
18a53492b5
Update backends.md (#1451) 2023-09-28 12:44:37 +02:00
Mihovil Ilakovac
5a33d3c91b Add streaming text example
Signed-off-by: Mihovil Ilakovac <mihovil@ilakovac.com>
2023-09-28 11:10:04 +02:00
vincanger
51c9704b82
add memerator post (#1449) 2023-09-17 14:29:18 +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
4bd236808e Updates job types 2023-09-14 13:23:36 +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