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 aa41858ced Merge pull request #5194 from nadment/5177
     add 98137b0ac2 Action to join the parallel execution #5088
     add 279e9bd789 pom changes to include the action, #5088
     new 044ab59740 Merge pull request #5104 from nadment/5088

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:
 assemblies/plugins/pom.xml                         |   6 +
 docs/hop-user-manual/modules/ROOT/nav.adoc         |   1 +
 .../workflow/actions/{dummy.adoc => join.adoc}     |  10 +-
 .../src/main/java/org/apache/hop/core/gui/IGc.java |   1 +
 .../main/java/org/apache/hop/core/gui/SvgGc.java   | 115 ++++++---------
 .../java/org/apache/hop/workflow/Workflow.java     |  24 ++--
 .../org/apache/hop/workflow/WorkflowPainter.java   |   3 +-
 .../org/apache/hop/workflow/action/ActionBase.java |   5 +
 .../org/apache/hop/workflow/action/ActionMeta.java |   6 +-
 .../org/apache/hop/workflow/action/IAction.java    |   7 +
 plugins/actions/{http => join}/pom.xml             |   4 +-
 .../{eval => join}/src/assembly/assembly.xml       |   8 +-
 .../hop/workflow/actions/join/ActionJoin.java      | 154 +++++++++++++++++++++
 .../workflow/actions/join/ActionJoinDialog.java}   |  44 +++---
 .../join/src/main/resources/join.svg}              |  18 +--
 .../join/messages/messages_de_DE.properties}       |   0
 .../join/messages/messages_en_US.properties}       |  17 ++-
 .../join/messages/messages_es_AR.properties}       |   0
 .../join}/messages/messages_es_ES.properties       |   3 +-
 .../join/messages/messages_fr_FR.properties        |   0
 .../join}/messages/messages_it_IT.properties       |   0
 .../join/messages/messages_ja_JP.properties}       |   0
 .../join/messages/messages_ko_KR.properties}       |   0
 .../join}/messages/messages_nl_NL.properties       |   0
 .../join}/messages/messages_no_NO.properties       |   0
 .../join}/messages/messages_pl_PL.properties       |   0
 .../join/messages/messages_pt_BR.properties}       |   0
 .../join}/messages/messages_pt_PT.properties       |   0
 .../join}/messages/messages_zh_CN.properties       |   0
 .../{abort => join}/src/main/resources/version.xml |   0
 .../join/src/main/samples/actions/join-action.hwf  | 151 +++++++++++---------
 .../hop/workflow/actions/join/ActionJoinTest.java} |  16 ++-
 plugins/actions/pom.xml                            |   1 +
 .../org/apache/hop/ui/core/gui/GuiResource.java    |   6 +
 .../hopgui/file/workflow/HopGuiWorkflowGraph.java  |   3 +-
 .../org/apache/hop/ui/hopgui/shared/SwtGc.java     | 119 ++++++----------
 ui/src/main/resources/ui/images/waiting.svg        |   9 ++
 37 files changed, 450 insertions(+), 281 deletions(-)
 copy docs/hop-user-manual/modules/ROOT/pages/workflow/actions/{dummy.adoc => 
join.adoc} (66%)
 copy plugins/actions/{http => join}/pom.xml (93%)
 copy plugins/actions/{eval => join}/src/assembly/assembly.xml (87%)
 create mode 100644 
plugins/actions/join/src/main/java/org/apache/hop/workflow/actions/join/ActionJoin.java
 copy 
plugins/actions/{success/src/main/java/org/apache/hop/workflow/actions/success/ActionSuccessDialog.java
 => 
join/src/main/java/org/apache/hop/workflow/actions/join/ActionJoinDialog.java} 
(80%)
 copy plugins/{transforms/multimerge/src/main/resources/multimergejoin.svg => 
actions/join/src/main/resources/join.svg} (98%)
 copy 
plugins/actions/{writetolog/src/main/resources/org/apache/hop/workflow/actions/writetolog/messages/messages_nl_NL.properties
 => 
join/src/main/resources/org/apache/hop/workflow/actions/join/messages/messages_de_DE.properties}
 (100%)
 copy 
plugins/actions/{setvariables/src/main/samples/files/properties_file.properties 
=> 
join/src/main/resources/org/apache/hop/workflow/actions/join/messages/messages_en_US.properties}
 (73%)
 copy 
plugins/actions/{writetolog/src/main/resources/org/apache/hop/workflow/actions/writetolog/messages/messages_nl_NL.properties
 => 
join/src/main/resources/org/apache/hop/workflow/actions/join/messages/messages_es_AR.properties}
 (100%)
 copy 
plugins/{transforms/excel/src/main/resources/org/apache/hop/pipeline/transforms/excelwriter
 => 
actions/join/src/main/resources/org/apache/hop/workflow/actions/join}/messages/messages_es_ES.properties
 (99%)
 copy 
engine/src/main/resources/org/apache/hop/core/util/messages/messages_pt_BR.properties
 => 
plugins/actions/join/src/main/resources/org/apache/hop/workflow/actions/join/messages/messages_fr_FR.properties
 (100%)
 copy 
plugins/{transforms/schemamapping/src/main/resources/org/apache/hop/pipeline/transforms/schemamapping
 => 
actions/join/src/main/resources/org/apache/hop/workflow/actions/join}/messages/messages_it_IT.properties
 (100%)
 copy 
plugins/actions/{writetolog/src/main/resources/org/apache/hop/workflow/actions/writetolog/messages/messages_nl_NL.properties
 => 
join/src/main/resources/org/apache/hop/workflow/actions/join/messages/messages_ja_JP.properties}
 (100%)
 copy 
plugins/actions/{writetolog/src/main/resources/org/apache/hop/workflow/actions/writetolog/messages/messages_nl_NL.properties
 => 
join/src/main/resources/org/apache/hop/workflow/actions/join/messages/messages_ko_KR.properties}
 (100%)
 copy 
plugins/actions/{writetolog/src/main/resources/org/apache/hop/workflow/actions/writetolog
 => 
join/src/main/resources/org/apache/hop/workflow/actions/join}/messages/messages_nl_NL.properties
 (100%)
 copy {core/src/main/resources/org/apache/hop/core/plugins => 
plugins/actions/join/src/main/resources/org/apache/hop/workflow/actions/join}/messages/messages_no_NO.properties
 (100%)
 copy {core/src/main/resources/org/apache/hop/core/logging => 
plugins/actions/join/src/main/resources/org/apache/hop/workflow/actions/join}/messages/messages_pl_PL.properties
 (100%)
 copy 
plugins/actions/{writetolog/src/main/resources/org/apache/hop/workflow/actions/writetolog/messages/messages_nl_NL.properties
 => 
join/src/main/resources/org/apache/hop/workflow/actions/join/messages/messages_pt_BR.properties}
 (100%)
 copy {core/src/main/resources/org/apache/hop/core/logging => 
plugins/actions/join/src/main/resources/org/apache/hop/workflow/actions/join}/messages/messages_pt_PT.properties
 (100%)
 copy {core/src/main/resources/org/apache/hop/core/variables/resolver => 
plugins/actions/join/src/main/resources/org/apache/hop/workflow/actions/join}/messages/messages_zh_CN.properties
 (100%)
 copy plugins/actions/{abort => join}/src/main/resources/version.xml (100%)
 copy integration-tests/transforms/main-0060-get-subfolder-names.hwf => 
plugins/actions/join/src/main/samples/actions/join-action.hwf (55%)
 copy 
plugins/{transforms/cratedbbulkloader/src/main/java/org/apache/hop/pipeline/transforms/cratedbbulkloader/Scheme.java
 => 
actions/join/src/test/java/org/apache/hop/workflow/actions/join/ActionJoinTest.java}
 (74%)
 create mode 100644 ui/src/main/resources/ui/images/waiting.svg

Reply via email to