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

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


    from 5c4ba4105d [Feature-14138][Metrics] Add metrics for api server (#14177)
     add 4c2e57cfb3 [Feature][UI] Support to view and manage all timing 
settings of a project. (#14178)

No new revisions were added by this update.

Summary of changes:
 .../api/controller/SchedulerController.java        |   2 +-
 .../api/service/impl/SchedulerServiceImpl.java     |  16 +-
 .../dao/mapper/ScheduleMapper.java                 |  14 +
 .../dolphinscheduler/dao/mapper/ScheduleMapper.xml |  19 +
 .../dao/mapper/ScheduleMapperTest.java             |  38 ++
 .../src/common/column-width-config.ts              |   2 +-
 dolphinscheduler-ui/src/common/common.ts           |   7 +-
 .../src/components/input-search/index.tsx          |  19 +-
 .../layouts/content/components/navbar/index.tsx    |   8 +-
 .../content/components/sidebar/use-menuClick.ts    |   4 +-
 .../src/layouts/content/use-dataList.ts            |  21 +-
 .../src/locales/en_US/datasource.ts                |  12 +-
 .../src/locales/en_US/input-search.ts              |   4 +-
 dolphinscheduler-ui/src/locales/en_US/menu.ts      |   3 +-
 dolphinscheduler-ui/src/locales/en_US/project.ts   |   3 +-
 dolphinscheduler-ui/src/locales/en_US/resource.ts  |   2 +-
 dolphinscheduler-ui/src/locales/en_US/security.ts  |   2 +-
 .../src/locales/zh_CN/datasource.ts                |  12 +-
 .../src/locales/zh_CN/input-search.ts              |   4 +-
 dolphinscheduler-ui/src/locales/zh_CN/menu.ts      |   1 +
 dolphinscheduler-ui/src/locales/zh_CN/project.ts   |   1 +
 dolphinscheduler-ui/src/locales/zh_CN/security.ts  |   2 +-
 dolphinscheduler-ui/src/router/modules/projects.ts |  11 +
 .../src/service/modules/data-source/types.ts       |  34 +-
 .../src/service/modules/dynamic-dag/index.ts       |   2 +-
 .../src/service/modules/login/index.ts             |   2 +-
 .../service/modules/process-definition/index.ts    |   6 +-
 .../src/service/modules/process-instances/index.ts |   1 -
 .../src/service/modules/projects/index.ts          |  12 +-
 .../src/service/modules/resources/index.ts         |  49 +--
 .../src/service/modules/resources/types.ts         |   2 +-
 .../src/service/modules/schedules/types.ts         |   2 +-
 .../src/service/modules/task-instances/index.ts    |   5 +-
 .../src/store/project/dynamic/dag.ts               |   2 +-
 .../src/store/project/dynamic/types.ts             |   2 +-
 .../src/utils/environmental-distinction.ts         |  47 +--
 dolphinscheduler-ui/src/utils/tree-format.ts       |   7 +-
 .../src/views/data-quality/rule/index.tsx          |   8 +-
 .../src/views/data-quality/task-result/index.tsx   |   6 +-
 .../src/views/datasource/list/detail.tsx           | 126 +++---
 .../src/views/datasource/list/use-columns.ts       |   5 +-
 .../src/views/datasource/list/use-form.ts          |  48 +--
 .../src/views/datasource/list/use-table.ts         |   2 +-
 dolphinscheduler-ui/src/views/login/index.tsx      |  36 +-
 dolphinscheduler-ui/src/views/login/use-login.ts   |   2 +-
 dolphinscheduler-ui/src/views/profile/use-form.ts  |   4 +-
 .../src/views/projects/list/index.tsx              |  18 +-
 .../src/views/projects/list/use-table.ts           |   2 +-
 .../task/components/node/fields/use-cache.ts       |  14 +-
 .../components/node/fields/use-custom-labels.ts    | 108 ++---
 .../task/components/node/fields/use-datasource.ts  |   2 +-
 .../task/components/node/fields/use-datasync.ts    | 117 +++---
 .../task/components/node/fields/use-datax.ts       | 466 ++++++++++-----------
 .../node/fields/use-dependent-timeout.ts           |   4 +-
 .../task/components/node/fields/use-dms.ts         |   7 +-
 .../components/node/fields/use-environment-name.ts |   6 +-
 .../task/components/node/fields/use-flink.ts       |   3 +-
 .../task/components/node/fields/use-hive-cli.ts    |  14 +-
 .../task/components/node/fields/use-linkis.ts      |   4 +-
 .../task/components/node/fields/use-namespace.ts   |   2 +-
 .../task/components/node/fields/use-resources.ts   |   2 +-
 .../task/components/node/fields/use-sea-tunnel.ts  |  32 +-
 .../task/components/node/fields/use-zeppelin.ts    |   2 +-
 .../projects/task/components/node/format-data.ts   |  14 +-
 .../task/components/node/tasks/use-datasync.ts     | 110 ++---
 .../projects/task/components/node/tasks/use-dms.ts |   2 +-
 .../task/components/node/tasks/use-linkis.ts       |   2 +-
 .../task/components/node/tasks/use-sea-tunnel.ts   |  46 +-
 .../views/projects/task/components/node/types.ts   |   6 +-
 .../views/projects/task/definition/use-table.ts    |  14 +-
 .../views/projects/task/instance/batch-task.tsx    |   2 +-
 .../src/views/projects/task/instance/index.tsx     |   3 +-
 .../src/views/projects/task/instance/use-table.ts  |  28 +-
 .../projects/workflow/components/dag/dag-config.ts |   2 +-
 .../workflow/components/dag/dag-context-menu.tsx   |  79 ++--
 .../workflow/components/dag/dag-sidebar.tsx        |  51 +--
 .../workflow/components/dag/dag-toolbar.tsx        |  58 ++-
 .../projects/workflow/components/dag/index.tsx     |  37 +-
 .../workflow/components/dag/use-canvas-init.ts     |  16 +-
 .../workflow/components/dynamic-dag/dag-canvas.tsx |  23 +-
 .../components/dynamic-dag/dag-sidebar.tsx         |  22 +-
 .../workflow/components/dynamic-dag/index.tsx      |  18 +-
 .../workflow/components/dynamic-dag/task/index.tsx |  81 ++--
 .../workflow/components/dynamic-dag/task/types.ts  |   2 +-
 .../dynamic-dag/task/use-dynamic-locales.ts        |   2 +-
 .../components/dynamic-dag/task/use-form-field.ts  |   9 +-
 .../dynamic-dag/task/use-form-request.ts           |   4 +-
 .../dynamic-dag/task/use-form-structure.ts         |   2 +-
 .../dynamic-dag/task/use-form-validate.ts          |   2 +-
 .../components/dynamic-dag/task/use-task-form.ts   |   4 +-
 .../components/dynamic-dag/use-add-dag-shape.ts    |   2 +-
 .../components/dynamic-dag/use-dag-edge.ts         |   2 +-
 .../components/dynamic-dag/use-dag-graph.ts        |   2 +-
 .../components/dynamic-dag/use-dag-node.ts         |   2 +-
 .../components/dynamic-dag/use-dag-resize.ts       |   2 +-
 .../workflow/components/dynamic-dag/use-sidebar.ts |   5 +-
 .../workflow/definition/components/use-modal.ts    |   2 +-
 .../projects/workflow/definition/create/index.tsx  |   8 +-
 .../views/projects/workflow/definition/index.tsx   |  10 +-
 .../projects/workflow/definition/timing/index.tsx  |   4 +-
 .../projects/workflow/definition/timing/types.ts   |   2 +
 .../workflow/definition/timing/use-table.ts        |  59 ++-
 .../projects/workflow/definition/use-table.ts      |   2 +-
 .../instance/components/variables-view.tsx         |  19 +-
 .../views/projects/workflow/instance/use-table.ts  |   2 +-
 .../src/views/projects/workflow/relation/index.tsx |  17 +-
 .../timing/components/timing-condition.tsx         |  87 ++++
 .../workflow/{definition => }/timing/index.tsx     |  27 +-
 .../projects/workflow/timing}/types.ts             |   6 +-
 .../components/resource/create/use-form.ts         |   2 +-
 .../resource/components/resource/edit/index.tsx    |   6 +-
 .../resource/components/resource/edit/use-edit.ts  |  17 +-
 .../resource/components/resource/folder/index.tsx  |   2 +-
 .../components/resource/folder/use-form.ts         |   2 +-
 .../views/resource/components/resource/index.tsx   |  66 +--
 .../resource/components/resource/rename/index.tsx  |  10 +-
 .../components/resource/rename/use-form.ts         |  34 +-
 .../components/resource/rename/use-rename.ts       |  10 +-
 .../components/resource/table/table-action.tsx     | 103 +++--
 .../components/resource/table/use-table.ts         |  97 +++--
 .../views/resource/components/resource/types.ts    |  69 +--
 .../resource/components/resource/upload/index.tsx  |  11 +-
 .../components/resource/upload/use-form.ts         |   2 +-
 .../src/views/resource/file/create/index.tsx       |   7 +-
 .../src/views/resource/file/edit/index.tsx         |   7 +-
 .../src/views/resource/file/index.tsx              |   9 +-
 .../src/views/resource/task-group/option/index.tsx |  20 +-
 .../src/views/resource/task-group/queue/index.tsx  |  16 +-
 .../udf/function/components/function-modal.tsx     |   4 +-
 .../resource/udf/function/components/use-form.ts   |   2 +-
 .../resource/udf/function/components/use-modal.ts  |  10 +-
 .../src/views/resource/udf/function/index.tsx      |  10 +-
 .../src/views/resource/udf/function/use-table.ts   |   4 +-
 .../src/views/resource/udf/resource/index.tsx      |   9 +-
 .../views/security/alarm-group-manage/index.tsx    |  10 +-
 .../views/security/alarm-instance-manage/index.tsx |  10 +-
 .../src/views/security/cluster-manage/index.tsx    |  10 +-
 .../views/security/environment-manage/index.tsx    |  10 +-
 .../views/security/k8s-namespace-manage/index.tsx  |  10 +-
 .../src/views/security/tenant-manage/index.tsx     |  10 +-
 .../src/views/security/token-manage/index.tsx      |  10 +-
 .../user-manage/components/authorize-modal.tsx     |  89 ++--
 .../user-manage/components/use-authorize.ts        |  30 +-
 .../security/user-manage/components/use-columns.ts |   7 +-
 .../src/views/security/user-manage/index.tsx       |  16 +-
 .../views/security/worker-group-manage/index.tsx   |  10 +-
 .../src/views/security/yarn-queue-manage/index.tsx |  10 +-
 147 files changed, 1702 insertions(+), 1378 deletions(-)
 create mode 100644 
dolphinscheduler-ui/src/views/projects/workflow/timing/components/timing-condition.tsx
 copy dolphinscheduler-ui/src/views/projects/workflow/{definition => 
}/timing/index.tsx (80%)
 copy dolphinscheduler-ui/src/{store/route => 
views/projects/workflow/timing}/types.ts (90%)

Reply via email to