Martin Sosic
f52b719291
Fixed prisma version to 2.12.1 .
2020-12-10 15:54:17 +01:00
Martin Sosic
75e17f4dc4
Install script is now posix compliant.
2020-12-07 17:22:46 +01:00
Martin Sosic
0df082a3b2
Updated Project Status in README.
2020-12-05 18:44:23 +01:00
Martin Šošić
6549b4f498
First version of RealWorldApp example in Wasp!
...
Missing: design, validation, better error handling.
2020-12-01 18:49:58 +01:00
Martin Sosic
ec015c1357
Final polishing of first version of RWA.
2020-12-01 18:48:39 +01:00
Martin Šošić
e9f4af07d7
Update examples/realworld/README.md
...
Co-authored-by: Matija Sosic <matija.sosic@gmail.com>
2020-12-01 18:28:28 +01:00
Martin Šošić
32f7736395
Update examples/realworld/README.md
...
Co-authored-by: Matija Sosic <matija.sosic@gmail.com>
2020-12-01 18:27:31 +01:00
Martin Sosic
0eaebec479
RWA now uses new 'create user' feature.
2020-12-01 15:19:45 +01:00
Martin Sosic
6a4469c370
Merge branch 'master' into realworld
2020-12-01 11:54:57 +01:00
Martin Sosic
3877ef27e9
Structured files better.
2020-11-30 18:11:48 +01:00
Martin Sosic
c1615656ad
Updated README with experiences while developing RWA.
2020-11-30 17:53:21 +01:00
Martin Sosic
9762e85dbf
Finished implementing pagination for articles.
2020-11-30 15:00:32 +01:00
Martin Sosic
10450e55a8
Started working on pagination.
2020-11-27 22:52:38 +01:00
Martin Sosic
06ad27192f
Organized operations into multiple files.
2020-11-27 21:47:12 +01:00
Martin Sosic
49f7684141
Implemented articles lists on home page.
2020-11-27 18:49:54 +01:00
Matija Sosic
26cd45af88
Updated wasp version to 0.1.8.
2020-11-27 18:18:24 +01:00
Matija Sosic
6527319581
Added password hashing middleware to Prisma instance - dev cannot change/update password without it being hashed. ( #149 )
2020-11-27 18:11:54 +01:00
Martin Sosic
804e3ef37d
Added following other users.
2020-11-27 16:10:02 +01:00
Martin Sosic
cdb7484279
Tags are working again!
2020-11-27 14:25:47 +01:00
Martin Sosic
57412b8b3c
Added favorited articles.
2020-11-26 22:48:35 +01:00
Martin Sosic
609bb19846
Added popular tags to homepage.
2020-11-26 16:35:38 +01:00
Martin Sosic
5c63faaab8
Tags can now be deleted.
2020-11-25 22:33:48 +01:00
Martin Sosic
c58234650c
progress
2020-11-25 18:27:41 +01:00
Martin Sosic
d6a1287c97
Added tags to articles.
2020-11-25 16:25:26 +01:00
Martin Sosic
2dff4efe10
Added comments.
2020-11-24 22:57:14 +01:00
Martin Sosic
7f3ccb8af6
Added article slug.
2020-11-24 21:11:37 +01:00
Martin Sosic
08238e69b2
Made more progress.
2020-11-24 20:39:36 +01:00
Martin Sosic
85d8f5066c
More progress.
2020-11-23 17:31:03 +01:00
Matija Sosic
4ac627e652
Generating simple login & signup pages when auth is enabled. ( #145 )
2020-11-23 16:51:46 +01:00
Martin Sosic
8ffc7ebdae
Fixed problem with article editor routing.
2020-11-22 17:18:03 +01:00
Martin Sosic
d0044dd320
Progress. WIP.
2020-11-20 18:22:49 +01:00
Matija Sosic
8e451dbe6c
Implemented simple signup function for Wasp developer to use out-of-the-box. ( #142 )
2020-11-19 16:28:42 +01:00
Martin Sosic
601ac3185b
Added navbar.
2020-11-19 15:32:37 +01:00
Martin Sosic
e7cf17ea5d
Implemented user settings and profile page.
2020-11-19 15:11:23 +01:00
Martin Sosic
26ad50c147
Realworld example: Mostly finalized signup/login logic.
2020-11-17 11:49:10 +01:00
Martin Sosic
6419b21598
Fixed ci.yaml when deleting non existent folder.
2020-11-14 12:49:01 +01:00
Martin Šošić
64e4685bc0
Fixed how we do caching in GA. ( #139 )
2020-11-14 12:44:52 +01:00
Martin Šošić
b30dfe9079
Fixed previous mistake
2020-11-14 10:41:02 +01:00
Martin Šošić
516e7d510b
Made versions in ci.yaml more flexible.
2020-11-14 10:39:26 +01:00
drkameleon
2dd4bbcc31
added badges + header cleanup
2020-11-12 17:24:21 +01:00
Yanis Zafirópulos
ab1b59557e
Added Github actions CI workflow, to replace Travis/Appveyor in near future ( #133 ).
...
* added previous ci.yaml
* removed redundant comments
* renamed job: cleanup -> cancel
* removed `--no-terminal`
* removed Checkout step
* switched to cancel-workflow-action@0.6.0 + removed the need for a workflow_id
* removed cache-dependencies id (if you don't test for the cache, there's no need for a step id either)
* Update .github/workflows/ci.yaml
Co-authored-by: Martin Šošić <Martinsos@users.noreply.github.com>
* Update .github/workflows/ci.yaml
Co-authored-by: Martin Šošić <Martinsos@users.noreply.github.com>
* Update .github/workflows/ci.yaml
Co-authored-by: Martin Šošić <Martinsos@users.noreply.github.com>
* Update .github/workflows/ci.yaml
Co-authored-by: Martin Šošić <Martinsos@users.noreply.github.com>
* Update .github/workflows/ci.yaml
Co-authored-by: Martin Šošić <Martinsos@users.noreply.github.com>
* Update .github/workflows/ci.yaml
Co-authored-by: Martin Šošić <Martinsos@users.noreply.github.com>
* Various fixes
* Final polish.
Co-authored-by: Martin Šošić <Martinsos@users.noreply.github.com>
Co-authored-by: Martin Sosic <sosic.martin@gmail.com>
2020-11-12 17:21:44 +01:00
Martin Sosic
4b000ea036
Fixed appveyor config regarding SSL error.
2020-11-12 12:24:57 +01:00
Yanis Zafirópulos
bf160e23bb
Generic templates and Code of Conduct ( #131 )
...
* added code_of_conduct
* added generic issue templates (for bugs & feature requests)
* added generic PR template
* Update CODE_OF_CONDUCT.md
Co-authored-by: Martin Šošić <Martinsos@users.noreply.github.com>
Co-authored-by: Martin Šošić <Martinsos@users.noreply.github.com>
2020-11-11 16:34:29 +01:00
Martin Šošić
54ec4faedf
Create CONTRIBUTING.md
...
Related to issue #4 .
2020-11-11 16:11:21 +01:00
Martin Sosic
bec5a94303
Made PATH warning in install script more prominent.
2020-11-10 14:30:20 +01:00
Yanis Zafirópulos
26418500aa
Minor fixes + Copy editing ( #125 )
2020-11-05 18:44:03 +01:00
Matija Sosic
3056ad1be8
Updated wasp version to 0.1.7.
2020-11-05 16:29:12 +01:00
Martin Sosic
1a29500570
Fixed new-release script.
2020-11-05 16:27:16 +01:00
Martin Sosic
3f5143f8a6
Fixed new-release script name.
2020-11-05 16:02:45 +01:00
Martin Sosic
1c47a28e41
Small fixes
2020-11-05 11:04:05 +01:00