Skip to content

Commit

Permalink
Feature/include deployment flag additional changes (#140)
Browse files Browse the repository at this point in the history
* Change installation text from true/false to Yes/no

* changed value in table

* fix parameter

* Modified installation true/false to yes/No for TIR

* Changes to clarify text

* change true false to yes no in other documents

* Latest changes

* new text for section 3

* Added changelog line

* New changes to clarify text

* using new print url

* added link to git url

* changed manufacturer and url

* changelog line for pr
  • Loading branch information
FlavioCampanaBIExt authored and BraisVQ committed Jun 6, 2024
1 parent d60b3a5 commit 0c2ef8b
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 7 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# Changelog

## Unreleased
- Added some clarification to TIP and TIR ([#140](https://github.com/opendevstack/ods-document-generation-templates/pull/140))
- Included the new "Requirements" column and the new description which include all the data that is going to be shown. ([#139](https://github.com/opendevstack/ods-document-generation-templates/pull/139))
- Included the complete Requirement description to Risk Assessment Table ([#138](https://github.com/opendevstack/ods-document-generation-templates/pull/138))
- Add support for partial deployment ([#137](https://github.com/opendevstack/ods-document-generation-templates/pull/137))
Expand Down
4 changes: 2 additions & 2 deletions templates/Overall-TIR-Cover.html.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -93,8 +93,8 @@
</p>
<table>
<thead>
<th class="content-wrappable">Component ID</th>
<th class="content-wrappable">Type</th>
<th class="content-wrappable">Software Module Name/ID</th>
<th class="content-wrappable">Component Type</th>
<th class="content-wrappable">Branch</th>
<th class="content-wrappable">Commit Build/Installed | Exported Configuration Commit</th>
<th class="content-wrappable">Git Tag Used (optional)</th>
Expand Down
13 changes: 8 additions & 5 deletions templates/TIP.html.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -171,23 +171,26 @@
<th class="content-wrappable">Software Module Name/ID</th>
<th class="content-wrappable">Manufacturer</th>
<th class="content-wrappable">Software Version / Language</th>
<th class="content-wrappable">ID of Component to be installed </th>
<th class="content-wrappable">Repository URL</th>
<th class="content-wrappable">Reference to System and Software Design Specifications</th>
<th class="content-wrappable">Included in the installation</th>
<th class="content-wrappable">Installation by ODS</th>
</thead>
<tbody>
{{#each data.repositories}}
<tr>
<td class="content-wrappable">{{id}}</td>
<td class="content-wrappable">{{metadata.supplier}}</td>
<td class="content-wrappable" style="font-size: smaller">{{data.git.url}} branch {{data.git.branch}}, the actual commit is specified as parameter during installation</td>
<td class="content-wrappable">BI-AS-ATLASSIAN / Project: {{metadata.name}} // repo: {{id}}</td>
<td class="content-wrappable"><a style="color: inherit; text-decoration: inherit;" href="{{metadata.supplier}}" style="">{{printsupplier}}</a></td>
<td class="content-wrappable" style="font-size: smaller">git branch {{data.git.branch}}</td>
<td class="content-wrappable"><a style="color: inherit; text-decoration: inherit;" href="{{data.git.url}}" style="">{{printurl}}</a></td>
<td class="content-wrappable">{{../metadata.buildParameter.configItem}} / {{metadata.referencedDocs.SSDS}} System and Software Design Specification</td>
<td class="content-wrappable">{{#if doInstall}} Yes {{else}} No {{/if}}</td>
<td class="content-wrappable">{{#if include}} Yes {{else}} No {{/if}}</td>
<td class="content-wrappable">{{#if include}} {{#if doInstall}} Yes {{else}} No {{/if}} {{else}} N/A {{/if}}</td>
</tr>
{{/each}}
</tbody>
</table>
<p>Please consult the Technical Installation Report (TIR) for the actual git commit after installation.</p>

<h3 id="section_3_2"><span>3.2</span>Verification of Delivery</h3>
<p><em>N/A</em>. There is no shipment of hardware or software. The proper functionality of installed components is verified during verification phase of this installation.</p>
Expand Down

0 comments on commit 0c2ef8b

Please sign in to comment.