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/06/15 15:08:45 UTC

[incubator-hop] branch master updated (0f67ae5 -> e4b8a0c)

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 0f67ae5  Merge pull request #870 from hansva/master
     new d52d401  HOP-2911 - added support for a generic structure of metadata fields to describe incoming stream without having to worry about fields' internationalization
     new c2a0ec8  HOP-2911 : metadata cleanup, additional integration test
     new 6e360e9  HOP-2911 : bug fixes, metadata cleanup, additional integration test
     new 235a297  Merge branch 'master' into pr867
     new cbb5576  HOP-2911 : bug fixes, metadata cleanup, additional integration test
     new 5720069  HOP-2911 : bug fixes, metadata cleanup, additional integration test
     new e4b8a0c  Merge pull request #869 from mattcasters/pr867

The 2305 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:
 .../pages/pipeline/transforms/metastructure.adoc   |  15 +
 ...if-basic.hpl => 0005-metastructure-options.hpl} | 150 ++--
 .../datasets/golden-metastructure-options.csv      |   6 +
 .../transforms/main-0005-metastructure.hwf         |   3 +
 ...ture.json => golden-metastructure-options.json} |  14 +-
 .../metadata/dataset/golden-metastructure.json}    |   8 +-
 ...T.json => 0005-metastructure-options UNIT.json} |  39 +-
 .../metastructure/TransformMetaStructure.java      |  76 +-
 .../TransformMetaStructureDialog.java              | 778 ++++++++++++++++-----
 .../metastructure/TransformMetaStructureMeta.java  | 351 +++++++---
 .../messages/messages_en_US.properties             |  19 +-
 .../messages/messages_it_IT.properties             |  38 +-
 12 files changed, 1087 insertions(+), 410 deletions(-)
 copy integration-tests/transforms/{0025-null-if-basic.hpl => 0005-metastructure-options.hpl} (65%)
 create mode 100644 integration-tests/transforms/datasets/golden-metastructure-options.csv
 copy integration-tests/transforms/metadata/dataset/{golden-metadata-structure.json => golden-metastructure-options.json} (81%)
 copy integration-tests/{mdi/metadata/dataset/golden-filter-parent.json => transforms/metadata/dataset/golden-metastructure.json} (59%)
 copy integration-tests/transforms/metadata/unit-test/{0005-metastructure UNIT.json => 0005-metastructure-options UNIT.json} (67%)