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/22 15:53:14 UTC

[hop] branch master updated (eb4233930d -> f91d212f3a)

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 eb4233930d Merge pull request #1814 from nadment/HOP-4492
     new 85a3f50e24 JavaScript example
     new 63468e980a HOP-3995 : Upgrade Cassandra transforms for Cassandra 4.0 support (Connection fix)
     new 15e8705567 HOP-4619 : HTTP Client transform shouldn't require an input row
     new bfdc45ee62 HOP-4618 : HTTP Post transform can't upload a file
     new 556f360be0 HOP-4621 : Cleanup XML of action Start
     new 24d5222274 HOP-4617 : Improve logging of the async web service
     new 06fc554ea8 UI margin/zoom fixes
     new 30b8a9e28b rat and build fix
     new 37e89fa066 HOP-4617 : Improve logging of the async web service
     new f91d212f3a Merge pull request #1815 from mattcasters/cypher-builder

The 4895 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:
 core/src/main/java/org/apache/hop/core/Result.java |  23 ++
 .../integration-tests-cassandra.yaml               |   3 +
 .../ROOT/pages/hop-server/async-web-service.adoc   |   8 +-
 .../modules/ROOT/pages/hop-server/web-service.adoc |   4 +
 .../ROOT/pages/metadata-types/asyncwebservice.adoc |   2 +-
 .../org/apache/hop/execution/ExecutionState.java   |  29 +-
 .../hop/execution/ExecutionStateBuilder.java       |  16 +-
 .../java/org/apache/hop/workflow/Workflow.java     |  74 +++--
 .../hop/workflow/actions/start/ActionStart.java    |  71 +----
 .../main/java/org/apache/hop/www/HopServer.java    |  27 +-
 .../java/org/apache/hop/www/WebServiceServlet.java |  23 +-
 .../org/apache/hop/www/service/WebService.java     |  33 +-
 .../metadata/cassandra-connection/local.json       |   6 +-
 .../hop/workflow/actions/repeat/RepeatDialog.java  |   2 +-
 .../org/apache/hop/www/async/AsyncRunServlet.java  |  48 ++-
 .../org/apache/hop/www/async/AsyncWebService.java  |  22 +-
 .../hop/www/async/AsyncWebServiceEditor.java       |  31 +-
 .../actions/runtests/RunPipelineTestsDialog.java   |   2 +-
 .../cassandra/metadata/CassandraConnection.java    |   2 +-
 .../neo4j/execution/NeoExecutionInfoLocation.java  |  11 +-
 .../logging/xp/PipelineLoggingExtensionPoint.java  | 351 ++++++++++-----------
 .../logging/xp/WorkflowLoggingExtensionPoint.java  | 227 +++++++------
 .../hop/neo4j/perspective/HopNeo4jPerspective.java |   4 +-
 .../perspective/messages/messages_en_US.properties |   1 +
 .../apache/hop/pipeline/transforms/http/Http.java  |  25 +-
 .../hop/pipeline/transforms/http/HttpData.java     |   2 +-
 .../hop/pipeline/transforms/httppost/HttpPost.java |  10 +-
 ...th-e4x.hpl => javascript-sum-over-all-rows.hpl} | 161 +++++-----
 plugins/transforms/pom.xml                         |   1 +
 .../hop/pipeline/transforms/tika/TikaDialog.java   |   2 +-
 .../ui/core/dialog/MessageDialogWithToggle.java    |  16 +-
 .../execution/PipelineExecutionViewer.java         |   8 +-
 .../execution/WorkflowExecutionViewer.java         |   1 +
 .../hop/ui/www/service/WebServiceEditor.java       |  42 ++-
 .../hop/ui/www/service/WebServiceGuiPlugin.java    |   3 +-
 35 files changed, 762 insertions(+), 529 deletions(-)
 copy plugins/transforms/javascript/src/main/samples/transforms/{javascript-create-xml-with-e4x.hpl => javascript-sum-over-all-rows.hpl} (67%)