summaryrefslogtreecommitdiff
path: root/src/integrationTest/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-10/+9
2026-03-12feat: save error request for non json (#266)Paul-Christian Volkmer1-0/+21
2026-03-11feat: save error request for invalid input (#264)Paul-Christian Volkmer1-216/+226
2026-03-07feat: configuration of additional users (#254)Paul-Christian Volkmer1-7/+6
2026-03-05deps!: migrate to Spring Boot 4 (#250)Paul-Christian Volkmer1-1/+1
2025-11-21feat: add alternative endpoints for request (#196)Paul-Christian Volkmer1-27/+138
2025-11-11chore: use spotless for kotlin code (#191)Paul-Christian Volkmer1-142/+141
2025-08-15feat: check consent for DNPM 2.1 requests (#126)Paul-Christian Volkmer1-13/+17
2025-08-12refactor: remove obsolete bwHC data model V1.0 (#129)Paul-Christian Volkmer1-25/+20
2025-07-2263 check consent status (#120)jlidke1-9/+12
2025-04-06feat: support multiple request content types (#109)Paul-Christian Volkmer1-6/+6
2025-04-04refactor: replace deprecated MockBean annotations (#95)Paul-Christian Volkmer1-3/+3
2024-07-15refactor: add types for patient id and pseudonymPaul-Christian Volkmer1-3/+3
2024-05-27feat: allow access to MTBFile endpoint for non-token usersPaul-Christian Volkmer1-1/+69
2024-05-07refactor: move classes into package 'security'Paul-Christian Volkmer1-1/+1
2024-02-17refactor: move mtb file controller into package inputPaul-Christian Volkmer1-0/+157