Commit Graph

34 Commits

Author SHA1 Message Date
39c665b7a9 Add Test for Notification routes
Add @JsonSubTypes on Notification
return all creator on request find_follows_article_by_target
Add testNotifications task
2021-04-14 23:51:44 +02:00
8223dd21bb Add validation on route CreateComments & EditComment
rename POST /comments/{comment}/children
method edit and create comment of repository return edited/created comment
2021-04-10 01:16:09 +02:00
9d3eeeb04b Add validation on route ChangePasswordCitizenRequest 2021-04-08 18:02:27 +02:00
e4745e71c2 Add validation on route UpsertArticle 2021-04-07 20:53:21 +02:00
61a7091736 Add validation on route Article versions 2021-04-06 00:36:08 +02:00
3a18ef0554 Improve articles request test 2021-04-04 21:01:57 +02:00
2bb90ced03 Refactor 'the response should contain list' 2021-04-03 00:31:24 +02:00
dd4c2dadab Fix parameters schema validation 2021-04-02 23:47:20 +02:00
1bc7293660 move JWT secret into ENV 2021-03-31 17:58:47 +02:00
9f13213a35 Fix error text when openapi definition was not found 2021-03-27 21:57:53 +01:00
dcf7a2bc06 Rename openapi file 2021-03-24 19:34:39 +01:00
50b5ca03c6 Fix schema validator for parameters 2021-03-22 02:44:44 +01:00
c9ce2a9dc7 Refactor constitution entity 2021-03-20 00:55:39 +01:00
d03b585372 Improve BitMaskI 2021-03-20 00:54:01 +01:00
c07a57a591 Test openapi schema of Auth passwordless 2021-03-16 01:28:26 +01:00
0cf1aea9bf Test openapi schema of Register
Fix some routes
Improve Schema Validation
2021-03-16 00:53:10 +01:00
235de4e5ff Improve error on "no path found" in openapi file 2021-03-15 10:13:38 +01:00
97b07fb424 Test openapi schema requestBody 2021-03-15 02:01:39 +01:00
ed0873837b Test openapi schema parameters in path 2021-03-09 03:49:59 +01:00
6988365473 Test openapi schema parameters 2021-03-09 01:53:01 +01:00
4762275b5b Test openapi schema response of FindArticles 2021-03-08 23:13:48 +01:00
bb637dd96a #71 Use response object for route FindArticles 2021-03-05 00:39:49 +01:00
9fc21f5459 clean warnings 2021-03-03 03:16:09 +01:00
d9deb4836e #72 Move Entity and repository on the same package 2021-03-03 02:46:51 +01:00
79feed54dd #68 Clean vote and citizen Entity
remove last warnings
2021-03-03 02:25:24 +01:00
4c00095118 #68 Clean workgroup Entity 2021-03-02 23:25:00 +01:00
d83ba2d54d Add Integration test for workgroup routes 2021-02-25 00:48:52 +01:00
7b4066b928 Add Integration test for vote routes 2021-02-24 00:21:29 +01:00
9fb2262107 Add Integration test for opinion routes 2021-02-23 22:51:16 +01:00
a17bd11e9e Add Integration test for follow article routes 2021-02-19 23:30:04 +01:00
d29bb4467a Add/fix tags to integration tests 2021-02-19 21:58:06 +01:00
0ecf0c205f Add Integration test for comment 2021-02-19 00:42:10 +01:00
c85401aa86 move createCitizen of Integration test 2021-02-10 18:10:21 +01:00
34a7310944 move Integration step test 2021-02-10 17:48:32 +01:00