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 117a394687 Merge pull request #2112 from sramazzina/1931
new 89a916b449 fixes #2152: metadata provider not correctly set when using
exported resources on workflow
new 86c85552dd Fix #2149: Cypher script step does not work on Hop Server
new 00a4036569 fix #2149: fix copy constructor on actions
new bb62d29077 Merge pull request #2168 from hansva/2149
The 5217 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:
.../org/apache/hop/workflow/action/ActionBase.java | 16 ++++++++++
.../org/apache/hop/www/RegisterPackageServlet.java | 3 +-
.../0003-test-metadata-exported-resources.hwf} | 24 +++++++--------
...main-0003-test-metadata-exported-resources.hwf} | 35 +++++++++++-----------
.../metadata/rdbms/h2.json | 10 +++----
.../hop_server/metadata/server/testserver.json | 2 +-
.../workflow-run-configuration/remote.json | 6 ++--
.../hop/workflow/actions/abort/ActionAbort.java | 2 +-
.../ActionAddResultFilenames.java | 19 +++++++++---
.../actions/as400command/ActionAs400Command.java | 18 +++++++----
.../ActionCheckDbConnections.java | 8 +++--
.../actions/columnsexist/ActionColumnsExist.java | 33 +++++++++++---------
.../actions/createfolder/ActionCreateFolder.java | 2 +-
.../hop/workflow/actions/delay/ActionDelay.java | 11 +++++--
.../actions/deletefile/ActionDeleteFile.java | 7 +++--
.../hop/workflow/actions/eval/ActionEval.java | 8 +++--
.../actions/filecompare/ActionFileCompare.java | 10 ++++---
.../actions/fileexists/ActionFileExists.java | 13 ++++----
.../actions/folderisempty/ActionFolderIsEmpty.java | 11 ++++---
.../neo4j/actions/cypherscript/CypherScript.java | 2 +-
20 files changed, 152 insertions(+), 88 deletions(-)
copy integration-tests/{monetdb/main-0001-check-connection.hwf =>
hop_server/0003-test-metadata-exported-resources.hwf} (88%)
copy integration-tests/hop_server/{main-0002-test-json-webservice.hwf =>
main-0003-test-metadata-exported-resources.hwf} (80%)
copy integration-tests/{transforms => hop_server}/metadata/rdbms/h2.json (71%)