Commit Graph

62 Commits

Author SHA1 Message Date
13cdaaf01a Add validation on route FindCitizens 2021-04-08 22:25:43 +02:00
eb399392c9 remove parallel run for tests 2021-04-08 03:03:04 +02:00
395d64a44a create testArticle gradle task 2021-04-04 21:02:02 +02:00
a300e275d4 Valid FindArticles request with Konform 2021-04-04 21:02:02 +02:00
ef942b956e Use sonarcloud 2021-04-04 01:35:02 +02:00
620085fda8 Optimise gradle task TestSql 2021-03-31 02:58:37 +02:00
b13cd5544c add coveralls on CI 2021-03-25 01:53:57 +01:00
104f0fb3fc remove distZip & distTar 2021-03-24 23:06:38 +01:00
09e81620a1 rollback lintCheck after test, create task testAll 2021-03-24 21:32:28 +01:00
fe953fc967 lintCheck after test 2021-03-24 19:48:14 +01:00
73fa2be91f Split CI task test 2021-03-24 19:11:04 +01:00
e19266d4cc Create CI Action 2021-03-24 19:07:02 +01:00
f458d7b674 Move SQL test files 2021-03-24 19:07:01 +01:00
46cc61fc25 update kotlin 2021-03-20 02:00:05 +01:00
4762275b5b Test openapi schema response of FindArticles 2021-03-08 23:13:48 +01:00
9fc21f5459 clean warnings 2021-03-03 03:16:09 +01:00
2e8215eafc Add command to change vm.max_map_count before run docker 2021-03-03 01:25:23 +01:00
8d93fc8b3c #68 Clean follow Entity 2021-03-01 22:44:17 +01:00
66dcff8f46 Fix sonar task 2021-02-28 23:31:11 +01:00
78604301c3 Remove pitest 2021-02-28 02:05:19 +01:00
d382a89905 Fix tests 2021-02-28 01:42:11 +01:00
7446bd506a create gradle tasks "test", "testSql", "migrations" and run docker before tasks 2021-02-27 23:20:57 +01:00
7985ea67e5 remove cucumber 2021-02-25 01:09:44 +01:00
0ecf0c205f Add Integration test for comment 2021-02-19 00:42:10 +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
d479cf6bca Refactor Notification System
Add Tests for notification system
2021-02-03 01:21:13 +01:00
3ba4a195ba Update gradle and dependencycheck 2021-01-21 16:26:15 +01:00
6cdc526335 upgrade klint and format code (remove wildcard import 2021-01-18 17:23:16 +01:00
a79e1ec086 upgrade kotlin, ktor, sendgrid 2021-01-18 17:13:24 +01:00
4b435b925e upgrade java-jwt, kasechange-jvm, amqp-client, lettuce 2021-01-18 13:30:25 +01:00
78e01ba981 upgrade logback, corouties, json-path, mockk, junit-jupiter 2021-01-18 13:24:51 +01:00
c78dfc0f7f upgrade jasync-sql 2021-01-18 13:12:47 +01:00
425d01c0df Remove ktor-voter 2021-01-18 13:12:29 +01:00
128510fe88 Add TODO's 2021-01-15 23:43:49 +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
03401f711e Update ktor-voter to version 2.2.0 2020-10-05 15:32:44 +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
159b9de19a Create a auto build docker image
Version of application is calculated by the git tags
2020-05-14 00:54:21 +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
9e50e3af58 update dependencies 2020-03-25 16:42:12 +01:00
e572ca0024 #24 Move voter code to an external library 2020-03-25 02:08:31 +01:00
ca78db4155 #42 Add tests to ArticleVoter
Refactor ArticleVoter
2020-03-16 03:47:22 +01:00
90e7e0254d #15 Count total view
Create Viewable interface
Set Article as Viewable
Create ES client
Now view article increment view count
Create index on start application

add an extention in ApplicationCall, to get citizen or return null
2020-03-11 12:55:39 +01:00
3bf20a971a Fix find_citizen_votes_by_target_ids
lint
2020-02-27 19:09:25 +01:00
1418dd95bc Implement Websocket for push Notification
create auth with jwt in query string
2020-02-27 01:38:34 +01:00
af33ed9ec3 Publish message into rabbitmq on create article
Create Redis and Rabbit in docker-compose
2020-02-22 02:26:52 +01:00
60bd24e653 Add sonarqube (Docker server & gradle config) 2020-02-12 17:16:52 +01:00
e73a7b5a18 Add App into docker 2019-10-13 16:24:13 +02:00