[ 
https://issues.apache.org/jira/browse/AIRAVATA-2619?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16300883#comment-16300883
 ] 

ASF GitHub Bot commented on AIRAVATA-2619:
------------------------------------------

sachinkariyattin opened a new pull request #156: [AIRAVATA-2619] Refactoring 
App Catalog implementation - GatewayResourceProfile
URL: https://github.com/apache/airavata/pull/156
 
 
   The pull request contains the registry refactoring changes for the 
_AppCatalog->GatewayResourceProfile_. Basically a start to the registry 
refactoring task. _GatewayResourceProfileRepository_ has been implemented 
instead of the existing _Impl_ implementation and the changes have been done to 
the _RegistryServiceHandler_ to call this repository instead of the Impl.
   
   **Changes:**
   
   - Added a directory for app_catalog in the existing registry-refactoring 
module.
   - Added `GatewayResourceProfileRepository` class 
.(_app_catalog/GatewayResourceProfileRepository.java_).
   - Added `StoragePrefRepository` and `ComputePrefRepository` classes. Note 
that these classes still need to be implemented and currently have been added 
just to support the GatewayResourceProfile methods.
   - Added `AppCatalogJpaUtils ` for the app catalog entity manager  
(_JpaUtil/AppCatalogJpaUtils_).
   - Added tests for the repository methods 
`GatewayResourceProfileRepositoryTest`.
   
   **Next Steps:**
   Implement `ComputePrefRepository` and `StoragePrefRepository` methods.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


> Refactoring App Catalog implementation
> --------------------------------------
>
>                 Key: AIRAVATA-2619
>                 URL: https://issues.apache.org/jira/browse/AIRAVATA-2619
>             Project: Airavata
>          Issue Type: Sub-task
>            Reporter: Sachin Kariyattin
>            Assignee: Sachin Kariyattin
>
> The app catalog module contains the following Impl classes. 
> {quote}ApplicationDeploymentImpl
> ApplicationInterfaceImpl
> ComputeResourceImpl
> GwyResourceProfileImpl
> StorageResourceImpl
> UsrResourceProfileImpl{quote}
> This task involves creating a repository class for app catalog and include 
> all the methods from the Impl classes mentioned above. As a modular approach 
> is being followed, to start of, only methods GwyResourceProfileImpl will be 
> considered. So the RegistryServiceHandler methods only with respect to 
> GwyResourceProfileImpl will be modified. Subsequently all methods related to 
> app catalog will be refactored.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

Reply via email to