summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2024-05-15fix: add missing 'fatal' severityPaul-Christian Volkmer3-8/+13
2024-05-08feat: show info if no requests presentPaul-Christian Volkmer3-16/+19
2024-05-08test: mock UserRoleService only in nested test classPaul-Christian Volkmer1-5/+10
2024-05-08test: add test for config SSE endpointPaul-Christian Volkmer2-1/+43
2024-05-07test: add test for SSE endpointPaul-Christian Volkmer2-2/+39
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 Volkmer11-22/+16
2024-05-06refactor: use whenever() instead of `when` in testsPaul-Christian Volkmer2-24/+25
2024-05-06test: add tests for UserRoleServicePaul-Christian Volkmer1-0/+205
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 Volkmer2-0/+88
2024-05-06test: add tests for user role requestsPaul-Christian Volkmer1-4/+41
2024-05-06test: add tests for token requestsPaul-Christian Volkmer2-7/+69
2024-05-06fix: handle null values in MtbFilePaul-Christian Volkmer2-24/+85
2024-05-06chore: remove printlnPaul-Christian Volkmer1-1/+0
2024-05-06build: add jacoco code coveragePaul-Christian Volkmer1-0/+11
2024-05-03build: update gradle versionPaul-Christian Volkmer1-1/+1
2024-05-03build: register task to run all tests at oncePaul-Christian Volkmer1-0/+4
2024-05-02test: add some basic arch unit testsPaul-Christian Volkmer2-0/+77
2024-05-02refactor: use RequestService in ResponseProcessorPaul-Christian Volkmer2-15/+13
2024-05-02refactor: use RequestService in controllersPaul-Christian Volkmer3-16/+33
2024-04-30refactor: use Fingerprint type instead of plain StringPaul-Christian Volkmer10-32/+84
2024-04-29refactor: use type aliasPaul-Christian Volkmer1-2/+1
2024-04-29test: add initial RequestRepository testPaul-Christian Volkmer1-0/+76
2024-04-29chore: update dependency to mockito-kotlinPaul-Christian Volkmer1-1/+1
2024-04-29refactor: add additional constructorsPaul-Christian Volkmer5-148/+167
2024-04-26chore: use java recordsPaul-Christian Volkmer1-0/+2
2024-04-25chore: update webjars-locator dependencyPaul-Christian Volkmer1-1/+1
2024-04-25docs: fix CVE number in dependency commentPaul-Christian Volkmer1-1/+1
2024-04-24chore: update integration test dependencyPaul-Christian Volkmer1-0/+2
2024-04-24refactor: extract custom SSL gPAS rest template creationPaul-Christian Volkmer1-19/+43
2024-04-24refactor: move method content and call this methodPaul-Christian Volkmer2-22/+39
2024-04-24refactor: move custom rest template init to config classPaul-Christian Volkmer2-103/+88
2024-04-23test: add tests with simulated gPAS responsesPaul-Christian Volkmer1-0/+136
2024-04-23fix: custom rest template generation after ssl context creationPaul-Christian Volkmer1-7/+8
2024-04-23docs: add deprecation warnings for config optionsPaul-Christian Volkmer1-4/+16
2024-04-23refactor: use default RestTemplate bean if no custom one requiredPaul-Christian Volkmer2-9/+11
2024-04-23chore: change private method name to fix typoPaul-Christian Volkmer1-2/+2
2024-04-22chore: update GitHub workflow actionsPaul-Christian Volkmer2-3/+3
2024-04-22refactor: rename method for custom rest template configurationPaul-Christian Volkmer1-2/+2
2024-04-22refactor: use more convenient way to set basic auth headerPaul-Christian Volkmer1-10/+1
2024-04-19Merge branch 'v0.9.x'Paul-Christian Volkmer1-4/+4
2024-04-19chore: use snapshot versionPaul-Christian Volkmer1-1/+1
2024-04-19chore: bump version for new releasev0.9.4Paul-Christian Volkmer1-1/+1
2024-04-19chore: update spring boot and other dependenciesPaul-Christian Volkmer1-8/+8
2024-03-26Merge pull request #61 from CCC-MF/issue_55Paul-Christian Volkmer5-56/+114