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 79046e80f0 Merge pull request #5327 from nadment/5278
add e1056b53e7 When executing a remote workflow, provide status feedback
to Gui #5272 - Extend GetWorkflowStatusServlet with action status - Add timer
for auto refresh in workflow graph - Set name to timer and workflow thread -
Cleanup 'job' word in HopServerStatus - Small code cleanup + Lombok
new ba3508352c Merge pull request #5274 from nadment/5272
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:
.../java/org/apache/hop/workflow/Workflow.java | 49 +++--
.../apache/hop/workflow/action/ActionStatus.java | 75 +++++++
.../org/apache/hop/workflow/action/Status.java | 74 +++++++
.../engines/local/LocalWorkflowEngine.java | 2 +-
.../engines/remote/RemoteWorkflowEngine.java | 63 ++----
.../apache/hop/www/GetWorkflowStatusServlet.java | 27 ++-
.../org/apache/hop/www/HopServerObjectEntry.java | 36 +---
.../java/org/apache/hop/www/HopServerStatus.java | 233 +++------------------
.../apache/hop/www/HopServerWorkflowStatus.java | 212 ++++---------------
.../transforms/serverstatus/GetServerStatus.java | 4 +-
.../hopgui/file/workflow/HopGuiWorkflowGraph.java | 40 ++++
.../delegates/HopGuiWorkflowGridDelegate.java | 2 +-
12 files changed, 344 insertions(+), 473 deletions(-)
create mode 100644
engine/src/main/java/org/apache/hop/workflow/action/ActionStatus.java
create mode 100644
engine/src/main/java/org/apache/hop/workflow/action/Status.java