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 2022/03/04 10:21:43 UTC

[incubator-inlong] branch master updated (9357d2a -> 8c6dbbb)

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 9357d2a  [INLONG-2904] Fix StreamSourceEntityMapper handling mistakes #2905
     add 8c6dbbb  [INLONG-2895][Dashboard] The data source in the inlong stream supports binlog collection (#2896)

No new revisions were added by this update.

Summary of changes:
 .../AccessHelper/DataSourcesEditor/CreateModal.tsx |  72 +++++--
 .../AccessHelper/DataSourcesEditor/index.tsx       |   8 +-
 .../AccessHelper/FieldsConfig/dataFields.tsx       |  31 ++-
 .../src/components/MetaData/DataSourcesDb.ts       | 238 +++++++++++++++++++++
 .../src/components/MetaData/DataSourcesFile.ts     |  34 ++-
 inlong-dashboard/src/locales/cn.json               |  15 ++
 inlong-dashboard/src/locales/en.json               |  19 +-
 .../src/pages/AccessDetail/DataSources/index.tsx   |  14 +-
 inlong-dashboard/src/utils/metaData.ts             |   8 +-
 9 files changed, 390 insertions(+), 49 deletions(-)
 create mode 100644 inlong-dashboard/src/components/MetaData/DataSourcesDb.ts