summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.release-please-manifest.json2
-rw-r--r--CHANGELOG.md21
-rw-r--r--build.gradle.kts2
-rw-r--r--src/main/resources/templates/fragments.html12
4 files changed, 26 insertions, 11 deletions
diff --git a/.release-please-manifest.json b/.release-please-manifest.json
index 3b07edf..a26ebfc 100644
--- a/.release-please-manifest.json
+++ b/.release-please-manifest.json
@@ -1,3 +1,3 @@
{
- ".": "0.13.1"
+ ".": "0.14.0"
} \ No newline at end of file
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 430dee4..bb39ef0 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,26 @@
# Changelog
+## [0.14.0](https://github.com/pcvolkmer/mv64e-etl-processor/compare/v0.13.1...v0.14.0) (2026-01-22)
+
+
+### ⚠ BREAKING CHANGES
+
+* allow missing GenomDE gICS domain name ([#244](https://github.com/pcvolkmer/mv64e-etl-processor/issues/244))
+* do not delete patient information if no consent is given ([#236](https://github.com/pcvolkmer/mv64e-etl-processor/issues/236))
+
+### Features
+
+* allow missing GenomDE gICS domain name ([#244](https://github.com/pcvolkmer/mv64e-etl-processor/issues/244)) ([2ba333c](https://github.com/pcvolkmer/mv64e-etl-processor/commit/2ba333c771c100ac463f9ca854185ed80c1ac7c4))
+* always send dataset without consent ([#243](https://github.com/pcvolkmer/mv64e-etl-processor/issues/243)) ([623eb1b](https://github.com/pcvolkmer/mv64e-etl-processor/commit/623eb1b250e03772f0311ea088de2a9a5885df2e))
+* block further initial submissions ([#232](https://github.com/pcvolkmer/mv64e-etl-processor/issues/232)) ([7be9144](https://github.com/pcvolkmer/mv64e-etl-processor/commit/7be91444a867774362eb5b57bdd246fb50189e7d))
+* do not delete patient information if no consent is given ([#236](https://github.com/pcvolkmer/mv64e-etl-processor/issues/236)) ([c23e9d7](https://github.com/pcvolkmer/mv64e-etl-processor/commit/c23e9d790e500d17f2f19252dcd7f3a13cd098e3))
+
+
+### Bug Fixes
+
+* possible sorting errors in bar chart ([#241](https://github.com/pcvolkmer/mv64e-etl-processor/issues/241)) ([8ed5b94](https://github.com/pcvolkmer/mv64e-etl-processor/commit/8ed5b944ad4ff0429da320b38642e8d552706444))
+* request reload notification and update button ([d4ef16c](https://github.com/pcvolkmer/mv64e-etl-processor/commit/d4ef16c115b8429637f933038254646a61dd81b1))
+
## [0.13.1](https://github.com/pcvolkmer/mv64e-etl-processor/compare/v0.13.0...v0.13.1) (2025-12-18)
diff --git a/build.gradle.kts b/build.gradle.kts
index 39fd617..391e04f 100644
--- a/build.gradle.kts
+++ b/build.gradle.kts
@@ -18,7 +18,7 @@ plugins {
}
group = "dev.dnpm"
-version = "0.13.1" // x-release-please-version
+version = "0.14.0" // x-release-please-version
var versions = mapOf(
"mtb-dto" to "0.2.0",
diff --git a/src/main/resources/templates/fragments.html b/src/main/resources/templates/fragments.html
index ec7e07b..7a8469b 100644
--- a/src/main/resources/templates/fragments.html
+++ b/src/main/resources/templates/fragments.html
@@ -36,16 +36,10 @@
</nav>
</div>
<th:block th:fragment="accept-initial" sec:authorize="hasRole('USER') or hasRole('ADMIN')">
- <button class="btn btn-green" hx-swap="outerHTML" th:hx-delete="@{/submission/{requestId}/accepted(requestId=${request.uuid})}" th:if="${
- request.submissionType.value == 'initial'
- and (request.status.value == 'success' or request.status.value == 'warning')
- and request.submissionAccepted == true}" title="Doch keine Meldebestätigung - jetzt blockieren">
+ <button class="btn btn-green" hx-swap="outerHTML" th:hx-delete="@{/submission/{requestId}/accepted(requestId=${request.uuid})}" th:if="${ request.submissionType.value == 'initial' and (request.status.value == 'success' or request.status.value == 'warning') and request.submissionAccepted == true}" title="Doch keine Meldebestätigung - jetzt blockieren">
🔓
</button>
- <button class="btn btn-yellow" hx-swap="outerHTML" th:hx-put="@{/submission/{requestId}/accepted(requestId=${request.uuid})}" th:if="${
- request.submissionType.value == 'initial'
- and (request.status.value == 'success' or request.status.value == 'warning')
- and request.submissionAccepted == false}" title="Meldebestätigung vorhanden - jetzt nicht weiter blockieren">
+ <button class="btn btn-yellow" hx-swap="outerHTML" th:hx-put="@{/submission/{requestId}/accepted(requestId=${request.uuid})}" th:if="${ request.submissionType.value == 'initial' and (request.status.value == 'success' or request.status.value == 'warning') and request.submissionAccepted == false}" title="Meldebestätigung vorhanden - jetzt nicht weiter blockieren">
🔒
</button>
</th:block>
@@ -53,7 +47,7 @@
<div class="container">
<div>
<span>ETL-Processor Version:</span>
- <span class="footer_version">0.13.1</span>
+ <span class="footer_version">0.14.0</span>
</div>
<div>
<a href="https://github.com/pcvolkmer/mv64e-etl-processor">