Commit Graph

33 Commits

Author SHA1 Message Date
f380231e1e Multiple minors fix and improve
use data class for entity
Add sealed on entity interfaces
Replace listOf() by setOf() instead of deduplicate
use interface instead of EntityRef
replace .toLowerCase() to .lowercase()
fix test.sh
2022-03-03 19:42:18 +01:00
2f3a2f9b8e Rename findVersionsByVersionId to findSiblingVersions 2022-02-25 23:17:03 +01:00
fb7b07340a Improve test of password validation 2021-04-09 01:09:09 +02:00
33a8cdb169 Add email validation 2021-04-08 02:02:46 +02:00
6aa3ddb28d Add Password validation 2021-04-08 01:55:10 +02:00
a48cd52652 Add Tags on tests 2021-04-03 00:10:01 +02:00
52183abd08 Lint 2021-03-24 19:08:41 +01:00
869093ab25 Fix tests 2021-03-15 10:13:01 +01:00
9c88adbabd Test openapi schema response of FindArticlesVersion,GetOneArticle,UpsertArticle
change snack_case to camelCase
2021-03-12 23:32:32 +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
bc772f168f #68 Clean opinion Entity 2021-03-02 00:53:02 +01:00
8d93fc8b3c #68 Clean follow Entity 2021-03-01 22:44:17 +01:00
f8ecd69582 Rename tests 2021-02-10 01:24:34 +01:00
905330a722 Move last package into common/component 2021-02-06 01:25:59 +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
49a03a57cb Rename Voter to AccessControl 2021-01-22 22:07:25 +01:00
c1b8b508ac Move vote to component 2021-01-22 21:45:02 +01:00
c92d0b5640 Move opinions to component 2021-01-22 21:11:04 +01:00
6a32895571 Move Follow to a component 2021-01-18 21:45:48 +01:00
6cdc526335 upgrade klint and format code (remove wildcard import 2021-01-18 17:23:16 +01:00
425d01c0df Remove ktor-voter 2021-01-18 13:12:29 +01:00
64fa0912b8 Refactoring of OpinionChoiceVoter 2021-01-18 13:03:01 +01:00
ba673943d8 Refactoring of OpinionVoter 2021-01-18 09:51:48 +01:00
55cd97078a Refactoring of FollowVoter 2021-01-17 23:46:51 +01:00
d6840e8064 Refactoring of VoteVoter 2021-01-17 23:32:43 +01:00
b028ff05b9 Move files
Move Application and configurations file to the application package
Move JWT files to the auth.jwt package
Move ApplicationContext to auth package an rename to CitizenContext
2021-01-17 22:29:32 +01:00
c380ba47a5 Refactoring of WorkgroupVoter 2021-01-17 15:01:49 +01:00
ecda29abe5 Move Workgroup to a component 2021-01-17 14:18:19 +01:00
299495a03c ktlint 2021-01-17 00:10:51 +01:00
ce90884758 Move Auth to a Component 2021-01-15 23:27:47 +01:00
459397f8e7 Move tests and create a command to run all tests 2021-01-15 02:40:41 +01:00