You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dolphinscheduler.apache.org by le...@apache.org on 2021/02/18 03:17:45 UTC

[incubator-dolphinscheduler] branch json_split updated (3571de9 -> f7ca571)

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

leonbao pushed a change to branch json_split
in repository https://gitbox.apache.org/repos/asf/incubator-dolphinscheduler.git.


    from 3571de9  Merge remote-tracking branch 'upstream/dev' into spilit
     add d41dd10  [Fix][CI] Fix error: unable to resolve action apache/skywalking-eyes@9bd5feb (#4784)
     add 23591b7  [Improvement-4751][API] Improvement the duration field modify the display to a time-based minute-second format (e.g. 1d 10h 20m 1s) (#4752)
     add f7ca571  Merge remote-tracking branch 'upstream/dev' into spilit

No new revisions were added by this update.

Summary of changes:
 .github/workflows/ci_backend.yml                   |  2 +-
 .github/workflows/ci_e2e.yml                       |  2 +-
 .github/workflows/ci_ut.yml                        |  2 +-
 .../api/service/ProcessInstanceService.java        |  2 +-
 .../api/service/TaskInstanceService.java           |  2 +-
 .../service/impl/ProcessDefinitionServiceImpl.java |  2 +-
 .../dolphinscheduler/common/utils/DateUtils.java   | 86 +++++++++++++++++++++-
 .../common/utils/DateUtilsTest.java                | 39 ++++++++++
 .../dao/entity/ProcessInstance.java                |  6 +-
 .../dolphinscheduler/dao/entity/TaskInstance.java  |  8 +-
 10 files changed, 134 insertions(+), 17 deletions(-)