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

[dolphinscheduler] branch dev updated (836f1a3 -> 7151c54)

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

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


    from 836f1a3  [Feature][UI Next] Add monitor db. (#7893)
     add 7151c54  [Feature][UI Next] Add statistics. (#7895)

No new revisions were added by this update.

Summary of changes:
 dolphinscheduler-ui-next/.gitignore                |    1 -
 dolphinscheduler-ui-next/pnpm-lock.yaml            | 3343 ++++++++++++++++++++
 .../src/locales/modules/en_US.ts                   |    7 +
 .../src/locales/modules/zh_CN.ts                   |    6 +
 .../src/router/modules/monitor.ts                  |    8 +
 .../src/service/modules/projects-analysis/types.ts |   20 +-
 .../db => statistics/statistics}/index.module.scss |   18 +-
 .../db => statistics/statistics}/index.tsx         |   75 +-
 .../statistics/use-statistics.ts}                  |   29 +-
 9 files changed, 3446 insertions(+), 61 deletions(-)
 create mode 100644 dolphinscheduler-ui-next/pnpm-lock.yaml
 copy dolphinscheduler-ui-next/src/views/monitor/{servers/db => statistics/statistics}/index.module.scss (86%)
 copy dolphinscheduler-ui-next/src/views/monitor/{servers/db => statistics/statistics}/index.tsx (51%)
 copy dolphinscheduler-ui-next/src/views/monitor/{servers/db/use-database.ts => statistics/statistics/use-statistics.ts} (56%)