You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dolphinscheduler.apache.org by ch...@apache.org on 2022/11/07 10:05:31 UTC

[dolphinscheduler] branch 3.0.2-prepare updated (92e5027378 -> ce5e32d73d)

This is an automated email from the ASF dual-hosted git repository.

chufenggao pushed a change to branch 3.0.2-prepare
in repository https://gitbox.apache.org/repos/asf/dolphinscheduler.git


    from 92e5027378 [doc] Change release process base on new tool (#12324) (#12783)
     add ce5e32d73d [Fix-#11669][Workflow Instance Page] Fix the duration in Workflow Instance page. (#12264) (#12788)

No new revisions were added by this update.

Summary of changes:
 .../service/impl/ProcessInstanceServiceImpl.java   |  3 +-
 .../api/service/ProcessInstanceServiceTest.java    | 20 +++++++++
 .../dolphinscheduler/common/utils/DateUtils.java   | 14 ++++--
 .../common/utils/DateUtilsTest.java                |  3 ++
 .../dolphinscheduler/dao/utils/WorkflowUtils.java  | 34 +++++++++------
 .../dao/utils/WorkflowUtilsTest.java               | 51 ++++++++++++++++++++++
 6 files changed, 107 insertions(+), 18 deletions(-)
 copy dolphinscheduler-service/src/main/java/org/apache/dolphinscheduler/service/json/DateJsonSerializer.java => dolphinscheduler-dao/src/main/java/org/apache/dolphinscheduler/dao/utils/WorkflowUtils.java (54%)
 create mode 100644 dolphinscheduler-dao/src/test/java/org/apache/dolphinscheduler/dao/utils/WorkflowUtilsTest.java