1
0
mirror of https://github.com/pcvolkmer/etl-processor.git synced 2025-04-19 17:26:51 +00:00

74 Commits

Author SHA1 Message Date
0305e69e9e chore: Update Spring Boot to version 3.1.5 2023-10-20 13:49:38 +02:00
7440fe1e23 Issue #12: Basic implementation of transformation service 2023-10-05 10:51:49 +02:00
3f5c5e28fa chore: update Spring Boot dependencies 2023-09-26 09:27:21 +02:00
6397b2a019 chore: pump version to dev version snapshot 2023-09-26 09:27:21 +02:00
2f32834de0 Release 0.1.2 2023-08-30 13:45:06 +02:00
79709caa39 Merge remote-tracking branch 'origin/add-docker-build' 2023-08-30 13:29:06 +02:00
c52509054d chore: Add kafka-clients dependency with fixed version to mitigate CVEs
This will use version 3.5.1 of kafka-clients dependency to prevent issues due to
CVE-2023-34453, CVE-2023-34454 and CVE-2023-34455
2023-08-30 13:26:05 +02:00
a24f869c84 Update dependencies 2023-08-30 10:03:04 +02:00
Jakub Lidke
635985bfd1 chore: remove previous build via Dockerfile. Fix security issue: CVE-2023-34453, CVE-2023-34454, CVE-2023-34455, CVE-2022-1471 2023-08-28 14:27:28 +02:00
Jakub Lidke
da26b5a2c8 Merge branch 'master' into add-docker-build
# Conflicts:
#	README.md
#	build.gradle.kts
2023-08-25 12:59:38 +02:00
2e7ef25a49 Update project version and versions in gradle file 2023-08-12 23:16:17 +02:00
0e1034d964 New version and add status badge to README.md 2023-08-11 09:47:20 +02:00
044d01534b Build and deploy docker image on new release 2023-08-10 20:29:43 +02:00
b956eba6c7 Add workflow to run tests on push or pull request 2023-08-10 17:27:14 +02:00
501762d451 Add test logging 2023-08-09 18:32:03 +02:00
422441a3b3 Add tests for RequestProcessor 2023-08-08 16:46:02 +02:00
b75328b74d Move integration tests into own source-set 2023-08-08 15:16:58 +02:00
3039b4b2a7 Add basic Testcontainers test setup 2023-08-08 13:23:37 +02:00
3dea664999 Update Spring Boot dependencies 2023-08-08 12:46:04 +02:00
Jakub Lidke
a075f73162 feat: add Dockerfile for build within docker environment and run application within a container. 2023-08-02 15:19:38 +02:00
Jakub Lidke
90c5b81c2b feat: patient pid may be replaced with gPAS pseudonym, now. 2023-07-27 13:01:58 +02:00
1a2d4ea7a2 (Near) realtime update of statistics charts 2023-07-25 21:20:50 +02:00
2929bb26ac Add request and status logging 2023-07-25 15:45:02 +02:00
05149bac0b Initial commit 2023-07-24 18:50:12 +02:00