summaryrefslogtreecommitdiff
path: root/src/main/kotlin/dev/dnpm/etl/processor/monitoring
AgeCommit message (Expand)AuthorFilesLines
2026-05-12feat: use Jackson 3 for JSON serde (#286)Paul-Christian Volkmer6-53/+75
2026-05-06test: code cleanup in test classesPaul-Christian Volkmer1-4/+5
2026-03-12fix: filter request list into page (#267)Paul-Christian Volkmer1-0/+2
2026-03-10feat: request update audit (#258)Paul-Christian Volkmer1-1/+6
2026-03-07feat: search by patient pseudonym and TAN (#256)Paul-Christian Volkmer1-0/+2
2026-03-06feat: save TAN for MTB requests (#253)Paul-Christian Volkmer1-0/+5
2026-01-06feat: block further initial submissions (#232)Paul-Christian Volkmer3-2/+39
2025-11-11chore: use spotless for kotlin code (#191)Paul-Christian Volkmer5-318/+349
2025-11-06chore: change annotation for KT-73255 (#185)Paul-Christian Volkmer1-4/+4
2025-11-04fix: errors in response parsing (#181)v0.12.0-rc.1Paul-Christian Volkmer1-3/+11
2025-10-27fix: use correct gPAS URI for connection test (#166)Paul-Christian Volkmer1-2/+1
2025-10-24feat: add logging for connection checks (#164)Paul-Christian Volkmer1-10/+31
2025-09-03feat: mark older request with unknown state (#150)Paul-Christian Volkmer1-9/+20
2025-08-12refactor: remove obsolete bwHC data model V1.0 (#129)Paul-Christian Volkmer1-10/+6
2025-07-2263 check consent status (#120)jlidke2-1/+62
2025-04-04feat: show issue path if available in response body (#92)Paul-Christian Volkmer1-1/+6
2025-04-03feat: use issue severity to create status (#90)Paul-Christian Volkmer1-0/+11
2025-03-23Code cleanup (#87)Paul-Christian Volkmer1-4/+4
2025-03-20feat: add checks for DNPM:DIP backendPaul-Christian Volkmer1-1/+9
2024-11-01chore: gPas health check, fetch metadata instead of send invalid gPas request...jlidke1-5/+2
2024-07-15refactor: rename db column name to reflect contentPaul-Christian Volkmer1-9/+9
2024-07-15refactor: add types for patient id and pseudonymPaul-Christian Volkmer1-11/+9
2024-05-27feat: use RequestId typePaul-Christian Volkmer1-6/+6
2024-05-16feat: use details as alias for message in data quality reportPaul-Christian Volkmer1-1/+2
2024-05-15fix: add missing 'fatal' severityPaul-Christian Volkmer1-0/+1
2024-04-30refactor: use Fingerprint type instead of plain StringPaul-Christian Volkmer1-3/+6
2024-04-29refactor: add additional constructorsPaul-Christian Volkmer1-1/+22
2024-04-26chore: use java recordsPaul-Christian Volkmer1-0/+2
2024-03-25feat: add timestamp of last connection check changePaul-Christian Volkmer1-13/+52
2024-03-25feat: add timestamp to connection check displayPaul-Christian Volkmer1-31/+35
2024-03-06feat: initial implementation of gPAS connection checkPaul-Christian Volkmer1-8/+77
2024-01-17feat: push connection available state to clientPaul-Christian Volkmer1-2/+10
2024-01-15feat #25: add link to requests related to patient pseudonyme (#27)Paul-Christian Volkmer1-0/+4
2024-01-10feat: add paginator to request pagePaul-Christian Volkmer1-1/+2
2024-01-02feat #15: add connection checks to bwHC backendPaul-Christian Volkmer1-0/+85
2023-12-05feat: sort data quality report items by severityPaul-Christian Volkmer1-1/+4
2023-12-05fix: add info severity to data quality reportPaul-Christian Volkmer1-0/+1
2023-08-08Ignore unknown properties in DataQualityResponsePaul-Christian Volkmer1-0/+3
2023-08-02Handle not parsable data quality reportsPaul-Christian Volkmer1-3/+9
2023-08-02Add processor to handle responses from Kafka topicPaul-Christian Volkmer1-2/+2
2023-08-01Add request type to be saved with each requestPaul-Christian Volkmer3-5/+39
2023-07-31Enable patient data deletionPaul-Christian Volkmer1-1/+3
2023-07-26Fetch overall request statistic using sql queryPaul-Christian Volkmer1-1/+4
2023-07-26Add statistics for state per patientPaul-Christian Volkmer1-0/+11
2023-07-26Add human readable data quality reportPaul-Christian Volkmer1-0/+51
2023-07-25Added Link to request reportPaul-Christian Volkmer1-3/+12
2023-07-25Add postgres migration file and configuration for postgresPaul-Christian Volkmer1-0/+1
2023-07-25Add request and status loggingPaul-Christian Volkmer2-0/+72