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 02:24:15 UTC

[incubator-dolphinscheduler] branch params-trans updated (a6fb333 -> 7e9d582)

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

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


    from a6fb333  Merge branch 'dev' into params-trans
     add fef1a7e  [Fix-4760][api] Repair dolphinscheduler-postgre.sql error sql (#4774)
     add 5025b50  Repair dolphinscheduler-mysql.sql error sql. (#4780)
     add 18e4087  [Improvement][JSONUtils] Improvement JSONUtils parse object method (#4781)
     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 7e9d582  Merge remote-tracking branch 'upstream/dev' into params-trans

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 +++++++++++++++++++++-
 .../dolphinscheduler/common/utils/JSONUtils.java   | 29 ++++----
 .../common/utils/DateUtilsTest.java                | 39 ++++++++++
 .../dao/entity/ProcessInstance.java                |  6 +-
 .../dolphinscheduler/dao/entity/TaskInstance.java  |  8 +-
 sql/dolphinscheduler-postgre.sql                   |  7 +-
 sql/dolphinscheduler_mysql.sql                     |  4 +-
 13 files changed, 154 insertions(+), 37 deletions(-)