This is an automated email from the ASF dual-hosted git repository.

hansva pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/hop.git


    from 863b4c54c4 [maven-release-plugin] prepare for next development 
iteration
     add 88ed2ca33a add HopMetadataProperty to pipelineExecutor, fixes #1889
     new 680b77adc1 Merge pull request #4846 from hansva/1889

The 1 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:
 .../hop/pipeline/TransformWithMappingMeta.java     |   4 +-
 .../workflow/actions/pipeline/ActionPipeline.java  |   2 +-
 .../transforms/excelinput/ExcelInputMetaTest.java  |  11 +
 .../pipelineexecutor/PipelineExecutor.java         |  52 +-
 .../pipelineexecutor/PipelineExecutorData.java     | 100 +--
 .../pipelineexecutor/PipelineExecutorDialog.java   |  69 +-
 .../pipelineexecutor/PipelineExecutorMeta.java     | 714 ++-------------------
 .../PipelineExecutorParameters.java                | 154 +----
 .../PipelineExecutorResultRows.java}               |  17 +-
 .../pipelineexecutor/PipelineExecutorMetaTest.java |  89 +++
 .../test/resources/pipeline-executor-transform.xml |  86 +++
 11 files changed, 331 insertions(+), 967 deletions(-)
 copy 
plugins/{actions/repeat/src/main/java/org/apache/hop/workflow/actions/repeat/ParameterDetails.java
 => 
transforms/pipelineexecutor/src/main/java/org/apache/hop/pipeline/transforms/pipelineexecutor/PipelineExecutorResultRows.java}
 (77%)
 create mode 100644 
plugins/transforms/pipelineexecutor/src/test/java/org/apache/hop/pipeline/transforms/pipelineexecutor/PipelineExecutorMetaTest.java
 create mode 100644 
plugins/transforms/pipelineexecutor/src/test/resources/pipeline-executor-transform.xml

Reply via email to