summaryrefslogtreecommitdiff
path: root/src/main/kotlin/dev
AgeCommit message (Expand)AuthorFilesLines
2024-05-27feat: use RequestId typePaul-Christian Volkmer10-20/+58
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 Volkmer1-0/+1
2024-05-08test: add test for config SSE endpointPaul-Christian Volkmer1-0/+1
2024-05-07refactor: move classes into package 'security'Paul-Christian Volkmer5-11/+8
2024-05-06test: add tests for token requestsPaul-Christian Volkmer1-3/+4
2024-05-06fix: handle null values in MtbFilePaul-Christian Volkmer1-24/+24
2024-05-06chore: remove printlnPaul-Christian Volkmer1-1/+0
2024-05-02refactor: use RequestService in ResponseProcessorPaul-Christian Volkmer1-4/+3
2024-05-02refactor: use RequestService in controllersPaul-Christian Volkmer3-16/+33
2024-04-30refactor: use Fingerprint type instead of plain StringPaul-Christian Volkmer5-9/+56
2024-04-29refactor: add additional constructorsPaul-Christian Volkmer2-13/+34
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 Volkmer1-13/+13
2024-04-24refactor: move custom rest template init to config classPaul-Christian Volkmer1-1/+78
2024-04-23refactor: use default RestTemplate bean if no custom one requiredPaul-Christian Volkmer1-4/+4
2024-03-26feat: show information if no output is definedPaul-Christian Volkmer1-1/+1
2024-03-25feat: add timestamp of last connection check changePaul-Christian Volkmer1-13/+52
2024-03-25feat: add timestamp to connection check displayPaul-Christian Volkmer1-31/+35
2024-03-12fix: assign new value from scope functionv0.9.1Paul-Christian Volkmer1-50/+52
2024-03-12fix: ignore possible null values in mtb filesPaul-Christian Volkmer1-97/+97
2024-03-12feat: salted re-hash IDs within MTB file except patient IDPaul-Christian Volkmer3-1/+177
2024-03-09feat: do not use episode id in kafka record keyPaul-Christian Volkmer1-2/+1
2024-03-08feat: use requestId from incoming Kafka Record HeaderPaul-Christian Volkmer2-4/+24
2024-03-06test: change tests to mock output connectionPaul-Christian Volkmer2-5/+5
2024-03-06feat: add configuration for deprecated config propertyPaul-Christian Volkmer1-0/+11
2024-03-06feat: initial implementation of gPAS connection checkPaul-Christian Volkmer5-26/+148
2024-03-04feat: add admin role assignmentPaul-Christian Volkmer1-1/+2
2024-03-01fix: remove maxSessionsPreventsLoginPaul-Christian Volkmer1-1/+0
2024-03-01feat: add config page for user role assignmentPaul-Christian Volkmer4-7/+129
2024-03-01feat: add default new user role config optionPaul-Christian Volkmer2-4/+5
2024-03-01feat: add user role database table and role-based permissionsPaul-Christian Volkmer2-4/+78
2024-03-01feat: add config option to deactivate duplication checkPaul-Christian Volkmer2-3/+6
2024-02-29test: add test for incoming kafka message processingPaul-Christian Volkmer2-8/+12
2024-02-29feat: implement KafkaInputListenerPaul-Christian Volkmer2-5/+16
2024-02-29feat: add max-retry-attempts config optionPaul-Christian Volkmer2-3/+4
2024-02-29feat: use global RetryTemplatePaul-Christian Volkmer1-6/+17
2024-02-19feat: new kafka config due to kafka inputPaul-Christian Volkmer4-16/+81
2024-02-17refactor: move mtb file controller into package inputPaul-Christian Volkmer1-2/+2
2024-02-09feat: Deprecate usage of ...SSL_CA_LOCATION config paramPaul-Christian Volkmer1-3/+5
2024-02-05feat: forbid access to report if not logged inPaul-Christian Volkmer1-0/+2
2024-02-01fix: make security config optional for login controllerPaul-Christian Volkmer1-4/+3
2024-01-31feat: add basic support for OIDC loginPaul-Christian Volkmer3-9/+43
2024-01-18feat #29: add initial support for mtbfile api tokensPaul-Christian Volkmer6-7/+174
2024-01-17feat: push connection available state to clientPaul-Christian Volkmer6-11/+45
2024-01-17feat #24: use htmx to refresh connection status every 20sPaul-Christian Volkmer1-0/+9
2024-01-15feat #25: add link to requests related to patient pseudonyme (#27)Paul-Christian Volkmer2-1/+21
2024-01-15feat #23: add reload button to display on new requestPaul-Christian Volkmer1-0/+5
2024-01-12test: add pseudonymize generator property and default to testsPaul-Christian Volkmer1-1/+1