This is an automated email from the ASF dual-hosted git repository.
bartmaer pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/hop.git
from 7b9ed268db Merge pull request #2755 from sramazzina/2399
new 6665e1bd1e Fix for issue #2868 : hop-run exits too quickly to properly
handle all finished listeners
new 304ff514b4 Fix for issue #2845 : improve loading time for execution
information perspective with large number of executions
new 1961f63d08 Fix for issue #2845 : improve loading time for execution
information perspective with large number of executions
new e154ca51c4 Merge pull request #2874 from mattcasters/master
The 5741 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-gui/perspective-execution-information.adoc | 2 +-
.../hop/execution/ExecutionStateBuilder.java | 1 +
.../hop/execution/IExecutionInfoLocation.java | 28 +++++-
.../execution/local/FileExecutionInfoLocation.java | 107 ++++++++++++++++++---
.../remote/RemoteExecutionInfoLocation.java | 37 ++++++-
.../java/org/apache/hop/pipeline/Pipeline.java | 12 ++-
.../engines/local/LocalPipelineEngine.java | 68 ++++++++-----
.../src/main/java/org/apache/hop/run/HopRun.java | 1 +
.../apache/hop/www/GetExecutionInfoServlet.java | 21 ++++
.../neo4j/execution/NeoExecutionInfoLocation.java | 64 +++++++++++-
.../main/java/org/apache/hop/ui/core/PropsUi.java | 94 +++++++++++-------
.../tabs/ConfigGeneralOptionsTab.java | 40 +++++++-
.../execution/PipelineExecutionViewer.java | 58 ++++++-----
.../execution/WorkflowExecutionViewer.java | 55 ++++++-----
.../hop/ui/hopgui/shared/BaseExecutionViewer.java | 58 ++++++++---
.../core/dialog/messages/messages_en_US.properties | 4 +-
16 files changed, 495 insertions(+), 155 deletions(-)