From 950c37a5d6e53129d3e039d2535d2a900ca402ce Mon Sep 17 00:00:00 2001 From: brais <26645694+braisvq1996@users.noreply.github.com> Date: Mon, 26 Aug 2024 15:18:37 +0200 Subject: [PATCH] Release 1.2.9 (#148) --- CHANGELOG.md | 5 +++++ templates/CSD-1.html.tmpl | 2 +- templates/CSD-5.html.tmpl | 1 - templates/DTP.html.tmpl | 2 +- templates/DTR.html.tmpl | 2 +- 5 files changed, 8 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8915216..ae794a8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,11 @@ ## Unreleased + +## 1.2.9 - 2024-08-26 +- Make risk level column in Overview of Unit Tested Modules (in DTP and DTR) wrappable ([#144](https://github.com/opendevstack/ods-document-generation-templates/pull/144)) +- Fix CSD file with block containing N/A always present ([#147](https://github.com/opendevstack/ods-document-generation-templates/pull/147)) + ## 1.2.8 - 2024-06-06 - RA doc in section 4.1 has got a typo in Description of column Requirement ([#142](https://github.com/opendevstack/ods-document-generation-templates/pull/142)) - Changed the branch name to N/A in the TIP for not included component ([#141](https://github.com/opendevstack/ods-document-generation-templates/pull/141)) diff --git a/templates/CSD-1.html.tmpl b/templates/CSD-1.html.tmpl index 16fea89..83eb8f9 100644 --- a/templates/CSD-1.html.tmpl +++ b/templates/CSD-1.html.tmpl @@ -198,7 +198,7 @@ {{/each}} {{else}} -

N/A

/p> +

N/A

{{/if}} diff --git a/templates/CSD-5.html.tmpl b/templates/CSD-5.html.tmpl index 59d0f96..ee2c7dc 100644 --- a/templates/CSD-5.html.tmpl +++ b/templates/CSD-5.html.tmpl @@ -268,7 +268,6 @@ {{applicability}} {{/each}} -

N/A

{{/each}} {{else}} diff --git a/templates/DTP.html.tmpl b/templates/DTP.html.tmpl index 27cca31..4916de9 100644 --- a/templates/DTP.html.tmpl +++ b/templates/DTP.html.tmpl @@ -193,7 +193,7 @@ {{systemRequirement}} {{testKey}} {{{softwareDesignSpec}}} - {{riskLevel}} + {{riskLevel}} {{{description}}}     diff --git a/templates/DTR.html.tmpl b/templates/DTR.html.tmpl index 496764b..2afc72e 100644 --- a/templates/DTR.html.tmpl +++ b/templates/DTR.html.tmpl @@ -133,7 +133,7 @@ {{systemRequirement}} {{key}} {{{softwareDesignSpec}}} - {{riskLevel}} + {{riskLevel}} {{{description}}} {{success}} {{remarks}}