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/inlong.git
from e8eb4142b [INLONG-5154][Doc] Update the architecture image (#5155)
add 589f2147b [INLONG-5114][Manager] Add role permission verification
function (#5118)
No new revisions were added by this update.
Summary of changes:
.../manager/common/consts/InlongConstants.java | 2 +
.../common/pojo/user/PasswordChangeRequest.java | 34 -------
.../inlong/manager/common/pojo/user/UserInfo.java | 6 +-
.../inlong/manager/common/util/Preconditions.java | 21 ++++
.../service/cluster/InlongClusterService.java | 12 ++-
.../service/cluster/InlongClusterServiceImpl.java | 67 ++++++++++++-
.../inlong/manager/service/core/UserService.java | 13 +--
.../manager/service/core/impl/UserServiceImpl.java | 109 ++++++++++++---------
.../service/cluster/InlongClusterServiceTest.java | 7 +-
.../manager/web/auth/WebAuthorizingRealm.java | 2 +-
.../web/controller/InlongClusterController.java | 12 ++-
.../manager/web/controller/UserController.java | 10 +-
.../controller/openapi/OpenClusterController.java | 2 +-
.../core/impl/WorkflowQueryServiceImpl.java | 15 +--
14 files changed, 185 insertions(+), 127 deletions(-)
delete mode 100644
inlong-manager/manager-common/src/main/java/org/apache/inlong/manager/common/pojo/user/PasswordChangeRequest.java