| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2024-02-05 | feat: forbid access to report if not logged in | Paul-Christian Volkmer | 1 | -0/+2 | |
| 2024-02-01 | fix: make security config optional for login controller | Paul-Christian Volkmer | 1 | -4/+3 | |
| 2024-01-31 | feat: add basic support for OIDC login | Paul-Christian Volkmer | 3 | -9/+43 | |
| 2024-01-18 | feat #29: add initial support for mtbfile api tokens | Paul-Christian Volkmer | 6 | -7/+174 | |
| 2024-01-17 | feat: push connection available state to client | Paul-Christian Volkmer | 6 | -11/+45 | |
| 2024-01-17 | feat #24: use htmx to refresh connection status every 20s | Paul-Christian Volkmer | 1 | -0/+9 | |
| 2024-01-15 | feat #25: add link to requests related to patient pseudonyme (#27) | Paul-Christian Volkmer | 2 | -1/+21 | |
| 2024-01-15 | feat #23: add reload button to display on new request | Paul-Christian Volkmer | 1 | -0/+5 | |
| 2024-01-12 | test: add pseudonymize generator property and default to tests | Paul-Christian Volkmer | 1 | -1/+1 | |
| 2024-01-12 | refactor: Use config new pseudonym generator config param | Paul-Christian Volkmer | 2 | -3/+24 | |
| This deprecates the old param: * `APP_PSEUDONYMIZER`: deprecated * `APP_PSEUDONYM_GENERATOR`: has precedence | |||||
| 2024-01-11 | feat: use password with encoding prefixv0.5.0 | Paul-Christian Volkmer | 1 | -2/+3 | |
| 2024-01-11 | feat #18: initial support for authentication | Paul-Christian Volkmer | 4 | -2/+144 | |
| 2024-01-11 | feat: show configured endpoints | Paul-Christian Volkmer | 4 | -0/+11 | |
| 2024-01-10 | feat: add paginator to request page | Paul-Christian Volkmer | 2 | -3/+7 | |
| 2024-01-04 | feat #17: initial support for request retry | Paul-Christian Volkmer | 5 | -49/+86 | |
| 2024-01-02 | feat #15: add connection checks to bwHC backend | Paul-Christian Volkmer | 5 | -7/+121 | |
| 2023-12-14 | fix: Replace the patient's id in more places (#14) | Niklas | 1 | -2/+5 | |
| This adds studyInclusionRequests and tumorMorphology. | |||||
| 2023-12-05 | feat: sort data quality report items by severity | Paul-Christian Volkmer | 1 | -1/+4 | |
| 2023-12-05 | fix: add info severity to data quality report | Paul-Christian Volkmer | 1 | -0/+1 | |
| 2023-12-04 | feat: add page that shows transformation configurationv0.2.0 | Paul-Christian Volkmer | 2 | -1/+46 | |
| 2023-10-05 | Issue #12: Log transformation count applied on application start | Paul-Christian Volkmer | 1 | -0/+4 | |
| 2023-10-05 | Issue #12: Transform MTBFile objects by using transformation rules | Paul-Christian Volkmer | 3 | -6/+11 | |
| 2023-10-05 | Issue #12: Add application config for transformation configuration | Paul-Christian Volkmer | 3 | -2/+36 | |
| 2023-10-05 | Issue #12: Basic implementation of transformation service | Paul-Christian Volkmer | 1 | -0/+62 | |
| 2023-08-16 | Issue #7: Send and expect requestId in record body, not in record key (#8) | Paul-Christian Volkmer | 3 | -39/+29 | |
| 2023-08-15 | Change Kafka response body JSON alias | Paul-Christian Volkmer | 1 | -2/+2 | |
| 2023-08-12 | Code cleanup | Paul-Christian Volkmer | 5 | -11/+6 | |
| 2023-08-11 | Issue #3: Detect the request type of request with last known status (#5) | Paul-Christian Volkmer | 2 | -4/+5 | |
| 2023-08-11 | Issue #2: Do not serialize JSON string as custom string (#4) | Paul-Christian Volkmer | 2 | -3/+3 | |
| In addition to that, if REST request did not contain a response body, use empty string as data quality report string. | |||||
| 2023-08-10 | Add tests for KafkaMtbFileSender | Paul-Christian Volkmer | 1 | -2/+2 | |
| 2023-08-10 | Tests for RestMtbFileSender | Paul-Christian Volkmer | 2 | -5/+12 | |
| 2023-08-09 | Decouple request and response processing | Paul-Christian Volkmer | 7 | -161/+211 | |
| 2023-08-09 | Do not append custom prefix to gPAS pseudonym | Paul-Christian Volkmer | 3 | -38/+62 | |
| 2023-08-09 | Use single MtbFileSender | Paul-Christian Volkmer | 1 | -61/+49 | |
| 2023-08-09 | Change endpoint configuration to select single endpoint | Paul-Christian Volkmer | 3 | -11/+61 | |
| * 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 | 1 | -4/+10 | |
| 2023-08-08 | Ignore unknown properties in DataQualityResponse | Paul-Christian Volkmer | 1 | -0/+3 | |
| 2023-08-08 | Add tests for RequestProcessor | Paul-Christian Volkmer | 1 | -9/+11 | |
| 2023-08-08 | Add RequestService to handle access to requests | Paul-Christian Volkmer | 2 | -7/+66 | |
| 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 | 1 | -2/+0 | |
| 2023-08-03 | Explicit producer topic configuration | Paul-Christian Volkmer | 3 | -10/+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 | 2 | -28/+10 | |
| 2023-08-02 | Add processor to handle responses from Kafka topic | Paul-Christian Volkmer | 6 | -16/+166 | |
| 2023-08-01 | Modified config property to select pseudonym generator | Paul-Christian Volkmer | 1 | -4/+2 | |
