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 2022/09/18 18:54:25 UTC

[hop] branch master updated (2b218de920 -> 1ec27b35ae)

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/hop.git


    from 2b218de920 Merge pull request #1689 from mattcasters/master
     new 6817932217 Pick up execution run configuration variable
     new c526c8e1bb Pick up run configuration variable for some servlets
     new 1ec27b35ae Merge pull request #1690 from shlxue/master

The 4465 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:
 engine/src/main/java/org/apache/hop/www/AddExportServlet.java         | 4 ++--
 engine/src/main/java/org/apache/hop/www/AddPipelineServlet.java       | 2 +-
 engine/src/main/java/org/apache/hop/www/AddWorkflowServlet.java       | 2 +-
 engine/src/main/java/org/apache/hop/www/BaseWorkflowServlet.java      | 4 ++--
 engine/src/main/java/org/apache/hop/www/StartWorkflowServlet.java     | 2 +-
 engine/src/main/java/org/apache/hop/www/jaxrs/PipelineResource.java   | 2 +-
 engine/src/main/java/org/apache/hop/www/jaxrs/WorkflowResource.java   | 4 ++--
 .../src/main/java/org/apache/hop/workflow/actions/repeat/Repeat.java  | 4 ++--
 .../org/apache/hop/ui/hopgui/file/pipeline/HopGuiPipelineGraph.java   | 2 +-
 .../org/apache/hop/ui/hopgui/file/workflow/HopGuiWorkflowGraph.java   | 2 +-
 .../hop/ui/pipeline/dialog/PipelineExecutionConfigurationDialog.java  | 2 +-
 .../hop/ui/workflow/dialog/WorkflowExecutionConfigurationDialog.java  | 2 +-
 12 files changed, 16 insertions(+), 16 deletions(-)