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 2021/12/27 08:22:33 UTC

[dolphinscheduler] branch dev updated (e172015 -> 2d2cc35)

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 e172015  fix conflict pr 6997 (#7571)
     add 2d2cc35  [Feature][UI Next] Add login and logout function. (#7644)

No new revisions were added by this update.

Summary of changes:
 dolphinscheduler-ui-next/package.json                 |  3 ++-
 .../layouts/content/components/user/use-dataList.ts   |  2 +-
 .../layouts/content/components/user/use-dropdown.ts   | 18 ++++++++++++++++++
 dolphinscheduler-ui-next/src/main.ts                  |  8 +++++++-
 .../src/service/modules/login/index.ts                |  2 +-
 .../src/service/modules/login/types.ts                |  6 +++++-
 .../src/service/modules/{sign-out => logout}/index.ts |  2 +-
 .../src/service/modules/{sign-out => logout}/types.ts |  0
 dolphinscheduler-ui-next/src/service/service.ts       |  6 ++++++
 .../src/store/user/types.ts                           |  6 ++++--
 .../src/store/{theme/theme.ts => user/user.ts}        | 19 ++++++++++---------
 dolphinscheduler-ui-next/src/views/login/use-login.ts | 13 ++++++++-----
 12 files changed, 63 insertions(+), 22 deletions(-)
 rename dolphinscheduler-ui-next/src/service/modules/{sign-out => logout}/index.ts (96%)
 rename dolphinscheduler-ui-next/src/service/modules/{sign-out => logout}/types.ts (100%)
 copy dolphinscheduler-ui/src/js/conf/home/store/datasource/state.js => dolphinscheduler-ui-next/src/store/user/types.ts (92%)
 copy dolphinscheduler-ui-next/src/store/{theme/theme.ts => user/user.ts} (75%)