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 1e9f18f9fc Merge pull request #2940 from sramazzina/2938
new 2f62d09b3c fix #1977 Cleanup XML of action Truncate tables
new d88973fadd minor cleanup, #1997
new 50ca58f21b Merge pull request #2914 from sramazzina/1977
The 5806 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:
.../truncatetables/ActionTruncateTables.java | 210 +++++----------------
.../truncatetables/ActionTruncateTablesDialog.java | 55 +++---
.../actions/truncatetables/TruncateTableItem.java | 51 ++---
.../ActionTruncateTablesLoadSaveTest.java | 109 +++++++++++
.../WorkflowActionTruncateTablesLoadSaveTest.java | 57 ------
5 files changed, 208 insertions(+), 274 deletions(-)
copy core/src/main/java/org/apache/hop/core/database/Schema.java =>
plugins/actions/truncatetables/src/main/java/org/apache/hop/workflow/actions/truncatetables/TruncateTableItem.java
(55%)
create mode 100644
plugins/actions/truncatetables/src/test/java/org/apache/hop/workflow/actions/truncatetables/ActionTruncateTablesLoadSaveTest.java
delete mode 100644
plugins/actions/truncatetables/src/test/java/org/apache/hop/workflow/actions/truncatetables/WorkflowActionTruncateTablesLoadSaveTest.java