summaryrefslogtreecommitdiff
path: root/src/integrationTest/kotlin/dev/dnpm/etl/processor/web
AgeCommit message (Expand)AuthorFilesLines
2026-05-12feat: use Jackson 3 for JSON serde (#286)Paul-Christian Volkmer5-5/+10
2026-05-06test: code cleanup in test classesPaul-Christian Volkmer2-2/+4
2026-03-10feat: show submission statistics table (#260)Paul-Christian Volkmer1-1/+4
2026-03-10feat: request update audit (#258)Paul-Christian Volkmer1-1/+1
2026-03-07feat: search by patient pseudonym and TAN (#256)Paul-Christian Volkmer1-2/+79
2026-03-06chore: use card layout in report detailsPaul-Christian Volkmer1-1/+1
2026-03-06test: change test for new cards layoutPaul-Christian Volkmer1-5/+5
2026-03-06feat: save TAN for MTB requests (#253)Paul-Christian Volkmer2-0/+7
2026-03-05deps!: migrate to Spring Boot 4 (#250)Paul-Christian Volkmer5-11/+22
2026-01-09ci: build web resources (#240)Paul-Christian Volkmer1-1/+2
2026-01-08build: remove webjars and use custom build (#238)Paul-Christian Volkmer1-0/+1
2026-01-06feat: block further initial submissions (#232)Paul-Christian Volkmer2-0/+15
2025-11-11chore: use spotless for kotlin code (#191)Paul-Christian Volkmer5-635/+607
2025-09-03fix: add status badge for 'NO_CONSENT' (#149)Paul-Christian Volkmer1-0/+24
2025-07-2263 check consent status (#120)jlidke1-10/+24
2025-04-04refactor: replace deprecated MockBean annotations (#95)Paul-Christian Volkmer4-24/+30
2025-04-04chore: update to Spring Boot 3.4Paul-Christian Volkmer4-7/+7
2025-03-23test: use Europe/Berlin as timezone in testsPaul-Christian Volkmer1-5/+7
2024-07-15refactor: use dedicated type for path paramPaul-Christian Volkmer1-0/+33
2024-07-15refactor: add types for patient id and pseudonymPaul-Christian Volkmer2-34/+25
2024-05-27feat: use RequestId typePaul-Christian Volkmer3-18/+25
2024-05-08feat: show info if no requests presentPaul-Christian Volkmer1-15/+10
2024-05-08test: mock UserRoleService only in nested test classPaul-Christian Volkmer1-5/+10
2024-05-08test: add test for config SSE endpointPaul-Christian Volkmer1-1/+42
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
2024-05-07test: add test for StatisticsControllerPaul-Christian Volkmer1-0/+75
2024-05-07refactor: move classes into package 'security'Paul-Christian Volkmer2-3/+3
2024-05-06test: add tests for HomeControllerPaul-Christian Volkmer1-0/+261
2024-05-06test: add tests to and reorganize ConfigControllerTestPaul-Christian Volkmer1-75/+172
2024-05-06test: ensure correct view is renderedPaul-Christian Volkmer2-1/+8
2024-05-06test: add htmlunit based test for LoginControllerPaul-Christian Volkmer1-0/+87
2024-05-06test: add tests for user role requestsPaul-Christian Volkmer1-4/+41
2024-05-06test: add tests for token requestsPaul-Christian Volkmer1-4/+65
2024-03-26feat: show information if no output is definedPaul-Christian Volkmer1-2/+2
2024-03-06test: change tests to mock output connectionPaul-Christian Volkmer1-1/+7
2024-02-17refactor: move mtb file controller into package inputPaul-Christian Volkmer1-157/+0
2024-01-20test: add test to ensure redirect of not logged inPaul-Christian Volkmer1-0/+110
2024-01-20refactor: move test class to related packagePaul-Christian Volkmer1-0/+157