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/01 18:08:22 UTC

[airavata] branch group-based-auth updated (e8a299e -> 5783ef9)

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 e8a299e  GROUP_RESOURCE_PROFILE ResourceType; only list GroupResourceProfile shared with user
     add 72e2149  Orchestrator Validator for GroupResourceProfile
     add 871b1d5  Adding condition check in the OrechestratorServerHandler
     add 1b6af5d  Addressed PR comments
     add 855bb67  PR comments
     new 5783ef9  Merge pull request #178 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:
 .../ComputeResourcePolicy.java                     |  32 ++--
 .../GroupComputeResourcePreference.java            |  40 ++---
 .../groupresourceprofile/GroupResourceProfile.java | 120 +++++++-------
 .../experiment/UserConfigurationDataModel.java     | 113 ++++++++++++-
 .../apache/airavata/model/group/ResourceType.java  |   4 +
 .../impl/GroupResourceProfileValidator.java        | 182 +++++++++++++++++++++
 .../server/OrchestratorServerHandler.java          |  14 +-
 .../catalog/impl/ExperimentRegistry.java           |   2 +
 .../catalog/model/UserConfigurationData.java       |  10 ++
 .../resources/UserConfigurationDataResource.java   |  10 ++
 .../core/experiment/catalog/resources/Utils.java   |   1 +
 .../src/main/resources/expcatalog-derby.sql        |   1 +
 .../src/main/resources/expcatalog-mysql.sql        |   1 +
 .../experiment_model.thrift                        |   1 +
 14 files changed, 430 insertions(+), 101 deletions(-)
 create mode 100644 modules/orchestrator/orchestrator-core/src/main/java/org/apache/airavata/orchestrator/core/validator/impl/GroupResourceProfileValidator.java

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

[airavata] 01/01: Merge pull request #178 from sachinkariyattin/group-based-auth

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 5783ef9c12fac630ad1087268d08e00ce03de685
Merge: e8a299e 855bb67
Author: Marcus Christie <ma...@iu.edu>
AuthorDate: Thu Mar 1 13:08:19 2018 -0500

    Merge pull request #178 from sachinkariyattin/group-based-auth
    
    [AIRAVATA-2699] Implement Group resource profile validation when launching an experiment

 .../ComputeResourcePolicy.java                     |  32 ++--
 .../GroupComputeResourcePreference.java            |  40 ++---
 .../groupresourceprofile/GroupResourceProfile.java | 120 +++++++-------
 .../experiment/UserConfigurationDataModel.java     | 113 ++++++++++++-
 .../apache/airavata/model/group/ResourceType.java  |   4 +
 .../impl/GroupResourceProfileValidator.java        | 182 +++++++++++++++++++++
 .../server/OrchestratorServerHandler.java          |  14 +-
 .../catalog/impl/ExperimentRegistry.java           |   2 +
 .../catalog/model/UserConfigurationData.java       |  10 ++
 .../resources/UserConfigurationDataResource.java   |  10 ++
 .../core/experiment/catalog/resources/Utils.java   |   1 +
 .../src/main/resources/expcatalog-derby.sql        |   1 +
 .../src/main/resources/expcatalog-mysql.sql        |   1 +
 .../experiment_model.thrift                        |   1 +
 14 files changed, 430 insertions(+), 101 deletions(-)

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