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/10/27 07:23:49 UTC

[inlong] branch master updated (612231f71 -> 4da0d6900)

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 612231f71 [INLONG-6271][Sort] Unhandled update_before data in canal json in multiple sink scene (#6272)
     add 4da0d6900 [INLONG-6273][Dashboard] Support asynchronous loading of sink plugins (#6305)

No new revisions were added by this update.

Summary of changes:
 inlong-dashboard/src/metas/index.ts                |   4 +-
 .../common/SinkDefaultInfo.ts}                     |  43 ++++--
 .../NodeInfo.ts => sinks/common/SinkInfo.ts}       |   6 +-
 .../{clickhouse.tsx => defaults/Clickhouse.ts}     | 167 ++++++++++++---------
 .../src/metas/sinks/{hive.tsx => defaults/Hive.ts} | 137 +++++++++--------
 .../metas/sinks/{kafka.tsx => defaults/Kafka.ts}   |  60 ++++----
 .../src/metas/{nodes => sinks}/defaults/index.ts   |  14 +-
 .../src/metas/{nodes => sinks}/extends/index.ts    |   2 +-
 inlong-dashboard/src/metas/sinks/index.ts          | 157 +------------------
 .../src/metas/sources/defaults/index.ts            |   1 -
 .../pages/GroupDetail/DataStorage/DetailModal.tsx  |  77 ++--------
 .../src/pages/GroupDetail/DataStorage/index.tsx    |  99 ++++++------
 12 files changed, 317 insertions(+), 450 deletions(-)
 copy inlong-dashboard/src/metas/{sources/common/SourceDefaultInfo.ts => sinks/common/SinkDefaultInfo.ts} (76%)
 copy inlong-dashboard/src/metas/{nodes/common/NodeInfo.ts => sinks/common/SinkInfo.ts} (85%)
 rename inlong-dashboard/src/metas/sinks/{clickhouse.tsx => defaults/Clickhouse.ts} (79%)
 rename inlong-dashboard/src/metas/sinks/{hive.tsx => defaults/Hive.ts} (84%)
 rename inlong-dashboard/src/metas/sinks/{kafka.tsx => defaults/Kafka.ts} (75%)
 copy inlong-dashboard/src/metas/{nodes => sinks}/defaults/index.ts (74%)
 copy inlong-dashboard/src/metas/{nodes => sinks}/extends/index.ts (93%)