| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2024-02-05 | feat: forbid access to report if not logged in | Paul-Christian Volkmer | 2 | -1/+4 | |
| 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 | 6 | -11/+59 | |
| 2024-01-18 | feat #29: add initial support for mtbfile api tokens | Paul-Christian Volkmer | 13 | -12/+262 | |
| 2024-01-17 | feat: push connection available state to client | Paul-Christian Volkmer | 7 | -12/+50 | |
| 2024-01-17 | feat #24: use htmx to refresh connection status every 20s | Paul-Christian Volkmer | 3 | -18/+27 | |
| 2024-01-15 | feat #25: add link to requests related to patient pseudonyme (#27) | Paul-Christian Volkmer | 3 | -4/+43 | |
| 2024-01-15 | feat #23: add reload button to display on new request | Paul-Christian Volkmer | 3 | -1/+27 | |
| 2024-01-15 | build: use webjars for JS dependencies for now | Paul-Christian Volkmer | 2 | -46/+1 | |
| 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-12 | fix: append css class, not css style | Paul-Christian Volkmer | 1 | -1/+1 | |
| 2024-01-11 | feat: use password with encoding prefixv0.5.0 | Paul-Christian Volkmer | 2 | -3/+4 | |
| 2024-01-11 | feat #18: initial support for authentication | Paul-Christian Volkmer | 10 | -12/+251 | |
| 2024-01-11 | feat: show configured endpoints | Paul-Christian Volkmer | 5 | -3/+15 | |
| 2024-01-11 | refactor: rename css style | Paul-Christian Volkmer | 2 | -8/+9 | |
| 2024-01-10 | feat: add graphic to show connection state | Paul-Christian Volkmer | 4 | -3/+41 | |
| 2024-01-10 | refactor: use event listener to listen for page load event | Paul-Christian Volkmer | 2 | -4/+4 | |
| 2024-01-10 | feat: add paginator to request page | Paul-Christian Volkmer | 4 | -30/+100 | |
| 2024-01-10 | chore: update images | Paul-Christian Volkmer | 2 | -0/+41 | |
| 2024-01-09 | chore: layout and style changes | Paul-Christian Volkmer | 5 | -133/+200 | |
| 2024-01-05 | feat #20: add server forward headers config | Paul-Christian Volkmer | 1 | -1/+4 | |
| closes #20 | |||||
| 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 | 7 | -11/+154 | |
| 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 | 3 | -0/+14 | |
| 2023-12-04 | feat: add page that shows transformation configurationv0.2.0 | Paul-Christian Volkmer | 5 | -1/+117 | |
| 2023-12-04 | style: add colored table rows for requests | Paul-Christian Volkmer | 1 | -11/+41 | |
| 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-09-04 | fix: removed gaps system from GPAS pseudonym value. Also added clean up ↵ | jlidke | 1 | -1/+15 | |
| method, which will replace filename invalid characters witch '_'. (#11) | |||||
| 2023-08-30 | Merge remote-tracking branch 'origin/add-docker-build' | Paul-Christian Volkmer | 1 | -20/+27 | |
| 2023-08-30 | chore: added log msg to GpasPseudonymGenerator | Jakub Lidke | 1 | -20/+27 | |
| 2023-08-30 | Remove comment to use host alias | Paul-Christian Volkmer | 1 | -3/+0 | |
| 2023-08-30 | test: * added additional external host 'localhost', now we can connect ↵ | Jakub Lidke | 1 | -1/+1 | |
| without additional host alias. * added akhq to dev-compose.yml | |||||
| 2023-08-28 | test: * added additional external host 'localhost', now we can connect ↵ | Jakub Lidke | 1 | -1/+1 | |
| without additional host alias. * added akhq to dev-compose.yml | |||||
| 2023-08-25 | chore: dev kafka is available via localhost, now. | Jakub Lidke | 1 | -1/+1 | |
| 2023-08-19 | Throw PseudonymRequestFailed exception with error message | Paul-Christian Volkmer | 1 | -4/+11 | |
| This will throw an exception with error message describing what the error is instead of having a more generic NoSuchElementException to be thrown if Optional.get() has no value after calling findFirst() on an empty stream. | |||||
| 2023-08-16 | Issue #7: Send and expect requestId in record body, not in record key (#8) | Paul-Christian Volkmer | 4 | -40/+30 | |
| 2023-08-15 | Change Kafka response body JSON alias | Paul-Christian Volkmer | 1 | -2/+2 | |
| 2023-08-15 | Update dev config and added related information into README.md | Paul-Christian Volkmer | 1 | -2/+5 | |
| 2023-08-12 | Code cleanup | Paul-Christian Volkmer | 6 | -14/+7 | |
| 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 | |
