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 2022/05/25 13:52:55 UTC

[hop] branch master updated (776cd1bf0e -> 0cb875fffa)

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 776cd1bf0e Merge pull request #1500 from hansva/master
     new e83df0dbf2 HOP-3958 : Hop GUI: black dialogs on black background are confusing in dark mode
     new 6b2a92fc4a HOP-3959 : Dynamic labels are not correctly handled in Neo4j output step
     new 0cb875fffa Merge pull request #1502 from mattcasters/master

The 4028 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:
 .../output-dynamic-labels-large-golden.csv         |   7 +
 .../output-dynamic-labels-large-golden.json}       |  22 +-
 ...tput-dynamic-labels-large-validation UNIT.json} |  24 +-
 .../run-all.hpl => neo4j/run-all-tests.hpl}        | 120 +++--
 .../run-main-workflow.hwf}                         |  36 +-
 .../main-neo4j-output-dynamic-labels-large.hwf}    |  88 ++--
 ...neo4j-output-dynamic-labels-large-load-data.hpl | 290 ++++++++++++
 ...o4j-output-dynamic-labels-large-validation.hpl} | 204 ++++-----
 .../hop/neo4j/transforms/output/Neo4JOutput.java   | 505 ++++++++-------------
 .../workflowexecutor/WorkflowExecutorDialog.java   |   8 +-
 .../main/java/org/apache/hop/ui/core/PropsUi.java  |   1 +
 .../org/apache/hop/ui/core/gui/GuiResource.java    |   4 +-
 12 files changed, 704 insertions(+), 605 deletions(-)
 create mode 100644 integration-tests/neo4j/datasets/output-dynamic-labels-large-golden.csv
 copy integration-tests/{transforms/metadata/dataset/golden-row-normaliser-single-target.json => neo4j/metadata/dataset/output-dynamic-labels-large-golden.json} (72%)
 copy integration-tests/{transforms/metadata/unit-test/0020-row-normaliser-single-target UNIT.json => neo4j/metadata/unit-test/neo4j-output-dynamic-labels-large-validation UNIT.json} (50%)
 copy integration-tests/{transforms/run-all.hpl => neo4j/run-all-tests.hpl} (80%)
 copy integration-tests/{transforms/run-workflow.hwf => neo4j/run-main-workflow.hwf} (79%)
 copy integration-tests/neo4j/tests/{neo4j-output-dynamic-labels/main-neo4j-output-dynamic-labels.hwf => neo4j-output-dynamic-labels-large/main-neo4j-output-dynamic-labels-large.hwf} (73%)
 create mode 100644 integration-tests/neo4j/tests/neo4j-output-dynamic-labels-large/neo4j-output-dynamic-labels-large-load-data.hpl
 copy integration-tests/neo4j/tests/{neo4j-output-dynamic-labels/neo4j-output-dynamic-labels-validation.hpl => neo4j-output-dynamic-labels-large/neo4j-output-dynamic-labels-large-validation.hpl} (67%)