| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2026-03-10 | feat: request update audit (#258) | Paul-Christian Volkmer | 3 | -3/+30 | |
| This adds the date and username when a request gets updated. If the request gets updated by an async Kafka response, "SYSTEM" will be used as username. | |||||
| 2026-03-10 | fix: ignore token users with existing username (#257) | Paul-Christian Volkmer | 1 | -3/+10 | |
| This will ignore token usernames with the same username as an existing user. | |||||
| 2026-03-07 | feat: search by patient pseudonym and TAN (#256) | Paul-Christian Volkmer | 3 | -1/+25 | |
| 2026-03-07 | feat: configuration of additional users (#254) | Paul-Christian Volkmer | 2 | -29/+30 | |
| 2026-03-06 | fix: ensure metadata is initialized using MtbFileConsentService | Paul-Christian Volkmer | 1 | -2/+2 | |
| 2026-03-06 | fix: code formatting | Paul-Christian Volkmer | 1 | -1/+2 | |
| 2026-03-06 | feat: improve request list | Paul-Christian Volkmer | 2 | -4/+5 | |
| 2026-03-06 | feat: save TAN for MTB requests (#253) | Paul-Christian Volkmer | 3 | -0/+17 | |
| 2026-03-05 | deps!: migrate to Spring Boot 4 (#250) | Paul-Christian Volkmer | 5 | -11/+14 | |
| 2026-03-02 | chore: do not log unknown response | Paul-Christian Volkmer | 2 | -1/+1 | |
| This is default behavior for async Kafka messaging | |||||
| 2026-01-22 | feat!: allow missing GenomDE gICS domain name (#244) | Paul-Christian Volkmer | 2 | -12/+16 | |
| If no domain name is given vor GenomDE consent, this will be ignored and the consent information must be present in incoming MTB data in order to satisfy DNPM:DIP. | |||||
| 2026-01-21 | feat: always send dataset without consent (#243) | Paul-Christian Volkmer | 1 | -30/+13 | |
| This changes the behavior of the application! Any dataset will be forwarded to DNPM:DIP, even w/o valid consent information. DNPM:DIP will return issues if MV consent or broad consent is missing. | |||||
| 2026-01-09 | fix: possible sorting errors in bar chart (#241) | Paul-Christian Volkmer | 1 | -17/+22 | |
| 2026-01-07 | feat!: do not delete patient information if no consent is given (#236) | Paul-Christian Volkmer | 3 | -16/+24 | |
| 2026-01-06 | feat: block further initial submissions (#232) | Paul-Christian Volkmer | 9 | -33/+179 | |
| 2025-12-18 | fix: handle null values in supporting variants (#230) | Paul-Christian Volkmer | 1 | -1/+1 | |
| 2025-12-16 | fix: do not save PID in test mode (#228) | Paul-Christian Volkmer | 2 | -8/+6 | |
| 2025-12-16 | deps!: update dto lib to version 0.2.0 (#226) | Paul-Christian Volkmer | 1 | -3/+3 | |
| This release is for use with DNPM:DIP (api-gateway) Version >= 1.2.3 and uses patients birthDay and date of death in format 'yyyy-MM' (without day) with fallback to accept old format 'yyyy-MM-dd'. | |||||
| 2025-12-05 | fix: do not serialize null values (#216) | Paul-Christian Volkmer | 2 | -9/+26 | |
| For outgoing HTTP requests, null values have been serialized as `"name": null`. Since this causes problems in DNPM:DIP, data parts with null values must not be serialized. | |||||
| 2025-12-03 | feat: simple HTTP GET based consent fetch (#208) | Paul-Christian Volkmer | 2 | -0/+25 | |
| 2025-12-01 | fix: show error page (#207) | Paul-Christian Volkmer | 1 | -2/+3 | |
| This shows error page when trying to load unavailable resource. | |||||
| 2025-11-21 | feat: add alternative endpoints for request (#196) | Paul-Christian Volkmer | 3 | -93/+139 | |
| This allows for requests to (with optional path-prefix "/api"): * POST /{usecase} * POST /{usecase}/etl/patient-record => as DNPM:DIP * DELETE /{usecase}/{ID} * DELETE /{usecase}/etl/patient-record/{ID} * DELETE /{usecase}/etl/patient/{ID} => as DNPM:DIP Where {usecase} is one of: * mtbfile * mtb => as DNPM:DIP | |||||
| 2025-11-20 | fix: possible NPE for MSI anonymization (#195) | Paul-Christian Volkmer | 1 | -134/+131 | |
| This might occur if a null value is present in the list of MSI findings. With this change, the usage if "it" has been replaced with proper element names. | |||||
| 2025-11-20 | fix: fix possible NPE for MSI patient refs (#194) | Paul-Christian Volkmer | 1 | -1/+1 | |
| 2025-11-11 | chore: use spotless for kotlin code (#191) | Paul-Christian Volkmer | 47 | -2073/+2055 | |
| 2025-11-10 | feat: config option for broad consent version (#189) | Paul-Christian Volkmer | 1 | -0/+5 | |
| 2025-11-06 | chore: change annotation for KT-73255 (#185) | Paul-Christian Volkmer | 4 | -9/+9 | |
| This keeps old behavior in future releases. | |||||
| 2025-11-06 | fix: docs uses APP_PSEUDOMYMIZE_GPAS_PID_DOMAIN (#184) | Paul-Christian Volkmer | 1 | -1/+4 | |
| 2025-11-06 | chore: use jspecify and NullAway (#183) | Paul-Christian Volkmer | 1 | -1/+1 | |
| 2025-11-04 | fix: errors in response parsing (#181)v0.12.0-rc.1 | Paul-Christian Volkmer | 2 | -4/+17 | |
| 2025-11-03 | fix: do not re-anonymize diagnosis ID (#179) | Paul-Christian Volkmer | 1 | -22/+14 | |
| 2025-10-31 | fix: only send nested content with MTB record (#175) | Paul-Christian Volkmer | 1 | -1/+1 | |
| 2025-10-31 | fix: usage and serialisation of null values (#174) | Paul-Christian Volkmer | 2 | -34/+36 | |
| 2025-10-31 | fix: getProvisionTypeByPolicyCode updated to new consent structure (#173) | jlidke | 1 | -10/+11 | |
| 2025-10-27 | fix: use correct gPAS URI for connection test (#166) | Paul-Christian Volkmer | 1 | -2/+1 | |
| 2025-10-24 | feat: add logging for connection checks (#164) | Paul-Christian Volkmer | 1 | -10/+31 | |
| 2025-10-22 | feat: add basic support for gPAS SOAP endpoint (#157) | Paul-Christian Volkmer | 4 | -5/+92 | |
| 2025-09-04 | refactor: several changes related to code style and readability (#152) | Paul-Christian Volkmer | 1 | -13/+16 | |
| * refactor: extract provision code extraction * refactor: catch exceptions by type without later type check * refactor: further code cleanup * chore: log error with error level, not debug level | |||||
| 2025-09-03 | feat: mark older request with unknown state (#150) | Paul-Christian Volkmer | 1 | -9/+20 | |
| 2025-08-27 | fix: add missing requestId to KafkaMtbFileSender (#142) | Paul-Christian Volkmer | 1 | -4/+3 | |
| 2025-08-25 | fix: mime type representation in kafka header (#139) | Paul-Christian Volkmer | 1 | -5/+3 | |
| 2025-08-20 | feat: configuration of genomDe test submission via ↵ | jlidke | 1 | -29/+24 | |
| 'app.genomDeTestSubmission' = 'true', is implemented, now. (#136) Co-authored-by: Paul-Christian Volkmer <code@pcvolkmer.de> | |||||
| 2025-08-18 | feat: do not default to test submissions (#135) | Paul-Christian Volkmer | 1 | -1/+1 | |
| 2025-08-18 | fix: add /mtb path alias for /mtbfile (#134) | Paul-Christian Volkmer | 1 | -0/+2 | |
| 2025-08-18 | 132 fix consent check (#133) | jlidke | 2 | -40/+38 | |
| 2025-08-15 | feat: check consent for DNPM 2.1 requests (#126) | Paul-Christian Volkmer | 7 | -35/+105 | |
| Co-authored-by: Jakub Lidke <jakub.lidke@uni-marburg.de> | |||||
| 2025-08-14 | 108 anonym id mtb v2 (#131) | jlidke | 1 | -12/+175 | |
| 2025-08-12 | refactor: remove obsolete bwHC data model V1.0 (#129) | Paul-Christian Volkmer | 12 | -365/+28 | |
| 2025-07-23 | refactor: simple code cleanups (#125) | Paul-Christian Volkmer | 1 | -17/+15 | |
| 2025-07-23 | 119 add transaction (#124) | jlidke | 6 | -5/+41 | |
