This is an automated email from the ASF dual-hosted git repository.
hansva pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/hop.git
from 4118a413dc Translations update from Weblate (#4947)
add ebdbd0c4e6 Update HOP_MAX_LOGGING_REGISTRY_SIZE docs , fixes #5000
add 28f066c5b3 HopGUI doesn't show correct number of loglines, fixes #5001
add 52b248afd6 fix pause button in the logging tab, fix #5004
add 874adacc4a cleanup logging, fix tab order, fixes #2671
add d5b4530c97 improve workflow metrics panel, fixes #2289
new 6575e42c7b Merge pull request #5002 from hansva/main
The 1 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:
assemblies/debug/pom.xml | 24 +++
core/src/main/java/org/apache/hop/core/Const.java | 3 +-
.../org/apache/hop/core/logging/LogChannel.java | 20 +-
.../org/apache/hop/core/logging/LoggingBuffer.java | 22 +--
.../apache/hop/core/logging/LoggingRegistry.java | 34 +---
.../modules/ROOT/pages/variables.adoc | 2 +-
.../ui/hopgui/file/pipeline/HopGuiLogBrowser.java | 30 +--
.../hopgui/file/pipeline/HopGuiPipelineGraph.java | 191 ++----------------
.../delegates/HopGuiPipelineGridDelegate.java | 11 +-
.../delegates/HopGuiPipelineLogDelegate.java | 55 ++----
.../delegates/HopGuiPipelineRunDelegate.java | 2 +-
.../hopgui/file/workflow/HopGuiWorkflowGraph.java | 215 +++++----------------
.../delegates/HopGuiWorkflowGridDelegate.java | 16 ++
.../ui/hopgui/messages/messages_en_US.properties | 2 +
14 files changed, 166 insertions(+), 461 deletions(-)