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 a08a0b28f2 [INLONG-8576][DataProxy] Adjust handling when messages are
incomplete (#8577)
new f48e05853e [INLONG-8572][Manager] Fix missing information in
InlongStreamBriefInfo (#8573)
new 1d93f8b5a9 [INLONG-8567][Manager] Add new role INLONG_SERVICE for
internal service query (#8568)
The 2 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:
.../dao/interceptor/MultiTenantInterceptor.java | 50 ++++++-
.../resources/mappers/DataNodeEntityMapper.xml | 68 ++++++---
.../mappers/InlongClusterEntityMapper.xml | 76 +++++++---
.../mappers/InlongClusterTagEntityMapper.xml | 45 ++++--
.../mappers/InlongConsumeEntityMapper.xml | 92 ++++++++----
.../resources/mappers/InlongGroupEntityMapper.xml | 155 +++++++++++++++------
.../manager/pojo/stream/InlongStreamBriefInfo.java | 39 ++++++
.../inlong/manager/pojo/user/UserRoleCode.java | 5 +
inlong-manager/manager-service/pom.xml | 2 +-
.../service/core/impl/SortSourceServiceImpl.java | 2 +-
.../service/tenant/InlongTenantServiceImpl.java | 12 +-
.../service/user/TenantRoleServiceImpl.java | 2 +-
.../manager/service/sort/SortServiceImplTest.java | 18 +++
.../web/auth/tenant/TenantAuthenticatingRealm.java | 8 +-
14 files changed, 445 insertions(+), 129 deletions(-)