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/02/20 16:53:40 UTC

[airavata] branch group-based-auth updated (4c4e817 -> 7b67c1a)

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 4c4e817  AIRAVATA-2678 Sharing Registry to only list MULTI_USER groups
     add 4b24b97  Adding groups to Applications
     add 9eb062c  Merge remote-tracking branch 'upstream/develop' into develop
     add 3778d1a  Modified the getAllAppModules() method
     add 9f2d387  Adding check while Launching Experiment
     add 04ee2f2  Changing permission check to READ
     add f96894c  Requested changes made
     add b64b828  Requested changes made (2)
     add fc363c9  Modified AppDeploymentTest.java
     add 8c90a50  Merge remote-tracking branch 'upstream/develop' into develop
     add a997832  Merge remote-tracking branch 'upstream/develop' into develop
     add 28d91cb  Merge remote-tracking branch 'upstream/develop' into develop
     add aaffede  Merge remote-tracking branch 'upstream/develop' into develop
     add 43415f3  Merge remote-tracking branch 'upstream/develop' into develop
     add 4dd82ae  Added new getAccessibleApplicationDeployments(), getAccessibleAppModules() methods
     add ba8ad4e  Making interface changes
     add 9411399  Adding changes to entity creation for Application Deployments
     add 8cbbda8  Adding application deployments to everyone group
     add 25b5a0c  Merging with upstream
     new 7b67c1a  Merge pull request #165 from tilaks26/AIRAVATA-2601

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  |  117 +-
 .../java/org/apache/airavata/api/Airavata.java     | 5776 +++++++++++++++-----
 .../airavata/model/user/CustomDashboard.java       |    4 +-
 .../catalog/impl/ApplicationDeploymentImpl.java    |    3 +-
 .../app/catalog/impl/ApplicationInterfaceImpl.java |    3 +-
 .../catalog/resources/AppCatAbstractResource.java  |    3 +
 .../catalog/resources/AppDeploymentResource.java   |   10 +-
 .../app/catalog/resources/AppModuleResource.java   |    6 +
 .../app/catalog/util/AppCatalogQueryGenerator.java |    8 +-
 .../airavata/app/catalog/AppDeploymentTest.java    |    4 +-
 .../registry/cpi/ApplicationDeployment.java        |   13 +
 .../registry/cpi/ApplicationInterface.java         |   13 +
 .../api/service/handler/RegistryServerHandler.java |   55 +
 .../airavata/registry/api/RegistryService.java     | 4981 ++++++++++++-----
 .../migrator/airavata/AiravataDataMigrator.java    |   43 +
 .../airavata-apis/airavata_api.thrift              |   37 +
 .../component-cpis/registry-api.thrift             |   35 +
 17 files changed, 8419 insertions(+), 2692 deletions(-)

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

[airavata] 01/01: Merge pull request #165 from tilaks26/AIRAVATA-2601

Posted by ma...@apache.org.
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 7b67c1a8b7971a720b3ca931e9c4baf70e429d50
Merge: 4c4e817 25b5a0c
Author: Marcus Christie <ma...@iu.edu>
AuthorDate: Tue Feb 20 11:53:38 2018 -0500

    Merge pull request #165 from tilaks26/AIRAVATA-2601
    
    [AIRAVATA-2601] Adding groups to Applications

 .../api/server/handler/AiravataServerHandler.java  |  117 +-
 .../java/org/apache/airavata/api/Airavata.java     | 5776 +++++++++++++++-----
 .../airavata/model/user/CustomDashboard.java       |    4 +-
 .../catalog/impl/ApplicationDeploymentImpl.java    |    3 +-
 .../app/catalog/impl/ApplicationInterfaceImpl.java |    3 +-
 .../catalog/resources/AppCatAbstractResource.java  |    3 +
 .../catalog/resources/AppDeploymentResource.java   |   10 +-
 .../app/catalog/resources/AppModuleResource.java   |    6 +
 .../app/catalog/util/AppCatalogQueryGenerator.java |    8 +-
 .../airavata/app/catalog/AppDeploymentTest.java    |    4 +-
 .../registry/cpi/ApplicationDeployment.java        |   13 +
 .../registry/cpi/ApplicationInterface.java         |   13 +
 .../api/service/handler/RegistryServerHandler.java |   55 +
 .../airavata/registry/api/RegistryService.java     | 4981 ++++++++++++-----
 .../migrator/airavata/AiravataDataMigrator.java    |   43 +
 .../airavata-apis/airavata_api.thrift              |   37 +
 .../component-cpis/registry-api.thrift             |   35 +
 17 files changed, 8419 insertions(+), 2692 deletions(-)

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