summaryrefslogtreecommitdiff
path: root/src/main
AgeCommit message (Collapse)AuthorFilesLines
2026-03-11chore(master): release 0.15.2 (#263)v0.15.2pcvolkmer-release-bot[bot]1-1/+1
Co-authored-by: pcvolkmer-release-bot[bot] <245199155+pcvolkmer-release-bot[bot]@users.noreply.github.com>
2026-03-11feat: add request filter (#262)Paul-Christian Volkmer4-8/+77
This enables filter for * All requests * Requests sent to DNPM:DIP and, if initial submission block is enabled * Confirmed Requests sent to DNPM:DIP * Unconfirmed Requests sent to DNPM:DIP
2026-03-11refactor: use html fragment for request card (#261)Paul-Christian Volkmer4-111/+68
This also allows for fragment reload on pressing accept button.
2026-03-10chore(master): release 0.15.1 (#259)v0.15.1pcvolkmer-release-bot[bot]1-1/+1
Co-authored-by: pcvolkmer-release-bot[bot] <245199155+pcvolkmer-release-bot[bot]@users.noreply.github.com>
2026-03-10feat: show submission statistics table (#260)Paul-Christian Volkmer2-1/+62
2026-03-10chore: change submission button textPaul-Christian Volkmer1-2/+2
2026-03-10feat: request update audit (#258)Paul-Christian Volkmer7-3/+44
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-10fix: ignore token users with existing username (#257)Paul-Christian Volkmer1-3/+10
This will ignore token usernames with the same username as an existing user.
2026-03-09chore(master): release 0.15.0 (#251)v0.15.0pcvolkmer-release-bot[bot]1-1/+1
Co-authored-by: pcvolkmer-release-bot[bot] <245199155+pcvolkmer-release-bot[bot]@users.noreply.github.com>
2026-03-07feat: search by patient pseudonym and TAN (#256)Paul-Christian Volkmer4-8/+53
2026-03-07feat: configuration of additional users (#254)Paul-Christian Volkmer2-29/+30
2026-03-06fix: ensure metadata is initialized using MtbFileConsentServicePaul-Christian Volkmer1-2/+2
2026-03-06chore: use card layout in report detailsPaul-Christian Volkmer1-26/+44
2026-03-06fix: code formattingPaul-Christian Volkmer1-1/+2
2026-03-06feat: improve request listPaul-Christian Volkmer4-50/+56
2026-03-06feat: save TAN for MTB requests (#253)Paul-Christian Volkmer5-0/+21
2026-03-05deps!: migrate to Spring Boot 4 (#250)Paul-Christian Volkmer5-11/+14
2026-03-02chore: do not log unknown responsePaul-Christian Volkmer2-1/+1
This is default behavior for async Kafka messaging
2026-01-22chore(master): release 0.14.0 (#235)v0.14.0pcvolkmer-release-bot[bot]1-9/+3
Co-authored-by: pcvolkmer-release-bot[bot] <245199155+pcvolkmer-release-bot[bot]@users.noreply.github.com>
2026-01-22feat!: allow missing GenomDE gICS domain name (#244)Paul-Christian Volkmer3-13/+17
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-21feat: always send dataset without consent (#243)Paul-Christian Volkmer1-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-09fix: possible sorting errors in bar chart (#241)Paul-Christian Volkmer1-17/+22
2026-01-09ci: build web resources (#240)Paul-Christian Volkmer3-6/+0
2026-01-08build: remove webjars and use custom build (#238)Paul-Christian Volkmer12-987/+25
2026-01-08chore: change appearance of accept button (#239)Paul-Christian Volkmer1-6/+6
2026-01-07feat!: do not delete patient information if no consent is given (#236)Paul-Christian Volkmer3-16/+24
2026-01-06fix: request reload notification and update buttonPaul-Christian Volkmer2-13/+24
2026-01-06feat: block further initial submissions (#232)Paul-Christian Volkmer14-39/+219
2026-01-06chore: immediate server shutdown/restart in dev env (#234)Paul-Christian Volkmer1-2/+1
2025-12-18chore(master): release 0.13.1 (#231)v0.13.1pcvolkmer-release-bot[bot]1-1/+1
Co-authored-by: pcvolkmer-release-bot[bot] <245199155+pcvolkmer-release-bot[bot]@users.noreply.github.com>
2025-12-18fix: handle null values in supporting variants (#230)Paul-Christian Volkmer1-1/+1
2025-12-16chore(master): release 0.13.0 (#227)v0.13.0pcvolkmer-release-bot[bot]1-1/+1
Co-authored-by: pcvolkmer-release-bot[bot] <245199155+pcvolkmer-release-bot[bot]@users.noreply.github.com>
2025-12-16fix: do not save PID in test mode (#228)Paul-Christian Volkmer4-8/+8
2025-12-16deps!: update dto lib to version 0.2.0 (#226)Paul-Christian Volkmer1-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-05chore(master): release 0.12.6 (#217)v0.12.6pcvolkmer-release-bot[bot]1-1/+1
Co-authored-by: pcvolkmer-release-bot[bot] <245199155+pcvolkmer-release-bot[bot]@users.noreply.github.com>
2025-12-05fix: do not serialize null values (#216)Paul-Christian Volkmer2-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-04chore: return proper response on any evaluation error (#215)Paul-Christian Volkmer2-3/+46
2025-12-04chore(master): release 0.12.5 (#214)v0.12.5pcvolkmer-release-bot[bot]1-1/+1
Co-authored-by: pcvolkmer-release-bot[bot] <245199155+pcvolkmer-release-bot[bot]@users.noreply.github.com>
2025-12-04feat: check MII broad consent (#213)Paul-Christian Volkmer2-0/+83
2025-12-03chore(master): release 0.12.4 (#210)v0.12.4pcvolkmer-release-bot[bot]1-1/+1
Co-authored-by: pcvolkmer-release-bot[bot] <245199155+pcvolkmer-release-bot[bot]@users.noreply.github.com>
2025-12-03feat: simple HTTP GET based consent fetch (#208)Paul-Christian Volkmer5-39/+212
2025-12-01chore(master): release 0.12.3 (#205)v0.12.3pcvolkmer-release-bot[bot]1-6/+6
Co-authored-by: pcvolkmer-release-bot[bot] <245199155+pcvolkmer-release-bot[bot]@users.noreply.github.com>
2025-12-01fix: show error page (#207)Paul-Christian Volkmer2-2/+6
This shows error page when trying to load unavailable resource.
2025-12-01feat: add footer containing version number (#204)Paul-Christian Volkmer9-73/+142
2025-11-21feat: add alternative endpoints for request (#196)Paul-Christian Volkmer3-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-20fix: possible NPE for MSI anonymization (#195)Paul-Christian Volkmer1-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-20fix: fix possible NPE for MSI patient refs (#194)Paul-Christian Volkmer1-1/+1
2025-11-11chore: use spotless for kotlin code (#191)Paul-Christian Volkmer47-2073/+2055
2025-11-10feat: config option for broad consent version (#189)Paul-Christian Volkmer2-4/+10
2025-11-07fix: use ..hc.core5.net.URIBuilder for URI (#187)v0.12.0-rc.2Paul-Christian Volkmer1-7/+21