This is an automated email from the ASF dual-hosted git repository.
machristie pushed a change to branch group-based-auth
in repository https://gitbox.apache.org/repos/asf/airavata.git.
from 7a0cce1 Don't download rpm if already downloaded
add 0237a7c AIRAVATA-2725 Adding group admin list to Group model
add f8f78c0 Merge branch 'group-based-auth' into group-based-auth
new 96c54e2 Merge pull request #198 from sachinkariyattin/group-based-auth
The 1 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:
.../registry/db/entities/GroupAdminEntity.java | 14 ++
.../registry/db/entities/UserGroupEntity.java | 12 ++
.../server/SharingRegistryServerHandler.java | 7 +
.../registry/SharingRegistryServerHandlerTest.java | 20 ++-
.../registry/SharingRegistryServiceTest.java | 33 +++-
.../sharing/registry/models/UserGroup.java | 169 ++++++++++++++++++++-
.../api-docs/sharing_models.html | 2 +
.../thrift_models/sharing_models.thrift | 4 +-
8 files changed, 248 insertions(+), 13 deletions(-)