summaryrefslogtreecommitdiff
path: root/src/main/kotlin/dev/dnpm/etl/processor/config
AgeCommit message (Expand)AuthorFilesLines
6 daysfix: update Jackson config to fix probably bean dependency issue (#291)Paul-Christian Volkmer1-9/+4
2026-05-12feat: use Jackson 3 for JSON serde (#286)Paul-Christian Volkmer11-298/+485
2026-05-06refactor: replace deprecated HttpClientErrorExceptionPaul-Christian Volkmer1-2/+1
2026-04-24refactor: JacksonConfig for deprecated MappingJackson2HttpMessageConverter (#...Paul-Christian Volkmer4-50/+36
2026-03-11feat: add request filter (#262)Paul-Christian Volkmer1-0/+13
2026-03-10feat: request update audit (#258)Paul-Christian Volkmer2-2/+24
2026-03-07feat: configuration of additional users (#254)Paul-Christian Volkmer2-29/+30
2026-03-05deps!: migrate to Spring Boot 4 (#250)Paul-Christian Volkmer3-9/+12
2026-01-22feat!: allow missing GenomDE gICS domain name (#244)Paul-Christian Volkmer1-1/+1
2026-01-06feat: block further initial submissions (#232)Paul-Christian Volkmer3-23/+36
2025-12-05fix: do not serialize null values (#216)Paul-Christian Volkmer1-7/+22
2025-12-03feat: simple HTTP GET based consent fetch (#208)Paul-Christian Volkmer2-0/+25
2025-11-21feat: add alternative endpoints for request (#196)Paul-Christian Volkmer1-0/+4
2025-11-11chore: use spotless for kotlin code (#191)Paul-Christian Volkmer11-478/+410
2025-11-10feat: config option for broad consent version (#189)Paul-Christian Volkmer1-0/+5
2025-11-06fix: docs uses APP_PSEUDOMYMIZE_GPAS_PID_DOMAIN (#184)Paul-Christian Volkmer1-1/+4
2025-11-04fix: errors in response parsing (#181)v0.12.0-rc.1Paul-Christian Volkmer1-1/+6
2025-10-31fix: usage and serialisation of null values (#174)Paul-Christian Volkmer1-0/+2
2025-10-22feat: add basic support for gPAS SOAP endpoint (#157)Paul-Christian Volkmer2-5/+35
2025-08-18feat: do not default to test submissions (#135)Paul-Christian Volkmer1-1/+1
2025-08-18fix: add /mtb path alias for /mtbfile (#134)Paul-Christian Volkmer1-0/+2
2025-08-18132 fix consent check (#133)jlidke1-0/+2
2025-08-15feat: check consent for DNPM 2.1 requests (#126)Paul-Christian Volkmer3-16/+14
2025-08-12refactor: remove obsolete bwHC data model V1.0 (#129)Paul-Christian Volkmer2-9/+1
2025-07-23119 add transaction (#124)jlidke1-1/+2
2025-07-2263 check consent status (#120)jlidke7-18/+287
2025-04-04feat: remove obsolete config params (#101)Paul-Christian Volkmer3-33/+3
2025-04-04feat: remove SSL-CA-Location config (#99)Paul-Christian Volkmer2-104/+2
2025-04-04refactor: update use of deprecated methods (#96)Paul-Christian Volkmer1-6/+20
2025-04-03feat: use issue severity to create status (#90)Paul-Christian Volkmer1-3/+5
2025-03-23feat: do not retry on validation issues (#89)Paul-Christian Volkmer1-0/+3
2025-03-23Code cleanup (#87)Paul-Christian Volkmer1-4/+6
2025-03-08refactor: use different sender classes for bwHC and DIPPaul-Christian Volkmer1-4/+10
2025-03-08feat: Support POSTing data to dnpm:dipNiklas Sombert1-0/+1
2024-11-01feat: Allow configuring basic auth for the rest uri (#75)Niklas1-0/+2
2024-05-27feat: allow access to MTBFile endpoint for non-token usersPaul-Christian Volkmer1-2/+2
2024-05-07refactor: move classes into package 'security'Paul-Christian Volkmer2-3/+3
2024-04-30refactor: use Fingerprint type instead of plain StringPaul-Christian Volkmer2-0/+30
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-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 Volkmer3-8/+24
2024-03-01fix: remove maxSessionsPreventsLoginPaul-Christian Volkmer1-1/+0
2024-03-01feat: add config page for user role assignmentPaul-Christian Volkmer1-2/+25
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 Volkmer1-4/+34
2024-03-01feat: add config option to deactivate duplication checkPaul-Christian Volkmer1-1/+2