summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)AuthorFilesLines
2024-12-23chore: update to mockito-kotlin 5.4.0Paul-Christian Volkmer6-13/+6
With this change, `anyValueClass()` from mockito-kotlin replaces own implementation.
2024-11-01feat: Allow configuring basic auth for the rest uri (#75)Niklas3-7/+21
2024-11-01chore: gPas health check, fetch metadata instead of send invalid gPas ↵jlidke1-5/+2
request (#73)
2024-07-15refactor: use dedicated type for path paramPaul-Christian Volkmer2-3/+36
2024-07-15refactor: rename template attribute to reflect contentPaul-Christian Volkmer2-15/+15
2024-07-15refactor: rename db column name to reflect contentPaul-Christian Volkmer8-18/+20
2024-07-15refactor: add types for patient id and pseudonymPaul-Christian Volkmer25-180/+216
2024-06-25style: use sans-serif font everywherePaul-Christian Volkmer1-1/+4
2024-06-25chore: update oidc client local dev passwordPaul-Christian Volkmer1-1/+1
2024-05-30test: exclude test and integrationTest source setPaul-Christian Volkmer1-5/+3
This replaces filtering for classes that contain 'Test' or 'Tests' in simple name.
2024-05-27test: use Kotlin KArgumentCaptorPaul-Christian Volkmer1-7/+6
2024-05-27feat: allow access to MTBFile endpoint for non-token usersPaul-Christian Volkmer2-3/+71
2024-05-27feat: use RequestId typePaul-Christian Volkmer22-84/+169
2024-05-16feat: use details as alias for message in data quality reportPaul-Christian Volkmer1-1/+2
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 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 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 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 Volkmer2-7/+69
2024-05-06fix: handle null values in MtbFilePaul-Christian Volkmer2-24/+85
This should not occur but if, it should not result in NPE except for * Patient * Consent * Episode
2024-05-06chore: remove printlnPaul-Christian Volkmer1-1/+0
2024-05-02test: add some basic arch unit testsPaul-Christian Volkmer1-0/+75
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-29refactor: add additional constructorsPaul-Christian Volkmer5-148/+167
2024-04-26chore: use java recordsPaul-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-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-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