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 2022/01/15 03:21:35 UTC

[dolphinscheduler] branch dev updated (a061cf1 -> f8a719c)

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

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


    from a061cf1  [e2e] Add new test of security environment (#8048)
     add f8a719c  [Feature][UI Next] Add security environment manage. (#8057)

No new revisions were added by this update.

Summary of changes:
 .../src/layouts/content/use-dataList.ts            |   4 +-
 .../src/locales/modules/en_US.ts                   |  21 ++-
 .../src/locales/modules/zh_CN.ts                   |  23 +++-
 .../src/router/modules/security.ts                 |   8 ++
 .../src/service/modules/environment/types.ts       |  25 +++-
 .../components/environment-modal.tsx}              | 103 +++++++++------
 .../environment-manage/components/use-modal.ts     | 141 +++++++++++++++++++++
 .../index.module.scss                              |   0
 .../index.tsx                                      |  14 +-
 .../use-table.ts                                   | 100 +++++++++------
 10 files changed, 354 insertions(+), 85 deletions(-)
 copy dolphinscheduler-ui-next/src/views/security/{tenant-manage/components/tenant-modal.tsx => environment-manage/components/environment-modal.tsx} (51%)
 create mode 100644 dolphinscheduler-ui-next/src/views/security/environment-manage/components/use-modal.ts
 copy dolphinscheduler-ui-next/src/views/security/{yarn-queue-manage => environment-manage}/index.module.scss (100%)
 copy dolphinscheduler-ui-next/src/views/security/{yarn-queue-manage => environment-manage}/index.tsx (92%)
 copy dolphinscheduler-ui-next/src/views/security/{tenant-manage => environment-manage}/use-table.ts (67%)