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 2021/09/23 07:42:10 UTC

[incubator-hop] branch master updated (a3f93c0 -> 6e19020)

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/incubator-hop.git.


    from a3f93c0  Merge pull request #1073 from sramazzina/master
     new 1ba4b37  HOP-3294 : JSON of hop server pipeline /workflow status has bad date formats
     new 838e889  HOP-3300 : JSON Serialization of Result leads to Jackson errors
     new 6e19020  Merge pull request #1074 from mattcasters/master

The 2878 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 |  1 +
 .../main/java/org/apache/hop/core/ResultFile.java  | 14 ++++--
 .../apache/hop/www/GetPipelineStatusServlet.java   | 55 +++++++++++++++++++++-
 .../apache/hop/www/GetWorkflowStatusServlet.java   | 55 ++++++++++++++++++++--
 .../apache/hop/www/HopServerPipelineStatus.java    |  5 ++
 .../apache/hop/www/HopServerWorkflowStatus.java    |  3 ++
 .../hop/www/messages/messages_en_US.properties     |  4 +-
 7 files changed, 126 insertions(+), 11 deletions(-)