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 2020/05/21 06:28:17 UTC

[incubator-dolphinscheduler] branch dev-1.3.0 updated (184d64e -> cfd8323)

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

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


    from 184d64e  [BUG FIX] fix bug: dependent task failed when conditions task exists (#2768)
     add cfd8323  Hourly dependency configuration, 'currentHour' and 'last24Hours' (#2696)

No new revisions were added by this update.

Summary of changes:
 .../dolphinscheduler/common/utils/DateUtils.java   |  2 +-
 .../common/utils/DependentUtils.java               |  6 ++++
 .../common/utils/dependent/DependentDateUtils.java | 27 +++++++++++++++
 .../common/utils/DependentUtilsTest.java           | 40 ++++++++++++++++++++++
 .../dag/_source/formModel/tasks/_source/commcon.js |  8 +++++
 .../src/js/module/i18n/locale/en_US.js             |  2 ++
 .../src/js/module/i18n/locale/zh_CN.js             |  2 ++
 7 files changed, 86 insertions(+), 1 deletion(-)