Commit Graph

76 Commits

Author SHA1 Message Date
8d93fc8b3c #68 Clean follow Entity 2021-03-01 22:44:17 +01:00
c61b31cc58 Change codestyle 2021-02-28 02:07:12 +01:00
7446bd506a create gradle tasks "test", "testSql", "migrations" and run docker before tasks 2021-02-27 23:20:57 +01:00
c25cf64f4b #68 Clean Entities 2021-02-25 18:32:17 +01:00
c1af949204 fix sonarqube 2021-02-25 01:33:20 +01:00
7985ea67e5 remove cucumber 2021-02-25 01:09:44 +01:00
9a3a308841 Change code style 2021-02-25 00:53:20 +01:00
addb3cddff refactor idea run's 2021-02-13 01:34:05 +01:00
28b9ac4e54 Install pitest 2021-02-13 01:27:40 +01:00
02879291e8 Sonarqube and detekt 2021-02-11 01:50:14 +01:00
55bfbb619d Add Integration test for Register 2021-02-09 20:56:27 +01:00
edf0c00cf1 Init Integration test without cucumber 2021-02-09 03:11:43 +01:00
89c15eb1cf cleanup and refactoring of notification
close rabbit and redis connexion on application close
Refactoring of Configuration class
fix notification id increment
Add builder for NotificationPush
Add close to notificationPush to remove listener
Clean tags of tests
purge queue before functional tests
2021-02-04 02:37:29 +01:00
97ccb6ee51 ktlint 2021-01-22 17:29:36 +01:00
6cdc526335 upgrade klint and format code (remove wildcard import 2021-01-18 17:23:16 +01:00
bec73561e7 Fix IDEA commands 2021-01-17 14:17:53 +01:00
459397f8e7 Move tests and create a command to run all tests 2021-01-15 02:40:41 +01:00
a1c1accc87 Refactors Articles and Voter
- Move files into components (article)
- Split articles routes
- Refactoring for remove ktor-voter (ArticleVoter)
- Remove mutability
- Move DataConversion to separate file (Converter.kt)
- Add Schemas for Articles routes
- Fix SQL Query for Workgroup roles
- rename container_name in docker-compose
2021-01-14 13:06:13 +01:00
74923891d0 Fix security 2020-10-04 01:10:22 +02:00
9d6ad08834 Update idea config 2020-09-29 09:51:00 +02:00
24d8f1d58b Fix route /citizens/current if not logged 2020-09-04 11:10:22 +02:00
16feab9655 #57 I can filter articles by workgroup
update lib "postgres-json:1.2.1"
2020-08-24 16:55:18 +02:00
8ff6fcc970 Add volume to docker for redis 2020-05-27 09:56:54 +02:00
460222bf69 Create bash script to insert fixtures 2020-05-12 01:25:01 +02:00
b497c61cfc Create bash script to execute SQL tests 2020-05-12 00:59:16 +02:00
0253480b10 Improve SQL test script 2020-05-11 02:29:02 +02:00
8640d9146d Update postgres-json to Add ShadowJar compatibility
Add .env for redis and ES
change group name of project
2020-05-11 01:50:40 +02:00
b4be28ddc8 fix sql tests command 2020-04-15 09:22:42 +02:00
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