You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@inlong.apache.org by do...@apache.org on 2021/11/01 06:58:25 UTC

[incubator-inlong] branch master updated (3651690 -> 43bea69)

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

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


    from 3651690  [INLONG-1722] Add IssueNavigationLink for IDEA (#1723)
     add 43bea69  [INLONG-1726][Feature] [InLong-Website] Adapt the Manager module and modify the field names of bid and dsid (#1728)

No new revisions were added by this update.

Summary of changes:
 .../AccessHelper/DataSourcesEditor/index.tsx       | 12 ++--
 .../AccessHelper/DataStorageEditor/DetailModal.tsx |  4 +-
 .../AccessHelper/DataStorageEditor/Editor.tsx      | 14 ++---
 .../{bussinessFields.tsx => businessFields.tsx}    | 40 ++++++--------
 .../AccessHelper/FieldsConfig/dataFields.tsx       | 16 +++---
 .../src/components/AccessHelper/index.ts           |  2 +-
 .../MyBusinessModal.tsx}                           | 14 ++---
 .../{BussinessSelect => BusinessSelect}/index.tsx  | 18 +++---
 .../ConsumeHelper/FieldsConfig/basicFields.tsx     | 25 ++++-----
 inlong-website/src/locales/cn.json                 | 62 ++++++++++-----------
 inlong-website/src/locales/en.json                 | 64 +++++++++++-----------
 .../{Bussiness => Business}/config.tsx             | 14 ++---
 .../AccessCreate/{Bussiness => Business}/index.tsx | 16 +++---
 .../src/pages/AccessCreate/DataStream/config.tsx   |  6 +-
 .../src/pages/AccessCreate/DataStream/helper.ts    | 24 ++++----
 .../src/pages/AccessCreate/DataStream/index.tsx    | 12 ++--
 inlong-website/src/pages/AccessCreate/index.tsx    | 16 +++---
 .../pages/AccessDashboard/ExecutionLogModal.tsx    | 12 ++--
 .../src/pages/AccessDashboard/config.tsx           |  8 +--
 inlong-website/src/pages/AccessDashboard/index.tsx | 14 ++---
 .../src/pages/AccessDetail/DataSources/index.tsx   | 16 +++---
 .../src/pages/AccessDetail/DataStorage/index.tsx   | 20 +++----
 .../AccessDetail/DataStream/StreamItemModal.tsx    | 25 +++------
 .../src/pages/AccessDetail/DataStream/config.tsx   |  8 +--
 .../src/pages/AccessDetail/DataStream/index.tsx    | 24 ++++----
 .../src/pages/AccessDetail/Info/config.tsx         |  6 +-
 .../src/pages/AccessDetail/Info/index.tsx          |  4 +-
 inlong-website/src/pages/AccessDetail/common.d.ts  |  2 +-
 inlong-website/src/pages/AccessDetail/index.tsx    |  8 +--
 .../src/pages/ApprovalDetail/AccessConfig.tsx      | 14 ++---
 .../src/pages/ApprovalDetail/ConsumeConfig.tsx     |  4 +-
 .../src/pages/Approvals/Applies/config.tsx         |  6 +-
 .../src/pages/Approvals/Approvals/config.tsx       |  6 +-
 .../src/pages/ConsumeCreate/Info/config.tsx        | 13 +----
 .../src/pages/ConsumeCreate/Info/index.tsx         | 12 ++--
 .../src/pages/ConsumeDashboard/config.tsx          |  4 +-
 .../src/pages/ConsumeDetail/Info/config.tsx        | 16 ++----
 .../src/pages/ConsumeDetail/Info/index.tsx         | 23 ++++----
 inlong-website/src/pages/UserManagement/config.tsx |  2 +-
 39 files changed, 287 insertions(+), 319 deletions(-)
 rename inlong-website/src/components/AccessHelper/FieldsConfig/{bussinessFields.tsx => businessFields.tsx} (68%)
 rename inlong-website/src/components/ConsumeHelper/{BussinessSelect/MyBussinessModal.tsx => BusinessSelect/MyBusinessModal.tsx} (86%)
 rename inlong-website/src/components/ConsumeHelper/{BussinessSelect => BusinessSelect}/index.tsx (81%)
 rename inlong-website/src/pages/AccessCreate/{Bussiness => Business}/config.tsx (73%)
 rename inlong-website/src/pages/AccessCreate/{Bussiness => Business}/index.tsx (88%)