You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@inlong.apache.org by le...@apache.org on 2022/08/17 01:54:56 UTC

[inlong] branch master updated (d610dbc45 -> 27f03ca44)

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

leezng pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/inlong.git


    from d610dbc45 [INLONG-5567][TubeMQ] Master start failed with NullPointerException (#5569)
     add 27f03ca44 [INLONG-5565][Dashboard] Support extended group fields (#5566)

No new revisions were added by this update.

Summary of changes:
 inlong-dashboard/src/configs/menus/index.ts        |   4 +-
 inlong-dashboard/src/configs/routes/index.tsx      |   2 +-
 inlong-dashboard/src/i18n.ts                       |   4 +-
 inlong-dashboard/src/locales/cn.json               | 195 ++++---
 inlong-dashboard/src/locales/en.json               | 195 ++++---
 inlong-dashboard/src/metas/common.ts               |  75 +++
 .../404.tsx => metas/group/extends/index.tsx}      |   8 +-
 inlong-dashboard/src/metas/group/index.tsx         | 632 +++++++++++----------
 .../GroupDashboard => metas/group}/status.tsx      |  18 +-
 .../src/pages/GroupDashboard/ExecutionLogModal.tsx |  24 +-
 .../src/pages/GroupDashboard/config.tsx            | 126 ++--
 .../src/pages/GroupDashboard/index.tsx             |   8 +-
 .../src/pages/GroupDetail/Audit/config.tsx         |  22 +-
 .../src/pages/GroupDetail/DataSources/index.tsx    |  16 +-
 .../src/pages/GroupDetail/DataSources/status.tsx   |  30 +-
 .../src/pages/GroupDetail/DataStorage/index.tsx    |  10 +-
 .../src/pages/GroupDetail/DataStorage/status.tsx   |   8 +-
 .../GroupDetail/DataStream/StreamItemModal.tsx     |  27 +-
 .../src/pages/GroupDetail/DataStream/index.tsx     |   4 +-
 .../src/pages/GroupDetail/DataStream/status.tsx    |   8 +-
 .../src/pages/GroupDetail/Info/config.tsx          |  51 +-
 .../src/pages/GroupDetail/Info/index.tsx           |   1 -
 inlong-dashboard/src/pages/GroupDetail/index.tsx   |  32 +-
 .../src/pages/ProcessDetail/Access.tsx             |   8 +-
 .../src/pages/ProcessDetail/AccessConfig.tsx       |  33 +-
 inlong-dashboard/src/router.tsx                    |   2 +-
 inlong-dashboard/src/utils/index.ts                |   4 +-
 27 files changed, 777 insertions(+), 770 deletions(-)
 create mode 100644 inlong-dashboard/src/metas/common.ts
 copy inlong-dashboard/src/{pages/Error/404.tsx => metas/group/extends/index.tsx} (84%)
 rename inlong-dashboard/src/{pages/GroupDashboard => metas/group}/status.tsx (77%)