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 b1f6155d9a Merge pull request #4871 from hansva/1967
     add 197bd42ef4 Cleanup XML of action Delete Files #1963
     new 7855e3ba42 Merge pull request #4874 from nadment/1963

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:
 .../actions/deletefiles/ActionDeleteFiles.java     | 204 +++++----------------
 .../deletefiles/ActionDeleteFilesDialog.java       |  56 ++----
 .../workflow/actions/deletefiles/FileItem.java}    |  44 ++---
 .../deletefiles/messages/messages_de_DE.properties |   3 +-
 .../deletefiles/messages/messages_en_US.properties |   3 +-
 .../deletefiles/messages/messages_es_AR.properties |   3 +-
 .../deletefiles/messages/messages_es_ES.properties |   3 +-
 .../deletefiles/messages/messages_fr_FR.properties |   3 +-
 .../deletefiles/messages/messages_it_IT.properties |   3 +-
 .../deletefiles/messages/messages_ko_KR.properties |   1 -
 .../deletefiles/messages/messages_nl_NL.properties |   1 -
 .../deletefiles/messages/messages_pt_BR.properties |   3 +-
 .../deletefiles/messages/messages_zh_CN.properties |   3 +-
 ...teFilesTest.java => ActionDeleteFilesTest.java} |  71 +++++--
 .../WorkflowActionDeleteFilesLoadSaveTest.java     |  38 ----
 .../src/test/resources/delete-files-action.xml}    |  22 ++-
 16 files changed, 158 insertions(+), 303 deletions(-)
 copy 
plugins/{transforms/groupby/src/main/java/org/apache/hop/pipeline/transforms/groupby/GroupingField.java
 => 
actions/deletefiles/src/main/java/org/apache/hop/workflow/actions/deletefiles/FileItem.java}
 (60%)
 rename 
plugins/actions/deletefiles/src/test/java/org/apache/hop/workflow/actions/deletefiles/{WorkflowEntryDeleteFilesTest.java
 => ActionDeleteFilesTest.java} (71%)
 delete mode 100644 
plugins/actions/deletefiles/src/test/java/org/apache/hop/workflow/actions/deletefiles/WorkflowActionDeleteFilesLoadSaveTest.java
 copy 
plugins/actions/{checkfilelocked/src/test/resources/check-files-locked-action.xml
 => deletefiles/src/test/resources/delete-files-action.xml} (77%)

Reply via email to