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

[dolphinscheduler] branch dev updated (7fd94ff -> 30cf030)

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

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


    from 7fd94ff  [Improvement][Logger]Remove the logger server from the deployment (#7837)
     add 30cf030  [Feature][UI Next] Add profile function. (#7858)

No new revisions were added by this update.

Summary of changes:
 .../src/components/card/index.tsx                  |   5 +-
 .../src/components/modal/index.tsx                 |  41 +++++---
 .../{language => locales}/index.module.scss        |   0
 .../components/{language => locales}/index.tsx     |  26 ++---
 .../{language => locales}/use-dropdown.ts          |   9 +-
 .../layouts/content/components/navbar/index.tsx    |   6 +-
 .../layouts/content/components/sidebar/index.tsx   |   4 +-
 .../src/layouts/content/index.tsx                  |  19 ++--
 .../src/layouts/content/use-dataList.ts            |   8 +-
 .../src/locales/modules/en_US.ts                   |  19 +++-
 .../src/locales/modules/zh_CN.ts                   |  17 ++++
 .../{language/language.ts => locales/locales.ts}   |  20 ++--
 .../src/store/{language => locales}/types.ts       |   8 +-
 dolphinscheduler-ui-next/src/utils/index.ts        |   2 +
 .../src/utils/regex.ts                             |   9 +-
 dolphinscheduler-ui-next/src/views/login/index.tsx |  20 +---
 .../src/views/login/use-translate.ts               |   9 +-
 .../src/views/profile/index.tsx                    | 112 ++++++++++++++++++---
 .../src/views/profile/info.tsx                     |   1 -
 .../src/views/{login => profile}/use-form.ts       |  41 ++++++--
 .../src/views/profile/use-profile.ts               |   5 +-
 .../src/views/profile/use-update.ts                |  30 ++++++
 .../types.ts => views/profile/use-userinfo.ts}     |  16 ++-
 23 files changed, 299 insertions(+), 128 deletions(-)
 rename dolphinscheduler-ui-next/src/layouts/content/components/{language => locales}/index.module.scss (100%)
 rename dolphinscheduler-ui-next/src/layouts/content/components/{language => locales}/index.tsx (74%)
 rename dolphinscheduler-ui-next/src/layouts/content/components/{language => locales}/use-dropdown.ts (82%)
 rename dolphinscheduler-ui-next/src/store/{language/language.ts => locales/locales.ts} (69%)
 rename dolphinscheduler-ui-next/src/store/{language => locales}/types.ts (87%)
 copy dolphinscheduler-common/src/main/java/org/apache/dolphinscheduler/common/enums/AlertEvent.java => dolphinscheduler-ui-next/src/utils/regex.ts (85%)
 copy dolphinscheduler-ui-next/src/views/{login => profile}/use-form.ts (54%)
 copy dolphinscheduler-ui-next/src/{store/user/types.ts => views/profile/use-userinfo.ts} (70%)