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/11/03 10:40:04 UTC

[incubator-hop] branch master updated (d2f74be -> b854096)

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 d2f74be  Merge pull request #1186 from sramazzina/HOP-3456
     new 59444b9  HOP-3477 - PipelineExecutor: always first pipeline is executed if pipeline from field is set HOP-3476 - PipelineExecutor: pipeline not initializing correctly if pipeline from field is set Added integration test to test the pipeline from field functionality Other minor improvements to docs and labels
     new c788954  Fixed missing license
     new b854096  Merge pull request #1187 from sramazzina/PIPELINEEXEC-SANDBOX

The 3153 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:
 .../pipeline/transforms/pipelineexecutor.adoc      |   6 +-
 .../0002-pipeline-executor-fromfield-called1.hpl}  |  44 ++---
 .../0002-pipeline-executor-fromfield-called2.hpl}  |  44 ++---
 ...lt.hpl => 0002-pipeline-executor-fromfield.hpl} | 213 +++++++++++----------
 ...e.hpl => 0002-pipeline-executor-test-case1.hpl} |   0
 .../main-0002-pipeline-executor-test.hwf           |  89 +++++++--
 .../pipelineexecutor/PipelineExecutor.java         |  35 ++--
 .../pipelineexecutor/PipelineExecutorData.java     |   1 +
 .../pipelineexecutor/PipelineExecutorDialog.java   |  38 ++--
 .../messages/messages_en_US.properties             |   2 +-
 10 files changed, 267 insertions(+), 205 deletions(-)
 copy integration-tests/{parameters_and_variables/0008-copyRowsTest.hpl => transforms/0002-pipeline-executor-fromfield-called1.hpl} (79%)
 copy integration-tests/{parameters_and_variables/0008-copyRowsTest.hpl => transforms/0002-pipeline-executor-fromfield-called2.hpl} (79%)
 copy integration-tests/transforms/{0006-groupby-alwaysgiveback-result.hpl => 0002-pipeline-executor-fromfield.hpl} (59%)
 rename integration-tests/transforms/{0002-test-case.hpl => 0002-pipeline-executor-test-case1.hpl} (100%)