You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hop.apache.org by ha...@apache.org on 2022/04/13 09:41:15 UTC

[hop] branch master updated (4e6f6c1224 -> f1613be126)

This is an automated email from the ASF dual-hosted git repository.

hansva pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/hop.git


    from 4e6f6c1224 Merge pull request #1455 from hansva/master
     new 61d6a1222b HOP-3821 MDI Excel Writer: Filename and field name are linked to the same fields
     new 8fe683e81b HOP-3821 Added Integration Tests
     new 4312c9721b HOP-3821 Removed file erroneously committed!
     new f1613be126 Merge pull request #1457 from sramazzina/HOP-3821

The 3887 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .../0016-excelwriter-child.hpl}                    | 151 ++++++----------
 ...-cut-parent.hpl => 0016-excelwriter-parent.hpl} | 166 +++++++++--------
 .../0016-excelwriter-verify.hpl}                   | 198 +++++++++------------
 ...ableinput-mdi.hwf => main-0016-excelwriter.hwf} | 108 +++++------
 .../excelwriter/ExcelWriterOutputField.java        |  27 +--
 .../excelwriter/ExcelWriterTransformMeta.java      |  18 +-
 6 files changed, 309 insertions(+), 359 deletions(-)
 copy integration-tests/{spreadsheet/0003-write-xlsx.hpl => mdi/0016-excelwriter-child.hpl} (69%)
 copy integration-tests/mdi/{0012-string-cut-parent.hpl => 0016-excelwriter-parent.hpl} (60%)
 copy integration-tests/{http/0005-http-action-check-header.hpl => mdi/0016-excelwriter-verify.hpl} (63%)
 copy integration-tests/mdi/{main-0013-tableinput-mdi.hwf => main-0016-excelwriter.hwf} (72%)