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

vernedeng pushed a change to branch branch-1.8
in repository https://gitbox.apache.org/repos/asf/inlong.git


    from c3c448d0bf [INLONG-8522][Manager] optimize log print and status 
judgement in preProcessLabelFileTasks (#8523)
     new e88fb5aa4c [INLONG-8531][Manager] Restrict cluster permission to 
Inlong administrator (#8532)
     new b81957c3d3 [INLONG-8490][Manager] Correct the judgment logic of 
"changed". (#8536)
     new c266606e04 [INLONG-8537][Manager] Fix insert group failed (#8538)

The 3 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:
 .../manager/dao/entity/InlongClusterEntity.java    |  1 -
 .../manager/dao/entity/InlongClusterTagEntity.java |  1 -
 .../dao/mapper/InlongClusterEntityMapper.java      |  3 --
 .../dao/mapper/InlongClusterTagEntityMapper.java   |  2 -
 .../mappers/InlongClusterEntityMapper.xml          | 50 ++++++++++------------
 .../mappers/InlongClusterTagEntityMapper.xml       | 26 +++++------
 .../resources/mappers/InlongGroupEntityMapper.xml  |  8 ++--
 .../dao/mapper/InlongClusterEntityMapperTest.java  | 23 ----------
 .../manager/pojo/cluster/ClusterPageRequest.java   |  3 --
 .../manager/pojo/cluster/ClusterRequest.java       |  4 --
 .../pojo/cluster/ClusterTagPageRequest.java        |  3 --
 .../manager/pojo/cluster/ClusterTagRequest.java    |  4 --
 .../service/resource/sink/ck/ClickHouseConfig.java |  6 +--
 .../service/core/impl/AgentServiceTest.java        |  2 +
 .../main/resources/h2/apache_inlong_manager.sql    |  2 -
 .../manager-web/sql/apache_inlong_manager.sql      |  5 +--
 inlong-manager/manager-web/sql/changes-1.8.0.sql   | 14 +-----
 .../web/controller/InlongClusterController.java    | 23 +++++-----
 18 files changed, 56 insertions(+), 124 deletions(-)

Reply via email to