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 563f625  Merge branch 'develop' into group-based-auth
     add 50cd75f  Adding Migrator class to create everyone group in all domains
     add 5fe2c6f  Modified createUser() to add new user to everyone group
     add 6eaa693  Merge remote-tracking branch 'upstream/group-based-auth' into 
group-based-auth
     add 264c8d4  Merge remote-tracking branch 'upstream/group-based-auth' into 
group-based-auth
     add 978fafb  Creating a default everyone group when adding a new gateway
     add 630348c  Merge remote-tracking branch 'upstream/group-based-auth' into 
group-based-auth
     add 4c8902d  Refer PR comment for the commit details
     add da26401  Merge remote-tracking branch 'upstream/group-based-auth' into 
group-based-auth
     add 2c87d35  Corrected the everyone group's ownerID assignment
     add a3dcf67  Rectifying some assignments
     add bc32736  Making requested changes
     add f245813  Making changes to Tests
     add c76f9ac  Adding registry-stubs dependency for the data migrator
     add fb0944c  Fixing build error
     add 2e5563c  Modified Sharing Registry tests and Data Migrator
     add e6bed20  Removing unwanted dependency
     add 584cda3  Merge remote-tracking branch 'upstream/group-based-auth' into 
group-based-auth
     new 24aa025  Merge pull request #168 from tilaks26/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:
 .../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
[email protected].

Reply via email to