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/02/24 15:41:04 UTC

[hop] branch master updated (a1150ce -> 696d8af)

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 a1150ce  Merge pull request #1390 from gvdutra/HOP-3736
     new 65c0768  HOP-3783 : Add label to nodes based on key/value of previous hop in Neo4j Graph Output
     new 6298a5c  Merge branch 'master' of https://github.com/apache/hop
     new 001d76f  HOP-3783 : Add label to nodes based on key/value of previous hop in Neo4j Graph Output (doc)
     new 1f31eab  HOP-3298 : Remember my last environment choice for each project
     new 8f5a635  HOP-3725 : Hop search to include the boolean value when matching text
     new 696d8af  Merge pull request #1392 from mattcasters/master

The 3636 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/core/search/ISearchResult.java  |   2 +
 .../org/apache/hop/core/search/SearchResult.java   |  16 ++-
 .../pipeline/transforms/neo4j-graphoutput.adoc     |  21 ++--
 .../hop/core/search/BaseSearchableAnalyser.java    |  10 +-
 .../main/java/org/apache/hop/search/HopSearch.java |   6 +-
 .../datasets/node-mapping-set-label-golden.csv     |   7 ++
 ...den.json => node-mapping-set-label-golden.json} |  10 +-
 .../neo4j/metadata/neo4j-connection/Test.json      |  20 +--
 .../neo4j-graph-model/{test.json => IP.json}       |  12 +-
 ...ut-validation-node-mapping-set-label UNIT.json} |  24 ++--
 ...-neo4j-graph-output-node-mapping-set-label.hwf} |  16 +--
 ...j-graph-output-build-node-mapping-set-label.hpl | 107 +++++++++-------
 ...h-output-validation-node-mapping-set-label.hpl} | 135 ++++++++++++---------
 .../apache/hop/projects/gui/ProjectsGuiPlugin.java |  67 ++++++++--
 .../hop/projects/xp/HopGuiStartProjectLoad.java    |  59 +++++----
 .../org/apache/hop/neo4j/model/GraphModel.java     |   2 +-
 .../hop/neo4j/transforms/graph/GraphOutput.java    |  51 ++++++--
 .../neo4j/transforms/graph/GraphOutputData.java    |  12 +-
 .../neo4j/transforms/graph/NodeMappingType.java    |   1 +
 .../hop/neo4j/transforms/graph/SelectedNode.java   |  12 +-
 .../perspective/search/HopSearchPerspective.java   |  11 +-
 .../search/messages/messages_en_US.properties      |   1 +
 22 files changed, 395 insertions(+), 207 deletions(-)
 create mode 100644 integration-tests/neo4j/datasets/node-mapping-set-label-golden.csv
 copy integration-tests/neo4j/metadata/dataset/{node-mapping-all-golden.json => node-mapping-set-label-golden.json} (73%)
 copy integration-tests/neo4j/metadata/neo4j-graph-model/{test.json => IP.json} (67%)
 copy integration-tests/neo4j/metadata/unit-test/{neo4j-graph-output-validation-node-mapping-all UNIT.json => neo4j-graph-output-validation-node-mapping-set-label UNIT.json} (52%)
 copy integration-tests/neo4j/tests/neo4j-graph-output/{main-neo4j-graph-output-self-relationship2.hwf => main-neo4j-graph-output-node-mapping-set-label.hwf} (88%)
 copy plugins/tech/neo4j/src/main/samples/neo4j/neo4j-cypher-unwind-simple.hpl => integration-tests/neo4j/tests/neo4j-graph-output/neo4j-graph-output-build-node-mapping-set-label.hpl (59%)
 copy integration-tests/neo4j/tests/neo4j-graph-output/{neo4j-graph-output-validation-node-mapping-all.hpl => neo4j-graph-output-validation-node-mapping-set-label.hpl} (65%)