summaryrefslogtreecommitdiff
path: root/src/integrationTest/kotlin/dev/dnpm/etl/processor/web/StatisticsRestControllerTest.kt
AgeCommit message (Expand)AuthorFilesLines
2026-05-12feat: use Jackson 3 for JSON serde (#286)Paul-Christian Volkmer1-1/+2
2026-05-06test: code cleanup in test classesPaul-Christian Volkmer1-1/+2
2026-03-06feat: save TAN for MTB requests (#253)Paul-Christian Volkmer1-0/+6
2026-03-05deps!: migrate to Spring Boot 4 (#250)Paul-Christian Volkmer1-1/+1
2026-01-06feat: block further initial submissions (#232)Paul-Christian Volkmer1-0/+6
2025-11-11chore: use spotless for kotlin code (#191)Paul-Christian Volkmer1-112/+127
2025-04-04refactor: replace deprecated MockBean annotations (#95)Paul-Christian Volkmer1-3/+3
2025-03-23test: use Europe/Berlin as timezone in testsPaul-Christian Volkmer1-5/+7
2024-07-15refactor: add types for patient id and pseudonymPaul-Christian Volkmer1-10/+12
2024-05-27feat: use RequestId typePaul-Christian Volkmer1-6/+6
2024-05-07test: add test for SSE endpointPaul-Christian Volkmer1-2/+38
2024-05-07test: test statistics json responsePaul-Christian Volkmer1-28/+193
2024-05-07test: add initial tests for StatisticsRestControllerPaul-Christian Volkmer1-0/+109