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

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

commit e52034785268b329433a84f189b336d5051b6fd9
Merge: 24aa025 6482253
Author: Marcus Christie <machr...@iu.edu>
AuthorDate: Thu Apr 12 14:31:52 2018 -0400

    Merge pull request #182 from sachinkariyattin/registry-refactoring
    
    [AIRAVATA-2619] Refactoring App Catalog implementation - StorageResource

 .../StorageResourceDescription.java                | 204 +++++++++++++-
 .../model/data/movement/DataMovementInterface.java | 307 ++++++++++++++++++++-
 .../appcatalog/StorageInterfaceEntity.java         |  53 +++-
 .../entities/appcatalog/StorageInterfacePK.java    |   4 +-
 .../entities/appcatalog/StorageResourceEntity.java |  54 ++--
 .../appcatalog/ComputeResourceRepository.java      |  10 +-
 .../appcatalog/StorageResourceRepository.java      | 210 ++++++++++++++
 .../airavata/registry/core/utils/DBConstants.java  |   4 +
 .../utils/DozerConverter/StorageDateConverter.java |  34 +++
 .../registry/core/utils/ObjectMapperSingleton.java |   9 +-
 .../registry/core/utils/QueryConstants.java        |   6 +
 .../src/main/resources/META-INF/persistence.xml    |   1 -
 .../src/main/resources/dozer_mapping.xml           |  18 ++
 .../appcatalog/StorageResourceRepositoryTest.java  | 151 ++++++++++
 .../api/service/handler/RegistryServerHandler.java |  28 +-
 .../data_movement_models.thrift                    |   3 +
 .../storage_resource_model.thrift                  |   2 +
 17 files changed, 1032 insertions(+), 66 deletions(-)

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

Reply via email to