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 50ca58f21b Merge pull request #2914 from sramazzina/1977
new d541c3261b Cleanup XML of action Wait for SQL #2000
new 7b13af9165 Cleanup XML of action Wait for SQL (no need to resolve)
#2000
new af135c5c2c Small cleanup for #2000, and small bugfix for #2923
new 0967272bf7 Merge pull request #2910 from nadment/2000Z
The 5810 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:
.../src/main/java/org/apache/hop/run/HopRun.java | 42 +-
.../actions/waitforsql/ActionWaitForSql.java | 487 ++++++++++-----------
.../actions/waitforsql/ActionWaitForSqlDialog.java | 98 ++---
.../actions/waitforsql/ActionWaitForSqlTest.java} | 32 +-
.../WorkflowActionWaitForSqlLoadSaveTest.java | 68 ---
.../src/test/resources/wait-for-sql-action.xml} | 30 +-
6 files changed, 324 insertions(+), 433 deletions(-)
copy
plugins/actions/{columnsexist/src/test/java/org/apache/hop/workflow/actions/columnsexist/ActionColumnsExistTest.java
=>
waitforsql/src/test/java/org/apache/hop/workflow/actions/waitforsql/ActionWaitForSqlTest.java}
(58%)
delete mode 100644
plugins/actions/waitforsql/src/test/java/org/apache/hop/workflow/actions/waitforsql/WorkflowActionWaitForSqlLoadSaveTest.java
copy plugins/actions/{columnsexist/src/test/resources/columns-exist-action.xml
=> waitforsql/src/test/resources/wait-for-sql-action.xml} (62%)