You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@inlong.apache.org by do...@apache.org on 2022/10/19 04:40:55 UTC

[inlong] branch master updated (16bca4245 -> eff6fa04b)

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 16bca4245 [INLONG-6197][Agent] Remove useless configuration in agent.properties (#6198)
     add eff6fa04b [INLONG-5049][Manager] Command tools add CRUD for user (#6206)

No new revisions were added by this update.

Summary of changes:
 .../inlong/manager/client/cli/CreateCommand.java   | 43 +++++++++++++++++++++
 .../inlong/manager/client/cli/DeleteCommand.java   | 25 ++++++++++++
 .../inlong/manager/client/cli/DescribeCommand.java | 25 ++++++++++++
 .../inlong/manager/client/cli/ListCommand.java     | 35 +++++++++++++++++
 .../inlong/manager/client/cli/UpdateCommand.java   | 45 ++++++++++++++++++++++
 .../cli/pojo/{GroupInfo.java => UserInfo.java}     | 13 +++----
 ...erTypeValidator.java => UserTypeValidator.java} |  9 ++---
 .../org/apache/inlong/manager/client/api/User.java |  8 ++++
 .../inlong/manager/client/api/impl/UserImpl.java   |  6 +++
 .../client/api/inner/client/UserClient.java        | 14 +++++++
 .../inlong/manager/client/api/service/UserApi.java |  3 ++
 .../inlong/manager/common/enums/UserTypeEnum.java  | 14 ++++++-
 .../manager/web/controller/UserController.java     |  8 +++-
 13 files changed, 231 insertions(+), 17 deletions(-)
 copy inlong-manager/manager-client-tools/src/main/java/org/apache/inlong/manager/client/cli/pojo/{GroupInfo.java => UserInfo.java} (82%)
 copy inlong-manager/manager-client-tools/src/main/java/org/apache/inlong/manager/client/cli/validator/{ClusterTypeValidator.java => UserTypeValidator.java} (84%)