summaryrefslogtreecommitdiff
path: root/src/main/kotlin/dev/dnpm/etl/processor/output/RestMtbFileSender.kt
AgeCommit message (Expand)AuthorFilesLines
2026-05-12feat: use Jackson 3 for JSON serde (#286)Paul-Christian Volkmer1-1/+1
2026-05-06test: code cleanup in test classesPaul-Christian Volkmer1-1/+2
2026-01-06feat: block further initial submissions (#232)Paul-Christian Volkmer1-1/+2
2025-12-05fix: do not serialize null values (#216)Paul-Christian Volkmer1-2/+4
2025-11-11chore: use spotless for kotlin code (#191)Paul-Christian Volkmer1-23/+18
2025-08-12refactor: remove obsolete bwHC data model V1.0 (#129)Paul-Christian Volkmer1-1/+0
2025-04-06feat: support multiple request content types (#109)Paul-Christian Volkmer1-11/+16
2025-04-03feat: use issue severity to create status (#90)Paul-Christian Volkmer1-4/+7
2025-03-23Code cleanup (#87)Paul-Christian Volkmer1-1/+1
2025-03-22feat: handle and save issue report for non HTTP 2xx responsesPaul-Christian Volkmer1-2/+4
2025-03-08refactor: use different sender classes for bwHC and DIPPaul-Christian Volkmer1-15/+3
2025-03-08feat: Support POSTing data to dnpm:dipNiklas Sombert1-2/+19
2024-11-01feat: Allow configuring basic auth for the rest uri (#75)Niklas1-4/+16
2024-01-11feat: show configured endpointsPaul-Christian Volkmer1-0/+4
2024-01-04feat #17: initial support for request retryPaul-Christian Volkmer1-25/+34
2023-08-11Issue #2: Do not serialize JSON string as custom string (#4)Paul-Christian Volkmer1-1/+1
2023-08-10Tests for RestMtbFileSenderPaul-Christian Volkmer1-3/+4
2023-08-09Decouple request and response processingPaul-Christian Volkmer1-10/+6
2023-08-01Extract request processingPaul-Christian Volkmer1-2/+2
2023-08-01Add request type to be saved with each requestPaul-Christian Volkmer1-2/+3
2023-07-31Handle delete requests by using REST request to bwHCPaul-Christian Volkmer1-1/+22
2023-07-31Add request ID to Kafka keyPaul-Christian Volkmer1-3/+2
2023-07-25Remove obsolete returnPaul-Christian Volkmer1-2/+2
2023-07-25Added Link to request reportPaul-Christian Volkmer1-5/+5
2023-07-25Add request and status loggingPaul-Christian Volkmer1-4/+8
2023-07-24Initial commitPaul-Christian Volkmer1-0/+62