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/20 10:53:55 UTC

[incubator-hop] branch master updated (7675f0d -> 662994c)

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 7675f0d  Merge pull request #951 from hansva/master
     new 77441a6  HOP-3042 Added MDI support to Add Constants transform
     new b633f0a  HOP-3042 Added MDI support to Add Constants transform
     new d2d2f53  HOP-3042 Fixed dependencies on ConstantMeta
     new cbf6139  HOP-3042: cleanup/formatting/docs
     new 662994c  Merge pull request #950 from sramazzina/HOP-3042

The 2535 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    |   4 +-
 .../apache/hop/beam/util/BeamPipelineMetaUtil.java |  19 +-
 .../hop/pipeline/transforms/constant/Constant.java | 236 +++++++++--------
 .../pipeline/transforms/constant/ConstantData.java |  13 +-
 .../transforms/constant/ConstantDialog.java        |  82 +++---
 .../transforms/constant/ConstantField.java         | 217 ++++++++++++++++
 .../pipeline/transforms/constant/ConstantMeta.java | 282 +++------------------
 .../constant/messages/messages_en_US.properties    |  15 +-
 .../constant/messages/messages_it_IT.properties    |  31 ++-
 .../transforms/constant/ConstantMetaTest.java      | 155 +++++++----
 .../pipeline/transforms/constant/ConstantTest.java |  52 ++--
 11 files changed, 603 insertions(+), 503 deletions(-)
 create mode 100644 plugins/transforms/constant/src/main/java/org/apache/hop/pipeline/transforms/constant/ConstantField.java