You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airavata.apache.org by sm...@apache.org on 2019/09/03 13:43:33 UTC

[airavata-custos] 38/45: Merge pull request #8 from aarushiibisht/custos_sharing_registry_changes

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

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

commit 0a94161b8162cd8f4e53cbf71fb54fe9b7d3f76d
Merge: b211e6d 7534acb
Author: Aarushi Bisht <39...@users.noreply.github.com>
AuthorDate: Mon Sep 2 19:48:09 2019 -0400

    Merge pull request #8 from aarushiibisht/custos_sharing_registry_changes
    
    Custos sharing registry changes

 custos-commons/pom.xml                             |   6 +
 .../exceptions/ServiceConnectionException.java     |  11 +
 .../custos/commons/utils/ServiceRequest.java       |  36 -
 .../custos/commons/utils/ServiceRequestClient.java | 101 +++
 .../src/main/resources/custos-server.properties    |  10 +-
 .../group-profile-core/pom.xml                     |  23 +
 .../service/core/service/GroupProfileService.java  | 730 ++++++++++-----------
 custos-profile-service/pom.xml                     |   1 +
 custos-sharing-registry-service/pom.xml            |   5 +-
 .../sharing-service-api/pom.xml                    |   6 +
 .../custos/sharing/service/api/AppConfig.java      |  15 -
 .../custos/sharing/service/api/Application.java    |   2 +-
 .../api/constants/SharingRegistryEndpoints.java    |  88 ++-
 .../service/api/controllers/AccessController.java  |  31 +-
 .../service/api/controllers/DomainsController.java |  43 +-
 .../service/api/controllers/EntityController.java  |  49 +-
 .../api/controllers/EntityTypeController.java      |  37 +-
 .../service/api/controllers/GroupController.java   |  85 ++-
 .../api/controllers/PermissionTypeController.java  |  38 +-
 .../service/api/controllers/UsersController.java   |  36 +-
 .../src/main/resources/application.properties      |   2 +
 .../sharing-service-core/pom.xml                   |  39 +-
 .../service/core/db/entities/DomainEntity.java     |   1 -
 .../core/db/repositories/EntityRepository.java     |   2 +-
 .../sharing/service/core/db/utils/JPAUtils.java    |   2 +-
 .../custos/sharing/service/core/models/Domain.java |  21 +-
 .../custos/sharing/service/core/models/Entity.java |  39 +-
 .../sharing/service/core/models/EntityType.java    |  23 +-
 .../service/core/models/GroupMembership.java       |  12 +-
 .../service/core/models/PermissionType.java        |  21 +-
 .../sharing/service/core/models/Sharing.java       |  12 +-
 .../custos/sharing/service/core/models/User.java   |  33 +-
 .../sharing/service/core/models/UserGroup.java     |  30 +-
 .../core/service/SharingRegistryService.java       |  42 +-
 .../src/main/resources/META-INF/persistence.xml    |  16 +
 .../database_scripts/sharing-registry-derby.sql    | 147 +++++
 .../database_scripts/sharing-registry-mysql.sql    | 146 +++++
 .../database_scripts/init/01-databases.sql         | 187 +++---
 .../database_scripts/sharing-registry-mysql.sql    | 146 +++++
 ide-integration/pom.xml                            |   8 +-
 .../custos-authentication-service-samples/pom.xml  |   2 +-
 .../samples/custos-profile-service-samples/pom.xml |   2 +-
 pom.xml                                            |   5 +
 .../sharing-service/sharing-cpi/sharing_cpi.thrift | 274 --------
 .../sharing-models/sharing_models.thrift           | 303 ---------
 45 files changed, 1520 insertions(+), 1348 deletions(-)