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/28 21:13:30 UTC

[airavata] 01/01: Merge pull request #185 from tilaks26/AIRAVATA-2712

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 d7e919324422a03a037e532a9ca67caf634f3720
Merge: 97c6d5c 251fed8
Author: Marcus Christie <ma...@iu.edu>
AuthorDate: Wed Mar 28 17:13:25 2018 -0400

    Merge pull request #185 from tilaks26/AIRAVATA-2712
    
    [AIRAVATA-2712] Refactoring App Catalog Implementation - UserResourceProfile

 .../UserComputeResourcePreferenceEntity.java       | 198 ++++++++++++++++++++
 .../UserComputeResourcePreferencePK.java           |  90 +++++++++
 .../appcatalog/UserResourceProfileEntity.java      | 142 ++++++++++++++
 .../entities/appcatalog/UserResourceProfilePK.java |  78 ++++++++
 .../appcatalog/UserStoragePreferenceEntity.java    | 121 ++++++++++++
 .../appcatalog/UserStoragePreferencePK.java        |  90 +++++++++
 .../UserComputeResourcePreferenceRepository.java   |  35 ++++
 .../appcatalog/UserResourceProfileRepository.java  | 207 +++++++++++++++++++++
 .../UserStoragePreferenceRepository.java           |  35 ++++
 .../airavata/registry/core/utils/DBConstants.java  |  17 ++
 .../registry/core/utils/QueryConstants.java        |  13 ++
 .../src/main/resources/META-INF/persistence.xml    |   3 +
 .../UserResourceProfileRepositoryTest.java         |  97 ++++++++++
 .../airavata/registry/cpi/UsrResourceProfile.java  |  59 +++++-
 .../api/service/handler/RegistryServerHandler.java |  79 +++-----
 15 files changed, 1201 insertions(+), 63 deletions(-)

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