summaryrefslogtreecommitdiff
path: root/src/main/kotlin/dev/dnpm/etl/processor/output
AgeCommit message (Expand)AuthorFilesLines
2026-05-12feat: use Jackson 3 for JSON serde (#286)Paul-Christian Volkmer5-9/+13
2026-05-06test: code cleanup in test classesPaul-Christian Volkmer1-1/+2
2026-01-07feat!: do not delete patient information if no consent is given (#236)Paul-Christian Volkmer1-0/+8
2026-01-06feat: block further initial submissions (#232)Paul-Christian Volkmer1-1/+2
2025-12-05fix: do not serialize null values (#216)Paul-Christian Volkmer1-2/+4
2025-11-11chore: use spotless for kotlin code (#191)Paul-Christian Volkmer5-69/+53
2025-10-31fix: only send nested content with MTB record (#175)Paul-Christian Volkmer1-1/+1
2025-08-27fix: add missing requestId to KafkaMtbFileSender (#142)Paul-Christian Volkmer1-4/+3
2025-08-12refactor: remove obsolete bwHC data model V1.0 (#129)Paul-Christian Volkmer4-76/+5
2025-07-2263 check consent status (#120)jlidke1-3/+15
2025-04-06feat: support multiple request content types (#109)Paul-Christian Volkmer4-44/+110
2025-04-04feat: remove obsolete config params (#101)Paul-Christian Volkmer1-3/+3
2025-04-03feat: use issue severity to create status (#90)Paul-Christian Volkmer3-8/+15
2025-03-23Code cleanup (#87)Paul-Christian Volkmer1-1/+1
2025-03-22feat: handle and save issue report for non HTTP 2xx responsesPaul-Christian Volkmer1-2/+4
2025-03-20refactor: use UriComponentsBuilder to build URL to be usedPaul-Christian Volkmer2-8/+28
2025-03-08refactor: use different sender classes for bwHC and DIPPaul-Christian Volkmer3-15/+85
2025-03-08feat: Support POSTing data to dnpm:dipNiklas Sombert1-2/+19
2024-11-01feat: Allow configuring basic auth for the rest uri (#75)Niklas1-4/+16
2024-07-15refactor: add types for patient id and pseudonymPaul-Christian Volkmer2-3/+4
2024-05-27feat: use RequestId typePaul-Christian Volkmer2-3/+5
2024-03-09feat: do not use episode id in kafka record keyPaul-Christian Volkmer1-2/+1
2024-02-19feat: new kafka config due to kafka inputPaul-Christian Volkmer1-5/+5
2024-01-11feat: show configured endpointsPaul-Christian Volkmer3-0/+10
2024-01-04feat #17: initial support for request retryPaul-Christian Volkmer2-46/+61
2023-08-16Issue #7: Send and expect requestId in record body, not in record key (#8)Paul-Christian Volkmer1-6/+6
2023-08-11Issue #2: Do not serialize JSON string as custom string (#4)Paul-Christian Volkmer1-1/+1
2023-08-10Add tests for KafkaMtbFileSenderPaul-Christian Volkmer1-2/+2
2023-08-10Tests for RestMtbFileSenderPaul-Christian Volkmer1-3/+4
2023-08-09Decouple request and response processingPaul-Christian Volkmer3-22/+28
2023-08-03Explicit producer topic configurationPaul-Christian Volkmer1-8/+12
2023-08-03Implement delete request using Apache KafkaPaul-Christian Volkmer1-3/+32
2023-08-01Extract request processingPaul-Christian Volkmer1-2/+2
2023-08-01Add request type to be saved with each requestPaul-Christian Volkmer1-2/+3
2023-07-31Handle delete requests by using REST request to bwHCPaul-Christian Volkmer2-3/+29
2023-07-31Enable patient data deletionPaul-Christian Volkmer1-2/+6
2023-07-31Add request ID to Kafka keyPaul-Christian Volkmer3-11/+13
2023-07-27Code polish for PRPaul-Christian Volkmer1-3/+2
2023-07-27feat: patient pid may be replaced with gPAS pseudonym, now.Jakub Lidke1-4/+4
2023-07-27fix: wait for kafka to accept message and return success thanJakub Lidke1-6/+15
2023-07-27fix: fix kafka key values + add missing component attributeJakub Lidke1-1/+3
2023-07-26fix: add message key value while producing messages to kafka topicJakub Lidke1-3/+4
2023-07-25Remove obsolete returnPaul-Christian Volkmer1-2/+2
2023-07-25Added Link to request reportPaul-Christian Volkmer3-9/+11
2023-07-25Add request and status loggingPaul-Christian Volkmer3-10/+18
2023-07-24Initial commitPaul-Christian Volkmer3-0/+136