summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2023-08-11Add more information about usage in an ETl processPaul-Christian Volkmer2-0/+22
2023-08-11New version and add status badge to README.mdv0.1.1Paul-Christian Volkmer2-2/+2
2023-08-11Issue #3: Detect the request type of request with last known status (#5)Paul-Christian Volkmer5-28/+49
2023-08-11Issue #2: Do not serialize JSON string as custom string (#4)Paul-Christian Volkmer3-15/+51
2023-08-10Build and deploy docker image on new releasev0.1.0Paul-Christian Volkmer2-6/+4
2023-08-10Run tests on each tagPaul-Christian Volkmer1-0/+1
2023-08-10Add information about docker imagePaul-Christian Volkmer1-1/+5
2023-08-10Change condition when to run docker jobPaul-Christian Volkmer1-1/+1
2023-08-10Run docker workflow after test workflowPaul-Christian Volkmer2-8/+17
2023-08-10Full setup for docker buildPaul-Christian Volkmer2-3/+12
2023-08-10Add docker deploy workflowPaul-Christian Volkmer2-2/+33
2023-08-10Fix event name in workflow filePaul-Christian Volkmer1-5/+3
2023-08-10Add workflow to run tests on push or pull requestPaul-Christian Volkmer2-0/+39
2023-08-10Add tests for KafkaMtbFileSenderPaul-Christian Volkmer2-2/+171
2023-08-10Tests for RestMtbFileSenderPaul-Christian Volkmer3-5/+171
2023-08-09Add test loggingPaul-Christian Volkmer1-0/+4
2023-08-09Decouple request and response processingPaul-Christian Volkmer10-188/+573
2023-08-09Do not append custom prefix to gPAS pseudonymPaul-Christian Volkmer5-45/+155
2023-08-09Use single MtbFileSenderPaul-Christian Volkmer4-63/+57
2023-08-09Change endpoint configuration to select single endpointPaul-Christian Volkmer5-12/+167
2023-08-09Handle MTB File with rejected consent as deletion requestPaul-Christian Volkmer2-4/+160
2023-08-08Ignore unknown properties in DataQualityResponsePaul-Christian Volkmer2-0/+73
2023-08-08Add tests for error response statusPaul-Christian Volkmer1-2/+91
2023-08-08Add tests for RequestProcessorPaul-Christian Volkmer3-9/+221
2023-08-08Move integration tests into own source-setPaul-Christian Volkmer4-2/+22
2023-08-08Keep database testcontainer alive until all tests are donePaul-Christian Volkmer1-1/+7
2023-08-08Add RequestService to handle access to requestsPaul-Christian Volkmer4-7/+402
2023-08-08Rename test class to match applications main class namePaul-Christian Volkmer1-1/+1
2023-08-08Add basic Testcontainers test setupPaul-Christian Volkmer3-0/+84
2023-08-08Update Spring Boot dependenciesPaul-Christian Volkmer1-1/+1
2023-08-04Do not detect duplicates after deletion requestPaul-Christian Volkmer1-3/+6
2023-08-03Add information about 'no connection' responsesPaul-Christian Volkmer2-4/+5
2023-08-03Explicit producer topic configurationPaul-Christian Volkmer4-12/+28
2023-08-03Implement delete request using Apache KafkaPaul-Christian Volkmer1-3/+32
2023-08-03Use Map as status body since it contains JSONPaul-Christian Volkmer1-3/+3
2023-08-02Map 'status_code' and 'status code' to same data valuePaul-Christian Volkmer1-1/+2
2023-08-02Handle not parsable data quality reportsPaul-Christian Volkmer1-3/+9
2023-08-02Use duplication fingerprinting based on MTB file requests onlyPaul-Christian Volkmer1-0/+1
2023-08-02Do not return specific status code based on remote status codePaul-Christian Volkmer3-28/+12
2023-08-02Add processor to handle responses from Kafka topicPaul-Christian Volkmer8-21/+176
2023-08-01Added more information about pseudonym generatorsPaul-Christian Volkmer1-0/+12
2023-08-01Modified config property to select pseudonym generatorPaul-Christian Volkmer1-4/+2
2023-08-01Added statistics update using SSE for delete requestsPaul-Christian Volkmer1-0/+4
2023-08-01Extract request processingPaul-Christian Volkmer4-170/+223
2023-08-01Show request type in addition to state and IDPaul-Christian Volkmer1-0/+2
2023-08-01Add delete requests to be shown in statistics pagePaul-Christian Volkmer2-8/+75
2023-08-01Add request type to be saved with each requestPaul-Christian Volkmer7-19/+83
2023-07-31Handle delete requests by using REST request to bwHCPaul-Christian Volkmer3-9/+32
2023-07-31Mark delete requests with errors or success as expectedPaul-Christian Volkmer1-3/+3
2023-07-31Enable patient data deletionPaul-Christian Volkmer4-6/+72