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 add6d5f Merge pull request #1037 from sramazzina/UPDATE-TR-CHANGES
new 9e17b0f HOP-3251 : Pipelines never see stopped state of parents
new 975e84a Disable test with race conditions
new f2c4839 HOP-3255 : Hop can corrupt pipeline or workflow files (code
hardening)
new 1d9555d HOP-3240 : Errors in Dataflow run not caught in a workflow
new 1967e80 HOP-3255 : Hop can corrupt pipeline or workflow files
new 4bbd264 HOP-3240 : Errors in Dataflow run not caught in a workflow
(IT)
new 0e8ef64 Merge pull request #1041 from mattcasters/master
The 2794 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:
.../main/java/org/apache/hop/core/vfs/HopVfs.java | 21 ++-
.../java/org/apache/hop/pipeline/Pipeline.java | 17 +-
.../java/org/apache/hop/workflow/Workflow.java | 12 +-
.../org/apache/hop/history/AuditManagerTest.java | 3 +-
.../0003-pipeline-with-error.hpl} | 79 +++++----
.../0003-pipeline-without-error.hpl} | 51 +++---
.../main-0003-pipeline-action.hwf} | 120 +++++++------
.../hop/beam/engines/BeamPipelineEngine.java | 186 +++++++++++++--------
.../hopgui/file/pipeline/HopGuiPipelineGraph.java | 2 +-
.../hopgui/file/workflow/HopGuiWorkflowGraph.java | 2 +-
10 files changed, 291 insertions(+), 202 deletions(-)
copy integration-tests/{partitioning/0001-static-partitioning.hpl =>
beam_directrunner/0003-pipeline-with-error.hpl} (73%)
copy integration-tests/{mdi/0012-string-cut-child.hpl =>
beam_directrunner/0003-pipeline-without-error.hpl} (78%)
copy integration-tests/{database/main-0014-transactional.hwf =>
beam_directrunner/main-0003-pipeline-action.hwf} (65%)