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

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


    from 7a2f34588 [INLONG-5718][Manager][DataProxy] Fix log4j2 configuration 
does not take effect (#5719)
     new 5c3b457d5 [INLONG-5723][DataProxy] Fix source and sink metrics are 
incorrect when msgType equals 5. (#5728)
     new edde3d996 [INLONG-5712][Sort] Fix class not found in Elasticsearch 6 
connector for producting (#5717)
     new 2afe325af [INLONG-5729][Manager] Fix the failure of suspending or 
restarting the sources (#5730)
     new 221853ec9 [INLONG-5731][Dashboard] Add data node management (#5732)

The 4 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 inlong-dashboard/src/configs/menus/index.ts        |  4 +
 inlong-dashboard/src/configs/routes/index.tsx      | 10 +--
 inlong-dashboard/src/i18n.ts                       |  2 +
 inlong-dashboard/src/locales/cn.json               |  8 ++
 inlong-dashboard/src/locales/en.json               |  8 ++
 inlong-dashboard/src/metas/common.ts               |  5 +-
 .../metas/{clusters/TubeMQ.tsx => nodes/hive.tsx}  | 33 ++++----
 inlong-dashboard/src/metas/nodes/index.tsx         | 87 ++++++++++++++++++++++
 .../CreateModal.tsx => Nodes/DetailModal.tsx}      | 18 ++---
 .../src/pages/{Clusters => Nodes}/index.tsx        | 56 +++++---------
 .../dataproxy/source/ServerMessageHandler.java     | 44 ++++++-----
 .../manager/client/api/impl/InlongGroupImpl.java   | 51 +++++--------
 .../inlong/manager/pojo/group/InlongGroupInfo.java |  4 +-
 .../manager/pojo/group/InlongGroupRequest.java     |  4 +-
 .../main/resources/h2/apache_inlong_manager.sql    |  2 +-
 .../manager-web/sql/apache_inlong_manager.sql      | 18 ++---
 .../sort-connectors/elasticsearch-6/pom.xml        |  2 +-
 .../sort-connectors/elasticsearch-7/pom.xml        |  1 +
 inlong-sort/sort-connectors/hbase/pom.xml          |  1 +
 inlong-sort/sort-core/pom.xml                      |  6 ++
 .../sort/parser/Elasticsearch6SqlParseTest.java    | 13 ++--
 .../sort/parser/Elasticsearch7SqlParseTest.java    | 14 ++--
 .../sort/parser/ElasticsearchSqlParseTest.java     | 18 +++--
 pom.xml                                            |  1 +
 24 files changed, 245 insertions(+), 165 deletions(-)
 copy inlong-dashboard/src/metas/{clusters/TubeMQ.tsx => nodes/hive.tsx} (63%)
 create mode 100644 inlong-dashboard/src/metas/nodes/index.tsx
 copy inlong-dashboard/src/pages/{Clusters/CreateModal.tsx => 
Nodes/DetailModal.tsx} (86%)
 copy inlong-dashboard/src/pages/{Clusters => Nodes}/index.tsx (72%)
 copy 
inlong-sdk/dataproxy-sdk/src/test/java/org/apache/inlong/sdk/dataproxy/UtilsTest.java
 => 
inlong-sort/sort-core/src/test/java/org/apache/inlong/sort/parser/Elasticsearch6SqlParseTest.java
 (71%)
 copy 
inlong-sdk/dataproxy-sdk/src/test/java/org/apache/inlong/sdk/dataproxy/UtilsTest.java
 => 
inlong-sort/sort-core/src/test/java/org/apache/inlong/sort/parser/Elasticsearch7SqlParseTest.java
 (71%)

Reply via email to