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

[incubator-inlong] branch master updated (da1bf09c3 -> 47111b4b6)

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

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


    from da1bf09c3 [INLONG-4516][Manager] Get the MQ cluster for data proxy from the inlong cluster table (#4517)
     add 47111b4b6 [INLONG-4523][Dashboard] Support clusters management module (#4524)

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      |   5 +
 inlong-dashboard/src/locales/cn.json               |   7 +
 inlong-dashboard/src/locales/en.json               |   7 +
 .../{DataSources => Clusters}/CreateModal.tsx      |  79 +++++------
 .../index.ts => pages/Clusters/config/Pulsar.tsx}  |  23 +++-
 .../src/pages/Clusters/config/index.tsx            |  94 +++++++++++++
 .../src/pages/Clusters/config/types.ts             |  11 +-
 .../src/pages/{DataSources => Clusters}/index.tsx  | 146 ++++++++++-----------
 9 files changed, 246 insertions(+), 130 deletions(-)
 copy inlong-dashboard/src/pages/{DataSources => Clusters}/CreateModal.tsx (61%)
 copy inlong-dashboard/src/{components/PageContainer/index.ts => pages/Clusters/config/Pulsar.tsx} (68%)
 create mode 100644 inlong-dashboard/src/pages/Clusters/config/index.tsx
 copy inlong-sdk/sort-sdk/src/main/java/org/apache/inlong/sdk/sort/api/SysConstants.java => inlong-dashboard/src/pages/Clusters/config/types.ts (75%)
 copy inlong-dashboard/src/pages/{DataSources => Clusters}/index.tsx (60%)