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

[airavata] 01/01: Merge pull request #168 from tilaks26/group-based-auth

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

machristie pushed a commit to branch group-based-auth
in repository https://gitbox.apache.org/repos/asf/airavata.git

commit 24aa025a548df30f66402d52d12d06f3732ed630
Merge: 563f625 584cda3
Author: Marcus Christie <ma...@iu.edu>
AuthorDate: Thu Mar 8 14:14:12 2018 -0500

    Merge pull request #168 from tilaks26/group-based-auth
    
    [AIRAVATA-2662] Adding Migrator class to create everyone group in all domains

 .../api/server/handler/AiravataServerHandler.java  |   69 +-
 .../catalog/impl/ApplicationDeploymentImpl.java    |    5 +-
 .../app/catalog/impl/ApplicationInterfaceImpl.java |    5 +-
 .../catalog/resources/AppDeploymentResource.java   |   18 +-
 .../app/catalog/resources/AppModuleResource.java   |   24 +-
 .../airavata/app/catalog/AppDeploymentTest.java    |    4 +-
 .../app/catalog/AppModuleResourceTest.java         |    3 +-
 .../registry/cpi/ApplicationDeployment.java        |    5 +-
 .../registry/cpi/ApplicationInterface.java         |    5 +-
 .../api/service/handler/RegistryServerHandler.java |   10 +-
 .../airavata/registry/api/RegistryService.java     | 1492 ++++++++++++--------
 .../sharing-registry/sharing-data-migrator/pom.xml |   20 +
 .../migrator/airavata/AiravataDataMigrator.java    |  140 +-
 .../db/repositories/AbstractRepository.java        |    7 +-
 .../server/SharingRegistryServerHandler.java       |   20 +
 .../registry/SharingRegistryServerHandlerTest.java |   50 +-
 .../registry/SharingRegistryServiceTest.java       |    2 +-
 .../component-cpis/registry-api.thrift             |    6 +-
 18 files changed, 1226 insertions(+), 659 deletions(-)

-- 
To stop receiving notification emails like this one, please contact
machristie@apache.org.