This is an automated email from the ASF dual-hosted git repository.
songjian pushed a change to branch dev
in repository https://gitbox.apache.org/repos/asf/dolphinscheduler.git.
from 71fcea5 fix empty upstreamTaskCodes (#8405)
add 53869cb [Feature][UI Next] Add Crontab Component (#8409)
No new revisions were added by this update.
Summary of changes:
.../src/components/crontab/common.ts | 193 +++++++
.../crontab}/index.module.scss | 18 +-
.../src/components/crontab/index.tsx | 131 +++++
.../src/components/crontab/modules/day.tsx | 640 +++++++++++++++++++++
.../src/components/crontab/modules/time.tsx | 296 ++++++++++
.../modules/log => components/crontab}/types.ts | 19 +-
.../src/locales/modules/en_US.ts | 65 ++-
.../src/locales/modules/zh_CN.ts | 63 +-
.../definition/components/timing-modal.tsx | 58 +-
.../workflow/definition/components/use-modal.ts | 5 +-
10 files changed, 1461 insertions(+), 27 deletions(-)
create mode 100644 dolphinscheduler-ui-next/src/components/crontab/common.ts
copy dolphinscheduler-ui-next/src/{views/resource =>
components/crontab}/index.module.scss (85%)
create mode 100644 dolphinscheduler-ui-next/src/components/crontab/index.tsx
create mode 100644
dolphinscheduler-ui-next/src/components/crontab/modules/day.tsx
create mode 100644
dolphinscheduler-ui-next/src/components/crontab/modules/time.tsx
copy dolphinscheduler-ui-next/src/{service/modules/log =>
components/crontab}/types.ts (78%)