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/04/28 14:25:18 UTC

[incubator-hop] branch master updated (22791e6 -> 75c26cb)

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 22791e6  Merge pull request #772 from bamaer/HOP-2328
     new 7fe97f3  HOP-2812 : i18n fix for IT
     new 5882756  HOP-2816 : Remote workflows and pipelines engines should send dependencies
     new 713f4df  HOP-2816 : Remote workflows and pipelines engines should send dependencies (i18n fix + docs update)
     new f178fa4  HOP-2824 : Text File Input: Migrate deprecated variant during import
     new 75c26cb  Merge pull request #773 from mattcasters/master

The 2029 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:
 .../native-remote-pipeline-engine.adoc             |   56 +-
 .../native-remote-workflow-engine.adoc             |   86 ++
 .../workflow-run-configurations.adoc               |    6 +-
 .../pipeline/PipelineExecutionConfiguration.java   |  291 +++--
 .../java/org/apache/hop/pipeline/PipelineMeta.java |   23 +-
 .../engines/remote/RemotePipelineEngine.java       |   80 +-
 .../remote/RemotePipelineRunConfiguration.java     |  190 ++-
 .../org/apache/hop/resource/IResourceNaming.java   |   43 +-
 .../java/org/apache/hop/resource/ResourceUtil.java |  192 +--
 .../apache/hop/resource/SimpleResourceNaming.java  |  163 +--
 .../workflow/WorkflowExecutionConfiguration.java   |  280 ++---
 .../java/org/apache/hop/workflow/WorkflowMeta.java | 1239 +++++++++++---------
 .../engines/remote/RemoteWorkflowEngine.java       |   48 +-
 .../remote/RemoteWorkflowRunConfiguration.java     |  184 ++-
 .../main/java/org/apache/hop/www/WorkflowMap.java  |  135 ++-
 .../config/messages/messages_en_US.properties      |   44 +
 .../config/messages/messages_en_US.properties      |   31 +
 .../config/messages/messages_it_IT.properties      |   36 +
 ...-partitioned-when-stream-lookup-should-fail.hwf |   21 +-
 .../org/apache/hop/imports/kettle/KettleConst.java |   24 +-
 .../config/messages/messages_en_US.properties      |   41 -
 21 files changed, 1838 insertions(+), 1375 deletions(-)
 create mode 100644 docs/hop-user-manual/modules/ROOT/pages/workflow/workflow-run-configurations/native-remote-workflow-engine.adoc
 create mode 100644 engine/src/main/resources/org/apache/hop/ui/pipeline/config/messages/messages_en_US.properties
 create mode 100644 engine/src/main/resources/org/apache/hop/ui/workflow/config/messages/messages_en_US.properties
 create mode 100644 engine/src/main/resources/org/apache/hop/ui/workflow/config/messages/messages_it_IT.properties
 delete mode 100644 ui/src/main/resources/org/apache/hop/ui/pipeline/config/messages/messages_en_US.properties