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/11/30 20:48:15 UTC

[hop] branch master updated (4d4dce8e2f -> 30edba838e)

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 4d4dce8e2f Merge pull request #1848 from mattcasters/cypher-builder
     new 8abd477145 Fixes #1850 : Workflow executor causes exception saving Execution Information
     new 8aa6dcb636 Fixes #1851 : Some SWT dialogs aren't correctly parented
     new 14e5f305ee Fixes #1850 : Extra code hardening (unrelated)
     new 94106d42a4 HOP-4432 : Cleanup XML of action Neo4j Cypher
     new c4bffd086f Fixes #1851 : Some SWT dialogs aren't correctly parented (metadata)
     new 30edba838e Merge pull request #1852 from mattcasters/cypher-builder

The 4998 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:
 .../hop/pipeline/transform/BaseTransform.java      |  7 +--
 .../action/ActionSerializationTestUtil.java}       | 14 +++---
 .../hop/workflow/actions/repeat/RepeatDialog.java  |  4 +-
 .../beam/gui/PipelineExecutionViewerUpdateXP.java  |  2 +-
 .../xp/ActionLogIconClickedExtensionPoint.java     |  5 +-
 .../environment/LifecycleEnvironmentDialog.java    | 16 +++----
 .../reflection/probe/gui/DataProbeGuiPlugin.java   |  6 ++-
 .../apache/hop/testing/gui/TestingGuiPlugin.java   |  8 ++--
 .../xp/LocationMouseDoubleClickExtensionPoint.java |  3 +-
 .../neo4j/actions/cypherscript/CypherScript.java   | 55 ++++++++--------------
 .../neo4j/execution/NeoExecutionInfoLocation.java  | 13 +++--
 .../actions/cypherscript/CypherScriptTest.java}    | 19 ++++----
 .../src/test/resources/cypher-script-action.xml    | 15 +++---
 .../hop/ui/core/metadata/MetadataManager.java      |  8 +++-
 .../hop/ui/core/widget/MetaSelectionLine.java      |  8 +++-
 .../main/java/org/apache/hop/ui/hopgui/HopGui.java |  6 +--
 .../context/metadata/MetadataContextHandler.java   |  2 +-
 .../ui/hopgui/delegates/HopGuiAuditDelegate.java   |  2 +-
 .../ui/hopgui/dialog/MetadataExplorerDialog.java   |  6 +--
 .../execution/ExecutionPerspective.java            |  2 +-
 .../perspective/metadata/MetadataPerspective.java  |  4 +-
 .../ui/hopgui/search/HopGuiMetadataSearchable.java | 14 ++++--
 .../hop/ui/hopgui/shared/BaseExecutionViewer.java  |  2 +-
 .../hop/ui/www/service/WebServiceGuiPlugin.java    |  2 +-
 24 files changed, 114 insertions(+), 109 deletions(-)
 copy engine/src/test/java/org/apache/hop/{pipeline/transform/TransformSerializationTestUtil.java => workflow/action/ActionSerializationTestUtil.java} (81%)
 copy plugins/{transforms/fieldsplitter/src/test/java/org/apache/hop/pipeline/transforms/fieldsplitter/FieldSplitterMetaTest.java => tech/neo4j/src/test/java/org/apache/hop/neo4j/actions/cypherscript/CypherScriptTest.java} (65%)
 copy core/src/test/resources/condition2.xml => plugins/tech/neo4j/src/test/resources/cypher-script-action.xml (75%)