summaryrefslogtreecommitdiff
path: root/src/test/kotlin/dev/dnpm/etl/processor/input/MtbFileRestControllerTest.kt
AgeCommit message (Expand)AuthorFilesLines
2026-05-12feat: use Jackson 3 for JSON serde (#286)Paul-Christian Volkmer1-1/+2
2026-03-11feat: save error request for invalid input (#264)Paul-Christian Volkmer1-133/+144
2026-01-07feat!: do not delete patient information if no consent is given (#236)Paul-Christian Volkmer1-37/+4
2025-11-21feat: add alternative endpoints for request (#196)Paul-Christian Volkmer1-0/+69
2025-11-11chore: use spotless for kotlin code (#191)Paul-Christian Volkmer1-164/+161
2025-08-15feat: check consent for DNPM 2.1 requests (#126)Paul-Christian Volkmer1-4/+146
2025-08-12refactor: remove obsolete bwHC data model V1.0 (#129)Paul-Christian Volkmer1-234/+0
2025-07-23refactor: simple code cleanups (#125)Paul-Christian Volkmer1-41/+18
2025-07-2263 check consent status (#120)jlidke1-14/+135
2025-04-06feat: support multiple request content types (#109)Paul-Christian Volkmer1-4/+5
2025-04-06feat: add endpoint for DNPM-Datamodel V2 using content negotiation (#104)Paul-Christian Volkmer1-0/+36
2025-04-04feat: add new MTB endpoint path (#93)Paul-Christian Volkmer1-71/+109
2024-12-23chore: update to mockito-kotlin 5.4.0Paul-Christian Volkmer1-1/+1
2024-07-15refactor: add types for patient id and pseudonymPaul-Christian Volkmer1-8/+3
2024-02-17refactor: move mtb file controller into package inputPaul-Christian Volkmer1-0/+150