You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dolphinscheduler.apache.org by li...@apache.org on 2022/08/26 15:04:40 UTC

[dolphinscheduler] branch dev updated (23d8aaf735 -> 769a20e986)

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

liudongkai pushed a change to branch dev
in repository https://gitbox.apache.org/repos/asf/dolphinscheduler.git


    from 23d8aaf735 [Feature][UI] Enable highlight and auto-complete for SQL scripts  (#11659)
     add 769a20e986 [Fix][UI] Fix bug where crontab special of month and year (#11661)

No new revisions were added by this update.

Summary of changes:
 .../src/components/crontab/common.ts               | 39 +++++++++++-
 .../src/components/crontab/index.tsx               | 19 ++++++
 .../src/components/crontab/modules/day.tsx         | 17 +++---
 .../src/components/crontab/modules/time.tsx        | 70 +++++++++++++++-------
 .../src/components/crontab/types.ts                |  9 ++-
 5 files changed, 124 insertions(+), 30 deletions(-)