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
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