| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2023-08-11 | Add more information about usage in an ETl process | Paul-Christian Volkmer | 2 | -0/+22 | |
| 2023-08-11 | New version and add status badge to README.mdv0.1.1 | Paul-Christian Volkmer | 2 | -2/+2 | |
| 2023-08-11 | Issue #3: Detect the request type of request with last known status (#5) | Paul-Christian Volkmer | 5 | -28/+49 | |
| 2023-08-11 | Issue #2: Do not serialize JSON string as custom string (#4) | Paul-Christian Volkmer | 3 | -15/+51 | |
| In addition to that, if REST request did not contain a response body, use empty string as data quality report string. | |||||
| 2023-08-10 | Build and deploy docker image on new releasev0.1.0 | Paul-Christian Volkmer | 2 | -6/+4 | |
| 2023-08-10 | Run tests on each tag | Paul-Christian Volkmer | 1 | -0/+1 | |
| 2023-08-10 | Add information about docker image | Paul-Christian Volkmer | 1 | -1/+5 | |
| 2023-08-10 | Change condition when to run docker job | Paul-Christian Volkmer | 1 | -1/+1 | |
| 2023-08-10 | Run docker workflow after test workflow | Paul-Christian Volkmer | 2 | -8/+17 | |
| 2023-08-10 | Full setup for docker build | Paul-Christian Volkmer | 2 | -3/+12 | |
| 2023-08-10 | Add docker deploy workflow | Paul-Christian Volkmer | 2 | -2/+33 | |
| 2023-08-10 | Fix event name in workflow file | Paul-Christian Volkmer | 1 | -5/+3 | |
| 2023-08-10 | Add workflow to run tests on push or pull request | Paul-Christian Volkmer | 2 | -0/+39 | |
| 2023-08-10 | Add tests for KafkaMtbFileSender | Paul-Christian Volkmer | 2 | -2/+171 | |
| 2023-08-10 | Tests for RestMtbFileSender | Paul-Christian Volkmer | 3 | -5/+171 | |
| 2023-08-09 | Add test logging | Paul-Christian Volkmer | 1 | -0/+4 | |
| 2023-08-09 | Decouple request and response processing | Paul-Christian Volkmer | 10 | -188/+573 | |
| 2023-08-09 | Do not append custom prefix to gPAS pseudonym | Paul-Christian Volkmer | 5 | -45/+155 | |
| 2023-08-09 | Use single MtbFileSender | Paul-Christian Volkmer | 4 | -63/+57 | |
| 2023-08-09 | Change endpoint configuration to select single endpoint | Paul-Christian Volkmer | 5 | -12/+167 | |
| * If REST endpoint is configured, it will be used * If Kafka endpoint is configured, it will be used * If both endpoints are configured, REST configuration has precedence and will be used | |||||
| 2023-08-09 | Handle MTB File with rejected consent as deletion request | Paul-Christian Volkmer | 2 | -4/+160 | |
| 2023-08-08 | Ignore unknown properties in DataQualityResponse | Paul-Christian Volkmer | 2 | -0/+73 | |
| 2023-08-08 | Add tests for error response status | Paul-Christian Volkmer | 1 | -2/+91 | |
| 2023-08-08 | Add tests for RequestProcessor | Paul-Christian Volkmer | 3 | -9/+221 | |
| 2023-08-08 | Move integration tests into own source-set | Paul-Christian Volkmer | 4 | -2/+22 | |
| 2023-08-08 | Keep database testcontainer alive until all tests are done | Paul-Christian Volkmer | 1 | -1/+7 | |
| 2023-08-08 | Add RequestService to handle access to requests | Paul-Christian Volkmer | 4 | -7/+402 | |
| 2023-08-08 | Rename test class to match applications main class name | Paul-Christian Volkmer | 1 | -1/+1 | |
| 2023-08-08 | Add basic Testcontainers test setup | Paul-Christian Volkmer | 3 | -0/+84 | |
| 2023-08-08 | Update Spring Boot dependencies | Paul-Christian Volkmer | 1 | -1/+1 | |
| 2023-08-04 | Do not detect duplicates after deletion request | Paul-Christian Volkmer | 1 | -3/+6 | |
| 2023-08-03 | Add information about 'no connection' responses | Paul-Christian Volkmer | 2 | -4/+5 | |
| 2023-08-03 | Explicit producer topic configuration | Paul-Christian Volkmer | 4 | -12/+28 | |
| 2023-08-03 | Implement delete request using Apache Kafka | Paul-Christian Volkmer | 1 | -3/+32 | |
| This is implemented using a fake MTB file containing a rejected consent state and will be mapped to HTTP DELETE on kafka-to-bwhc consumer. | |||||
| 2023-08-03 | Use Map as status body since it contains JSON | Paul-Christian Volkmer | 1 | -3/+3 | |
| 2023-08-02 | Map 'status_code' and 'status code' to same data value | Paul-Christian Volkmer | 1 | -1/+2 | |
| 2023-08-02 | Handle not parsable data quality reports | Paul-Christian Volkmer | 1 | -3/+9 | |
| 2023-08-02 | Use duplication fingerprinting based on MTB file requests only | Paul-Christian Volkmer | 1 | -0/+1 | |
| 2023-08-02 | Do not return specific status code based on remote status code | Paul-Christian Volkmer | 3 | -28/+12 | |
| 2023-08-02 | Add processor to handle responses from Kafka topic | Paul-Christian Volkmer | 8 | -21/+176 | |
| 2023-08-01 | Added more information about pseudonym generators | Paul-Christian Volkmer | 1 | -0/+12 | |
| 2023-08-01 | Modified config property to select pseudonym generator | Paul-Christian Volkmer | 1 | -4/+2 | |
| 2023-08-01 | Added statistics update using SSE for delete requests | Paul-Christian Volkmer | 1 | -0/+4 | |
| 2023-08-01 | Extract request processing | Paul-Christian Volkmer | 4 | -170/+223 | |
| 2023-08-01 | Show request type in addition to state and ID | Paul-Christian Volkmer | 1 | -0/+2 | |
| 2023-08-01 | Add delete requests to be shown in statistics page | Paul-Christian Volkmer | 2 | -8/+75 | |
| 2023-08-01 | Add request type to be saved with each request | Paul-Christian Volkmer | 7 | -19/+83 | |
| 2023-07-31 | Handle delete requests by using REST request to bwHC | Paul-Christian Volkmer | 3 | -9/+32 | |
| Kafka implementation is not implemented yet. | |||||
| 2023-07-31 | Mark delete requests with errors or success as expected | Paul-Christian Volkmer | 1 | -3/+3 | |
| 2023-07-31 | Enable patient data deletion | Paul-Christian Volkmer | 4 | -6/+72 | |
