Commit Graph

35 Commits

Author SHA1 Message Date
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
194620e15b add Lint and test report 2019-10-10 22:50:03 +02:00
95f6087b8f update gradle 2019-10-10 22:49:52 +02:00
afb7f7a1a6 Implement Mailer 2019-10-08 02:31:23 +02:00
5542eede27 feature #9: Add routes for login 2019-08-22 23:23:25 +02:00
d03b8dcebb add logs 2019-08-22 09:47:33 +02:00
41b1f75cfb Add RepositityTest 2019-08-22 09:47:32 +02:00
7c3028eca2 fixs and move files 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
4c13d18e8d feature #6: implement route for search articles 2019-08-22 09:44:44 +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
8af57b775e feature: Init empty Project 2019-07-19 09:52:03 +02:00