Commit Graph

48 Commits

Author SHA1 Message Date
8d5ee0c130 Fix postgresql setup files 2020-04-15 01:21:54 +02:00
e16c1eedc3 remove .idea/vcs file 2020-04-15 00:57:59 +02:00
7dc1772708 Move Entity.Request to Routes 2020-04-15 00:43:59 +02:00
9e50e3af58 update dependencies 2020-03-25 16:42:12 +01:00
64e3fb0134 Add script to launch SQL test 2020-03-18 02:18:10 +01:00
1055e14039 #42 Add Tag to voter tests 2020-03-17 12:01:02 +01:00
bc7bfc3fef Fix tests 2020-03-17 01:47:35 +01:00
676baa4e28 Refactoring Workgroup Tests 2020-03-17 01:26:44 +01:00
0932da452b Refactoring Vote Tests 2020-03-17 01:11:04 +01:00
8c7e5bdf9b Refactoring Opinion Tests
upsert_opinion_choice
2020-03-17 00:31:24 +01:00
6b4a6f4075 Refactoring Constitution Tests 2020-03-16 22:35:23 +01:00
0e912ef4b1 Refactoring Follows Tests
Add missing route GET /constitutions/{constitution}/follows
2020-03-16 21:24:24 +01:00
74503c9d3a Refactoring Comment Tests 2020-03-16 15:02:43 +01:00
68238494e5 Refactoring Auth Tests 2020-03-16 13:35:12 +01:00
f277613820 #29 Implement Workgroup members query 2020-03-13 23:33:51 +01:00
491ca13284 #29 Implement Workgroup (create query)
Create SQL query to get/set workgroup
Add workgroup to article query
2020-03-13 20:56:58 +01:00
fb3278fa47 migration of IDE files 2020-03-11 12:56:48 +01:00
4a4e9651fd Move Notifications config from Application.kt to ConfigNotification.kt 2020-03-03 12:23:42 +01:00
5d26497cdb Minor refactoring of cucumber steps 2020-02-27 20:34:29 +01:00
3bf20a971a Fix find_citizen_votes_by_target_ids
lint
2020-02-27 19:09:25 +01:00
3a08052728 Create find_follow.sql 2020-02-27 17:12:32 +01:00
471013984c Continue to implement opinion
improve target reference
Improve Tests for Opinion
fix SQL:upsert_opinion
2020-02-19 12:33:29 +01:00
60bd24e653 Add sonarqube (Docker server & gradle config) 2020-02-12 17:16:52 +01:00
4a2d18ff87 Create route for Opinions
create OpinionRepository
create OpinionVoter
create OpinionChoiceRef
create extention String.toUUID() and List<String>.toUUID()
create OpinionAggregation
create interface RequestBuilderWithCreator for create entity by request
rename opinion_list to opinion_choice
create sql function find_citizen_opinions
fix sql function find_citizen_opinions_by_target_id
fix sql funciton find_opinion_choices
2020-02-12 14:47:18 +01:00
976f8fac6a Add find_opinions.sql 2020-02-08 01:24:16 +01:00
f622dbeecd Add opinion on find_article_by_id & find_articles request
create request for find_citizen_opinions_by_target_id
create fixture for opinions
2020-02-08 01:01:32 +01:00
2048c71881 Fix sql test and add Command for lanch all sql test 2020-02-07 02:09:09 +01:00
eb7a0c7210 Add sort on comments -> findByTarget 2020-02-05 15:20:38 +01:00
42a41da066 Add OpenAPI route and server 2020-02-04 16:45:54 +01:00
813d6857e9 Split Entities for remove nullable variables 2020-01-28 22:00:44 +01:00
ec99df1f6a update config 2020-01-22 00:55:22 +01:00
a3b35b6273 add more config 2020-01-22 00:38:33 +01:00
6746ca08e2 update config 2020-01-22 00:03:35 +01:00
96362bbb66 update idea config 2019-08-30 15:50:59 +02:00
7a8f8d3d6a add IDEA config for local connexion "test" 2019-08-30 12:09:26 +02:00
53e8bc024c Add some sql check 2019-08-25 00:11:37 +02:00
6ffe529b4e update for postgresjson 2019-08-22 09:46:44 +02:00
ba398a3ee7 add idea config 2019-08-22 09:46:44 +02:00
6d7f91e002 add Docker 2019-08-22 09:46:43 +02:00
e31282e24e add fixture to tests 2019-08-22 09:46:43 +02:00
63a50dcb92 feature: #6: Add cucumber test for article routes 2019-08-22 09:46:42 +02:00
61da1df9d0 remove some idea files 2019-08-22 09:44:45 +02:00
3bf7ee1d13 feature #6: implement PostArticle route
fix upsert_article function
2019-08-22 09:44:33 +02:00
ea835d8e9a feature #6: implement PostgresJson
add Article, Citien and User Entities
implement Article.findById()
2019-08-22 09:43:42 +02:00
4407a39482 add ide files 2019-07-28 22:49:02 +02:00
899bae4a1d feature #3: create extra table like comments and votes 2019-07-25 22:30:09 +02:00
0d2c46538f feature #6: start to implement path for article 2019-07-25 18:04:28 +02:00
ea4b05ebb3 feature: idea config 2019-07-19 10:02:23 +02:00