You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airavata.apache.org by is...@apache.org on 2020/12/01 14:03:01 UTC

[airavata-custos] branch develop updated (994f7b2 -> 0d574c3)

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

isjarana pushed a change to branch develop
in repository https://gitbox.apache.org/repos/asf/airavata-custos.git.


    from 994f7b2  Merge pull request #124 from isururanawaka/vault_ssl
     new 7d53ba2  Add direct custos groups creation
     new 8804484  Add direct custos groups methods in client
     new 0d574c3  Merge pull request #125 from isururanawaka/group_management

The 312 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:
 .../management/client/GroupManagementClient.java   | 166 +++++++++++--
 .../persistance/repository/GroupRepository.java    |   2 +
 .../user/profile/service/UserProfileService.java   |   7 +-
 .../src/main/proto/UserProfileService.proto        |   1 +
 .../src/main/resources/group-management-service.pb | Bin 117987 -> 120550 bytes
 .../interceptors/ClientAuthInterceptorImpl.java    |  50 +---
 .../management/interceptors/InputValidator.java    |   2 +-
 .../management/service/GroupManagementService.java | 261 ++++++++++++++++-----
 .../src/main/proto/GroupManagementService.proto    |  77 +++++-
 9 files changed, 433 insertions(+), 133 deletions(-)