summaryrefslogtreecommitdiff
path: root/src/integrationTest/kotlin/dev/dnpm/etl/processor/web/ConfigControllerTest.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-05deps!: migrate to Spring Boot 4 (#250)Paul-Christian Volkmer1-5/+11
2026-01-09ci: build web resources (#240)Paul-Christian Volkmer1-1/+2
2025-11-11chore: use spotless for kotlin code (#191)Paul-Christian Volkmer1-268/+237
2025-07-2263 check consent status (#120)jlidke1-10/+24
2025-04-04refactor: replace deprecated MockBean annotations (#95)Paul-Christian Volkmer1-15/+21
2025-04-04chore: update to Spring Boot 3.4Paul-Christian Volkmer1-2/+2
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-07refactor: move classes into package 'security'Paul-Christian Volkmer1-2/+2
2024-05-06test: add tests to and reorganize ConfigControllerTestPaul-Christian Volkmer1-75/+172
2024-05-06test: ensure correct view is renderedPaul-Christian Volkmer1-1/+7
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-01-20test: add test to ensure redirect of not logged inPaul-Christian Volkmer1-0/+110