summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2026-02-28build: remove resolution strategy since we use stable depsPaul-Christian Volkmer1-6/+0
2026-02-24build(deps-dev): bump ajv in the npm_and_yarn group across 1 directory (#249)dependabot[bot]1-3/+3
Bumps the npm_and_yarn group with 1 update in the / directory: [ajv](https://github.com/ajv-validator/ajv). Updates `ajv` from 8.17.1 to 8.18.0 - [Release notes](https://github.com/ajv-validator/ajv/releases) - [Commits](https://github.com/ajv-validator/ajv/compare/v8.17.1...v8.18.0) --- updated-dependencies: - dependency-name: ajv dependency-version: 8.18.0 dependency-type: indirect dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-02-19deps: update spring boot to 3.5.11 (#248)Paul-Christian Volkmer1-1/+1
2026-02-14deps: update js dev dependenciesPaul-Christian Volkmer2-66/+66
2026-01-29deps: update spring bootPaul-Christian Volkmer1-1/+1
2026-01-22chore(master): release 0.14.0 (#235)v0.14.0pcvolkmer-release-bot[bot]4-11/+26
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 Volkmer5-20/+24
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-21deps: update dependenciesPaul-Christian Volkmer1-3/+3
2026-01-21feat: always send dataset without consent (#243)Paul-Christian Volkmer2-30/+56
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-15build: update rspackPaul-Christian Volkmer2-61/+56
2026-01-09fix: possible sorting errors in bar chart (#241)Paul-Christian Volkmer3-33/+58
2026-01-09ci: build web resources (#240)Paul-Christian Volkmer7-13/+17
2026-01-08build: remove webjars and use custom build (#238)Paul-Christian Volkmer19-79/+3889
2026-01-08chore: change appearance of accept button (#239)Paul-Christian Volkmer1-6/+6
2026-01-07docs: update READMEPaul-Christian Volkmer1-10/+6
2026-01-07feat!: do not delete patient information if no consent is given (#236)Paul-Christian Volkmer6-83/+115
2026-01-06fix: request reload notification and update buttonPaul-Christian Volkmer2-13/+24
2026-01-06feat: block further initial submissions (#232)Paul-Christian Volkmer24-98/+556
2026-01-06chore: immediate server shutdown/restart in dev env (#234)Paul-Christian Volkmer1-2/+1
2026-01-06deps: update spring boot to version 3.5.9 (#233)Paul-Christian Volkmer1-1/+1
2025-12-18chore(master): release 0.13.1 (#231)v0.13.1pcvolkmer-release-bot[bot]4-3/+10
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]4-3/+19
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 Volkmer3-8/+11
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-10chore: update MTB DTO library (#225)Paul-Christian Volkmer1-1/+1
2025-12-10test: update fake patient data (#224)Paul-Christian Volkmer1-780/+1778
This is required due to value format changes in DNPM:DIP for TNM etc.
2025-12-09docs: add info about test submissions (#221)Paul-Christian Volkmer1-0/+11
2025-12-05chore(master): release 0.12.6 (#217)v0.12.6pcvolkmer-release-bot[bot]4-3/+10
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 Volkmer3-9/+172
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]4-3/+10
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 Volkmer5-34/+642
2025-12-03chore(master): release 0.12.4 (#210)v0.12.4pcvolkmer-release-bot[bot]4-3/+10
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 Volkmer8-41/+392
2025-12-02build: remove snapshot repo (#209)Paul-Christian Volkmer1-3/+0
2025-12-01chore(master): release 0.12.3 (#205)v0.12.3pcvolkmer-release-bot[bot]4-8/+20
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-01build: use xml file type (#206)Paul-Christian Volkmer1-1/+1
2025-12-01feat: add footer containing version number (#204)Paul-Christian Volkmer10-73/+147
2025-11-28chore(master): release 0.12.2 (#202)v0.12.2pcvolkmer-release-bot[bot]3-2/+18
Co-authored-by: pcvolkmer-release-bot[bot] <245199155+pcvolkmer-release-bot[bot]@users.noreply.github.com>
2025-11-28build: update ci (#201)Paul-Christian Volkmer6-54/+72
2025-11-28chore: cleanup dev settings and examples (#200)Paul-Christian Volkmer6-19/+19
2025-11-26chore: use mtb-dto v0.1.1 (#199)Paul-Christian Volkmer1-1/+1
2025-11-23chore: update spring boot dependency (#198)Paul-Christian Volkmer1-4/+2
2025-11-21chore: use mtb-dto v0.1.0 (#197)Paul-Christian Volkmer1-1/+1
2025-11-21feat: add alternative endpoints for request (#196)Paul-Christian Volkmer6-154/+380
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-20build: publish preview image for testingPaul-Christian Volkmer1-1/+34
2025-11-20Merge branch '0.12.x'Paul-Christian Volkmer0-0/+0
# Conflicts: # build.gradle.kts
2025-11-20fix: possible NPE for MSI anonymization0.12.xPaul-Christian Volkmer2-442/+427
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.