Skip to content

Commit

Permalink
Merge/master to r1.2 (#83)
Browse files Browse the repository at this point in the history
* cftp changes based on veeva crm feedback - master (#65)

Co-authored-by: Martin Etmajer <[email protected]>
Co-authored-by: Sergio Sacristán <[email protected]>

* RA: fix to make table fit in page (#56)

RA: fix to make table fit in page

* ssds missing interface tokens (#68)

* CFTP for GAMP3/4/5 improvements (#73)

* Remove temp created HTML file (#74)

* Add 1.2 release vom 2022-02-15 into Changelog (#76)

* Add missing chapter numbers (#77)

* Fixes column widths in various document templates (#80)

* Fix table column wrappings (#82)

Co-authored-by: Clemens Utschig <[email protected]>
Co-authored-by: Sergio Sacristán <[email protected]>
Co-authored-by: Jorge Romero <[email protected]>
  • Loading branch information
4 people authored Feb 18, 2022
1 parent dec8d90 commit 0d0996b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,14 @@

## Unreleased

## 1.2 - 2022-02-17
## 1.2 - 2022-02-18
### Added
- CFTP for Gamp3/4/5 - Purpose chapter 7.1.1 needs changes([#64](https://github.com/opendevstack/ods-document-generation-templates/pull/64))
- SDSS for GAMP3/4 - Missing Section 3.2.x tokens for replacement ([#67](https://github.com/opendevstack/ods-document-generation-templates/issues/67))
- CFTP for GAMP3/4/5 improvements ([#73](https://github.com/opendevstack/ods-document-generation-templates/pull/73))
- Add missing chapter numbers([#77](https://github.com/opendevstack/ods-document-generation-templates/pull/77))
- Fixes column widths in various document templates([#80](https://github.com/opendevstack/ods-document-generation-templates/pull/80))
- Fix table column wrappings([#82](https://github.com/opendevstack/ods-document-generation-templates/pull/82))

## 1.2 - 2021-18-11

Expand Down
2 changes: 1 addition & 1 deletion templates/Overall-TIR-Cover.html.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@
</tr>
{{#each data.repositories}}
<tr>
<td class="lean">{{id}}</td>
<td class="content-wrappable">{{id}}</td>
<td class="content-wrappable">{{type}}</td>
<td class="content-wrappable">{{doInstall}}</td>
<td class="content-wrappable">{{data.git.branch}}</td>
Expand Down
2 changes: 1 addition & 1 deletion templates/TIP.html.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@
<tr>
<td class="content-wrappable">{{id}}</td>
<td class="content-wrappable">{{metadata.supplier}}</td>
<td class="content-wrappable">{{data.git.url}} branch {{data.git.branch}}, the actual commit is specified as parameter during installation</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">{{../metadata.buildParameter.configItem}} / {{metadata.referencedDocs.SSDS}} System and Software Design Specification</td>
<td class="content-wrappable">{{doInstall}}</td>
Expand Down

0 comments on commit 0d0996b

Please sign in to comment.