This is an automated email from the ASF dual-hosted git repository.
kirs pushed a change to branch dev
in repository https://gitbox.apache.org/repos/asf/dolphinscheduler.git.
from 972fb90 fix udf resource manage router (#8268)
add 5a94981 [Feature][UI Next] Add Process Definition (#8266)
No new revisions were added by this update.
Summary of changes:
dolphinscheduler-ui-next/src/env.d.ts | 6 +
.../src/layouts/content/use-dataList.ts | 2 +-
.../src/locales/modules/en_US.ts | 66 ++-
.../src/locales/modules/zh_CN.ts | 69 ++-
.../src/router/modules/projects.ts | 11 +-
.../src/service/modules/executors/index.ts | 2 +-
.../service/modules/process-definition/index.ts | 31 +-
.../src/service/modules/schedules/index.ts | 32 +-
dolphinscheduler-ui-next/src/utils/timezone.ts | 611 +++++++++++++++++++++
.../definition/components/import-modal.tsx} | 75 ++-
.../workflow/definition/components/start-modal.tsx | 388 +++++++++++++
.../definition/components/table-action.tsx | 309 +++++++++++
.../definition/components/timing-modal.tsx | 321 +++++++++++
.../workflow/definition/components/use-form.ts | 92 ++++
.../workflow/definition/components/use-modal.ts | 247 +++++++++
.../workflow/definition/components/use-table.ts | 198 +++++++
.../definition/components/version-modal.tsx} | 77 +--
.../workflow/definition}/index.module.scss | 69 +--
.../views/projects/workflow/definition/index.tsx | 132 ++++-
.../workflow/definition/timing}/index.tsx | 71 +--
.../projects/workflow/definition/timing}/types.ts | 9 +-
.../workflow/definition/timing/use-table.ts | 245 +++++++++
.../projects/workflow/definition}/types.ts | 87 +--
.../projects/workflow/definition/use-table.ts | 286 ++++++++++
24 files changed, 3193 insertions(+), 243 deletions(-)
create mode 100644 dolphinscheduler-ui-next/src/utils/timezone.ts
copy
dolphinscheduler-ui-next/src/views/{resource/udf/resource/components/upload-modal.tsx
=> projects/workflow/definition/components/import-modal.tsx} (53%)
create mode 100644
dolphinscheduler-ui-next/src/views/projects/workflow/definition/components/start-modal.tsx
create mode 100644
dolphinscheduler-ui-next/src/views/projects/workflow/definition/components/table-action.tsx
create mode 100644
dolphinscheduler-ui-next/src/views/projects/workflow/definition/components/timing-modal.tsx
create mode 100644
dolphinscheduler-ui-next/src/views/projects/workflow/definition/components/use-form.ts
create mode 100644
dolphinscheduler-ui-next/src/views/projects/workflow/definition/components/use-modal.ts
create mode 100644
dolphinscheduler-ui-next/src/views/projects/workflow/definition/components/use-table.ts
copy dolphinscheduler-ui-next/src/views/{resource/file/folder/index.tsx =>
projects/workflow/definition/components/version-modal.tsx} (52%)
copy dolphinscheduler-ui-next/src/views/{resource/file =>
projects/workflow/definition}/index.module.scss (73%)
copy dolphinscheduler-ui-next/src/views/{resource/udf/function =>
projects/workflow/definition/timing}/index.tsx (63%)
copy dolphinscheduler-ui-next/src/{store/file =>
views/projects/workflow/definition/timing}/types.ts (88%)
create mode 100644
dolphinscheduler-ui-next/src/views/projects/workflow/definition/timing/use-table.ts
copy dolphinscheduler-ui-next/src/{service/modules/projects =>
views/projects/workflow/definition}/types.ts (51%)
create mode 100644
dolphinscheduler-ui-next/src/views/projects/workflow/definition/use-table.ts