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 2021/07/10 10:41:06 UTC

[incubator-hop] branch master updated (b9c03a0 -> cf39fbf)

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/incubator-hop.git.


    from b9c03a0  Merge pull request #925 from bamaer/HOP-3034
     new 6eb1292  HOP-3022 - Added MDI support to TableOutput
     new d59f92f  HOP-3022 - Fixed errors and code cleanup
     new 991e929  HOP-3022: small fix + cleanup
     new 6c03fbf  HOP-3022: update MDI support doc
     new cf39fbf  Merge pull request #923 from sramazzina/HOP-3022

The 2472 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:
 .../ROOT/pages/pipeline/metadata-injection.adoc    |   6 +-
 .../transforms/tableoutput/TableOutput.java        |  77 +++--
 .../transforms/tableoutput/TableOutputData.java    |  15 +-
 .../transforms/tableoutput/TableOutputDialog.java  | 123 ++++----
 .../transforms/tableoutput/TableOutputField.java   |  86 ++++++
 .../transforms/tableoutput/TableOutputMeta.java    | 343 ++++++++++-----------
 .../tableoutput/messages/messages_en_US.properties |  21 ++
 .../tableoutput/messages/messages_it_IT.properties | 113 ++++---
 .../tableoutput/TableOutputMetaLoadSaveTest.java   | 114 -------
 .../tableoutput/TableOutputMetaTest.java           | 211 ++++++-------
 .../transforms/tableoutput/TableOutputTest.java    |  12 +-
 11 files changed, 541 insertions(+), 580 deletions(-)
 create mode 100644 plugins/transforms/tableoutput/src/main/java/org/apache/hop/pipeline/transforms/tableoutput/TableOutputField.java
 delete mode 100644 plugins/transforms/tableoutput/src/test/java/org/apache/hop/pipeline/transforms/tableoutput/TableOutputMetaLoadSaveTest.java