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 2020/12/11 14:19:19 UTC

[incubator-hop] branch master updated (e8eedbd -> 1a26f11)

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 e8eedbd  HOP-2258 Remove ActionSpecial (#456)
     new 938b99c  HOP-2289 : Output of Sort Rows is suspect (IT only)
     new 194e961  HOP-2289 : Output of Sort Rows is suspect (add run config usage warning)
     new e09143f  HOP-2290 : Set Variables transform throws an error when missing workflow
     new 9117944  HOP-2289 : Output of Sort Rows is suspect (IT)
     new 1a26f11  Merge pull request #458 from mattcasters/master

The 1199 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:
 .../0001-sort-order-ascending-case-sensitive.hpl   | 207 +++++++++++++++++++++
 .../0002-sort-order-ascending-case-insensitive.hpl | 207 +++++++++++++++++++++
 ...n-0001-sort-order-ascending-case-sensitive.hwf} |  72 +++----
 ...0002-sort-order-ascending-case-insensitive.hwf} |  72 +++----
 .../metadata/pipeline-run-configuration/local.json |   0
 .../metadata/workflow-run-configuration/local.json |   0
 .../{xml => sort_and_unique}/project-config.json   |   0
 .../transforms/setvariable/SetVariable.java        |   6 +-
 .../hopgui/file/pipeline/HopGuiPipelineGraph.java  |   2 +-
 9 files changed, 480 insertions(+), 86 deletions(-)
 create mode 100644 integration-tests/sort_and_unique/0001-sort-order-ascending-case-sensitive.hpl
 create mode 100644 integration-tests/sort_and_unique/0002-sort-order-ascending-case-insensitive.hpl
 copy integration-tests/{HOP-2173_test_SingletonUtil_getValuesList/main_0001_test_valuelist.hwf => sort_and_unique/main-0001-sort-order-ascending-case-sensitive.hwf} (62%)
 copy integration-tests/{HOP-2173_test_SingletonUtil_getValuesList/main_0001_test_valuelist.hwf => sort_and_unique/main-0002-sort-order-ascending-case-insensitive.hwf} (62%)
 copy integration-tests/{xml => sort_and_unique}/metadata/pipeline-run-configuration/local.json (100%)
 copy {plugins/transforms/mapping/src/main/resources/it => integration-tests/sort_and_unique}/metadata/workflow-run-configuration/local.json (100%)
 copy integration-tests/{xml => sort_and_unique}/project-config.json (100%)