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/06/25 06:57:12 UTC

[incubator-hop] branch master updated (db5e4d3 -> 9f779e1)

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 db5e4d3  Merge pull request #902 from mattcasters/master
     new 76a8593  HOP-2994 Cleanup deprecated code
     new 46024d2  Merge remote-tracking branch 'origin/master' into HOP-2994
     new a324612  HOP-2994 Cleanup deprecated code
     new 9f779e1  Merge pull request #903 from nadment/HOP-2994

The 2411 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:
 .../WorkflowActionLoadSaveTestSupport.java         |  1 -
 .../hop/workflow/actions/delay/ActionDelay.java    |  5 -----
 ...DelayTest.java => WorkflowActionDelayTest.java} |  2 +-
 .../actions/writetolog/ActionWriteToLog.java       | 22 +++++++++-------------
 .../actions/writetolog/ActionWriteToLogDialog.java |  6 +++---
 .../WorkflowActionWriteToLogLoadSaveTest.java      |  4 ++--
 ...Test.java => WorkflowActionWriteToLogTest.java} |  4 ++--
 .../transforms/mapping/SimpleMappingMeta.java      |  5 -----
 .../pipelineexecutor/PipelineExecutorMeta.java     |  6 ------
 .../ui/core/dialog/MessageDialogWithToggle.java    | 14 --------------
 10 files changed, 17 insertions(+), 52 deletions(-)
 rename plugins/actions/delay/src/test/java/org/apache/hop/workflow/actions/delay/{WorkflowEntryDelayTest.java => WorkflowActionDelayTest.java} (97%)
 rename plugins/actions/writetolog/src/test/java/org/apache/hop/workflow/actions/writetolog/{WorkflowEntryWriteToLogTest.java => WorkflowActionWriteToLogTest.java} (97%)