summaryrefslogtreecommitdiff
path: root/src/test/kotlin/dev/dnpm/etl/processor/output
AgeCommit message (Expand)AuthorFilesLines
2026-05-12feat: use Jackson 3 for JSON serde (#286)Paul-Christian Volkmer2-260/+261
2026-03-05deps!: migrate to Spring Boot 4 (#250)Paul-Christian Volkmer1-6/+18
2026-01-07feat!: do not delete patient information if no consent is given (#236)Paul-Christian Volkmer1-0/+27
2025-11-11chore: use spotless for kotlin code (#191)Paul-Christian Volkmer2-367/+406
2025-10-31fix: only send nested content with MTB record (#175)Paul-Christian Volkmer1-2/+2
2025-08-27fix: add missing requestId to KafkaMtbFileSender (#142)Paul-Christian Volkmer1-0/+2
2025-08-12refactor: remove obsolete bwHC data model V1.0 (#129)Paul-Christian Volkmer3-531/+4
2025-05-30chore: update dnpm mtb dto library (#113)Paul-Christian Volkmer2-35/+47
2025-04-06feat: support multiple request content types (#109)Paul-Christian Volkmer3-209/+418
2025-04-03feat: use issue severity to create status (#90)Paul-Christian Volkmer2-58/+155
2025-03-23feat: do not retry on validation issues (#89)Paul-Christian Volkmer1-4/+9
2025-03-22feat: handle and save issue report for non HTTP 2xx responsesPaul-Christian Volkmer2-8/+8
2025-03-20chore: use API URL to DNPM:DIPPaul-Christian Volkmer1-7/+7
2025-03-08refactor: use different sender classes for bwHC and DIPPaul-Christian Volkmer2-5/+267
2025-03-08fix: use patient pseudonym valuePaul-Christian Volkmer1-2/+2
2025-03-08feat: Support POSTing data to dnpm:dipNiklas Sombert1-7/+7
2025-02-09test: explicit request URI check and fix use of expect()Paul-Christian Volkmer1-24/+24
2024-11-01feat: Allow configuring basic auth for the rest uri (#75)Niklas1-3/+3
2024-07-15refactor: add types for patient id and pseudonymPaul-Christian Volkmer2-5/+9
2024-05-27feat: use RequestId typePaul-Christian Volkmer2-13/+19
2024-03-09feat: do not use episode id in kafka record keyPaul-Christian Volkmer1-1/+1
2024-02-19feat: new kafka config due to kafka inputPaul-Christian Volkmer1-7/+7
2024-01-04test #17: add tests for retryPaul-Christian Volkmer2-0/+111
2024-01-04feat #17: initial support for request retryPaul-Christian Volkmer2-4/+11
2023-08-16Issue #7: Send and expect requestId in record body, not in record key (#8)Paul-Christian Volkmer1-4/+8
2023-08-12Code cleanupPaul-Christian Volkmer1-8/+8
2023-08-11Issue #2: Do not serialize JSON string as custom string (#4)Paul-Christian Volkmer1-12/+48
2023-08-10Add tests for KafkaMtbFileSenderPaul-Christian Volkmer1-0/+169
2023-08-10Tests for RestMtbFileSenderPaul-Christian Volkmer1-0/+159