| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2025-04-04 | refactor: replace deprecated MockBean annotations (#95) | Paul-Christian Volkmer | 9 | -57/+68 | |
| 2025-04-04 | chore: update to Spring Boot 3.4 | Paul-Christian Volkmer | 4 | -7/+7 | |
| 2025-03-23 | test: use Europe/Berlin as timezone in tests | Paul-Christian Volkmer | 1 | -5/+7 | |
| 2024-07-15 | refactor: use dedicated type for path param | Paul-Christian Volkmer | 1 | -0/+33 | |
| 2024-07-15 | refactor: add types for patient id and pseudonym | Paul-Christian Volkmer | 6 | -55/+76 | |
| 2024-05-30 | test: exclude test and integrationTest source set | Paul-Christian Volkmer | 1 | -5/+3 | |
| This replaces filtering for classes that contain 'Test' or 'Tests' in simple name. | |||||
| 2024-05-27 | feat: allow access to MTBFile endpoint for non-token users | Paul-Christian Volkmer | 1 | -1/+69 | |
| 2024-05-27 | feat: use RequestId type | Paul-Christian Volkmer | 5 | -23/+31 | |
| 2024-05-08 | feat: show info if no requests present | Paul-Christian Volkmer | 1 | -15/+10 | |
| 2024-05-08 | test: mock UserRoleService only in nested test class | Paul-Christian Volkmer | 1 | -5/+10 | |
| 2024-05-08 | test: add test for config SSE endpoint | Paul-Christian Volkmer | 1 | -1/+42 | |
| 2024-05-07 | test: add test for SSE endpoint | Paul-Christian Volkmer | 1 | -2/+38 | |
| 2024-05-07 | test: test statistics json response | Paul-Christian Volkmer | 1 | -28/+193 | |
| 2024-05-07 | test: add initial tests for StatisticsRestController | Paul-Christian Volkmer | 1 | -0/+109 | |
| 2024-05-07 | test: add test for StatisticsController | Paul-Christian Volkmer | 1 | -0/+75 | |
| 2024-05-07 | refactor: move classes into package 'security' | Paul-Christian Volkmer | 4 | -6/+6 | |
| 2024-05-06 | test: add tests for HomeController | Paul-Christian Volkmer | 1 | -0/+261 | |
| 2024-05-06 | test: add tests to and reorganize ConfigControllerTest | Paul-Christian Volkmer | 1 | -75/+172 | |
| 2024-05-06 | test: ensure correct view is rendered | Paul-Christian Volkmer | 2 | -1/+8 | |
| 2024-05-06 | test: add htmlunit based test for LoginController | Paul-Christian Volkmer | 1 | -0/+87 | |
| 2024-05-06 | test: add tests for user role requests | Paul-Christian Volkmer | 1 | -4/+41 | |
| 2024-05-06 | test: add tests for token requests | Paul-Christian Volkmer | 1 | -4/+65 | |
| 2024-05-02 | test: add some basic arch unit tests | Paul-Christian Volkmer | 1 | -0/+75 | |
| 2024-04-30 | refactor: use Fingerprint type instead of plain String | Paul-Christian Volkmer | 2 | -7/+9 | |
| 2024-04-29 | refactor: use type alias | Paul-Christian Volkmer | 1 | -2/+1 | |
| 2024-04-29 | test: add initial RequestRepository test | Paul-Christian Volkmer | 1 | -0/+76 | |
| 2024-04-29 | refactor: add additional constructors | Paul-Christian Volkmer | 1 | -21/+21 | |
| 2024-04-23 | test: add tests with simulated gPAS responses | Paul-Christian Volkmer | 1 | -0/+136 | |
| 2024-03-26 | feat: show information if no output is defined | Paul-Christian Volkmer | 1 | -2/+2 | |
| 2024-03-06 | test: change tests to mock output connection | Paul-Christian Volkmer | 1 | -1/+7 | |
| 2024-02-29 | feat: implement KafkaInputListener | Paul-Christian Volkmer | 1 | -0/+2 | |
| 2024-02-29 | test: add test for max retry attempts | Paul-Christian Volkmer | 1 | -0/+27 | |
| 2024-02-19 | feat: new kafka config due to kafka input | Paul-Christian Volkmer | 1 | -4/+42 | |
| 2024-02-17 | refactor: move mtb file controller into package input | Paul-Christian Volkmer | 1 | -1/+1 | |
| 2024-01-20 | test: add test to ensure redirect of not logged in | Paul-Christian Volkmer | 1 | -0/+110 | |
| 2024-01-20 | refactor: move test class to related package | Paul-Christian Volkmer | 1 | -6/+7 | |
| 2024-01-19 | test: add security related tests for MtbFileRestController | Paul-Christian Volkmer | 1 | -0/+156 | |
| 2024-01-19 | test: add tests to ensure TokenService is present if required | Paul-Christian Volkmer | 1 | -1/+47 | |
| 2024-01-12 | test: ensure configured generator bean is created | Paul-Christian Volkmer | 1 | -1/+77 | |
| 2024-01-12 | test: add pseudonymize generator property and default to tests | Paul-Christian Volkmer | 2 | -1/+4 | |
| 2024-01-02 | fix: add rest uri config to integration tests | Paul-Christian Volkmer | 2 | -0/+11 | |
| 2023-11-25 | test: add integration test for mtb file transformation | Paul-Christian Volkmer | 1 | -0/+93 | |
| 2023-10-05 | Issue #12: Add application config for transformation configuration | Paul-Christian Volkmer | 1 | -6/+23 | |
| 2023-08-12 | Code cleanup | Paul-Christian Volkmer | 1 | -1/+6 | |
| 2023-08-11 | Issue #3: Detect the request type of request with last known status (#5) | Paul-Christian Volkmer | 1 | -1/+1 | |
| 2023-08-09 | Use single MtbFileSender | Paul-Christian Volkmer | 2 | -1/+7 | |
| 2023-08-09 | Change endpoint configuration to select single endpoint | Paul-Christian Volkmer | 1 | -0/+102 | |
| * If REST endpoint is configured, it will be used * If Kafka endpoint is configured, it will be used * If both endpoints are configured, REST configuration has precedence and will be used | |||||
| 2023-08-08 | Move integration tests into own source-set | Paul-Christian Volkmer | 3 | -0/+219 | |
