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

[incubator-inlong] branch master updated (556a225 -> 02f2dbc)

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

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


    from 556a225  [INLONG-2873][manager]Fix serialization problem cause request exception (#2874)
     add 02f2dbc  [INLONG-2861][dashboard] Support common data source module for DB collect (#2863)

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/i18n.ts                       |   2 +
 inlong-dashboard/src/locales/cn.json               |  19 +++
 inlong-dashboard/src/locales/en.json               |  19 +++
 .../src/pages/DataSources/CreateModal.tsx          | 115 +++++++++++++++
 .../src/pages/DataSources/DbConfig.tsx             | 162 ++++++++++++++++++++
 .../pages/{AccessDetail => }/DataSources/index.tsx | 164 ++++++++-------------
 .../{UserManagement => DataSources}/status.tsx     |  13 +-
 9 files changed, 396 insertions(+), 107 deletions(-)
 create mode 100644 inlong-dashboard/src/pages/DataSources/CreateModal.tsx
 create mode 100644 inlong-dashboard/src/pages/DataSources/DbConfig.tsx
 copy inlong-dashboard/src/pages/{AccessDetail => }/DataSources/index.tsx (50%)
 copy inlong-dashboard/src/pages/{UserManagement => DataSources}/status.tsx (86%)