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/inlong.git
from b91a38004f [INLONG-11624][Agent] Add SQL data source (#11625)
add a510c1ac4f [INLONG-11626][Dashboard] The Data access adds COS sources
(#11628)
No new revisions were added by this update.
Summary of changes:
.../nodes/defaults/{PostgreSQL.ts => COS.ts} | 25 ++++---
.../src/plugins/nodes/defaults/index.ts | 5 ++
.../plugins/sources/defaults/{File.ts => COS.ts} | 43 +++++++++--
.../src/plugins/sources/defaults/index.ts | 5 ++
.../plugins/streams/common/StreamDefaultInfo.ts | 6 --
inlong-dashboard/src/ui/locales/cn.json | 11 +++
inlong-dashboard/src/ui/locales/en.json | 8 +-
.../src/ui/pages/GroupDetail/DataSources/index.tsx | 86 +++++++++++++--------
.../src/ui/pages/GroupDetail/DataStorage/index.tsx | 72 ++++++++++++------
.../src/ui/pages/GroupDetail/DataStream/index.tsx | 87 ++++++++++++++--------
10 files changed, 241 insertions(+), 107 deletions(-)
copy inlong-dashboard/src/plugins/nodes/defaults/{PostgreSQL.ts => COS.ts}
(78%)
copy inlong-dashboard/src/plugins/sources/defaults/{File.ts => COS.ts} (86%)