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 2021/09/16 20:47:16 UTC

[incubator-hop] branch master updated (2bb7517 -> 4fbdc34)

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/incubator-hop.git.


    from 2bb7517  Merge pull request #1064 from bamaer/HOP-3267
     new 483e0cf  HOP-3283 : Process files transform throws errors on file delete operation
     new 4a5cf96  HOP-3281 : Hop config lists empty configurations files section
     new 7fc1285  HOP-3278 : Hop is leaking Neo4j database connections
     new bff9d64  HOP-3278 : Hop is leaking Neo4j database connections (extra patch)
     new b3d91bd  HOP-3278 : Hop is leaking Neo4j database connections (increase chance of problems in test)
     new 14b3607  HOP-3284 : Performance tune the Beam BQ Input transform in non-Beam engines
     new 4fbdc34  Merge pull request #1065 from mattcasters/master

The 2854 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:
 .../neo4j/metadata/neo4j-connection/Test.json      |  14 +-
 .../neo4j/metadata/neo4j-graph-model/test.json     |  28 +++
 .../leak-test-child.hpl}                           | 140 ++++++++-------
 .../neo4j-connection-leaking/leak-test-parent.hpl} |  36 ++--
 .../main-connection-leaking.hwf}                   | 123 ++++++-------
 .../apache/hop/beam/transforms/bq/BeamBQInput.java |  24 ++-
 .../ManageEnvironmentsOptionPlugin.java            |   1 -
 .../neo4j/actions/constraint/Neo4jConstraint.java  |  57 +++---
 .../neo4j/actions/cypherscript/CypherScript.java   |  85 ++++-----
 .../apache/hop/neo4j/actions/index/Neo4jIndex.java |  57 +++---
 .../apache/hop/neo4j/logging/util/LoggingCore.java |  39 ++--
 .../logging/xp/PipelineLoggingExtensionPoint.java  |  27 ++-
 .../logging/xp/WorkflowLoggingExtensionPoint.java  |  14 +-
 .../hop/neo4j/perspective/HopNeo4jPerspective.java | 200 ++++++++++-----------
 .../org/apache/hop/neo4j/shared/NeoConnection.java |  42 ++---
 .../apache/hop/neo4j/transforms/cypher/Cypher.java |  16 +-
 .../hop/neo4j/transforms/cypher/CypherData.java    |   3 +-
 .../hop/neo4j/transforms/graph/GraphOutput.java    |  28 ++-
 .../neo4j/transforms/graph/GraphOutputData.java    |   3 +-
 .../hop/neo4j/transforms/output/Neo4JOutput.java   |  26 ++-
 .../transforms/processfiles/ProcessFiles.java      |   4 +-
 21 files changed, 544 insertions(+), 423 deletions(-)
 create mode 100644 integration-tests/neo4j/metadata/neo4j-graph-model/test.json
 copy integration-tests/neo4j/tests/{neo4j-cypher-returns/neo4j-cypher-no-returns-validation.hpl => neo4j-connection-leaking/leak-test-child.hpl} (59%)
 copy integration-tests/{spreadsheet/00200-xls-loop.hpl => neo4j/tests/neo4j-connection-leaking/leak-test-parent.hpl} (87%)
 copy integration-tests/neo4j/tests/{neo4j-action-index/main-action-index.hwf => neo4j-connection-leaking/main-connection-leaking.hwf} (64%)