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 30d6c6445 [INLONG-3996][Sort] Sort support all migrate for database
add 14093c551 [INLONG-3946][Manager] Implement the APIs of cluster
management (#3967)
No new revisions were added by this update.
Summary of changes:
.../common/pojo/cluster/ClusterNodeRequest.java | 2 +-
.../dao/mapper/InlongClusterEntityMapper.java | 8 +
.../dao/mapper/InlongClusterNodeEntityMapper.java | 8 +
.../mappers/InlongClusterEntityMapper.xml | 54 +++++-
.../mappers/InlongClusterNodeEntityMapper.xml | 46 ++++-
.../manager/service/core/InlongClusterService.java | 2 +-
.../core/impl/InlongClusterServiceImpl.java | 192 +++++++++++++++++++--
.../core/impl/InlongClusterServiceTest.java | 146 +++++++++++++++-
.../web/controller/InlongClusterController.java | 11 +-
.../controller/openapi/DataProxyController.java | 1 -
10 files changed, 445 insertions(+), 25 deletions(-)