You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@airavata.apache.org by tilaks26 <gi...@git.apache.org> on 2017/06/09 19:07:05 UTC

[GitHub] airavata issue #111: [AIRAVATA-2385] Checking for duplicate gateway request

Github user tilaks26 commented on the issue:

    https://github.com/apache/airavata/pull/111
  
    Changes made in the new commit - 
    
    Added new method checkDuplicateGateway() in TenantProfileServiceHandler.java to identify duplicate requests for Gateway Ids that have already been approved
    
    Modified FIND_GATEWAY_BY_ID in QueryConstants.java to return only Approved Gateways
    
    Added new method getAllGatewaysForUser() in TenantProfileServiceHandler.java as a Thrift service to display gateways belonging to a particular user
    Added new method getAllGatewaysForUser() in TenantProfileRepository.java to retrieve the GET_USER_GATEWAYS query result
    Modified profile_tenant_cpi.thrift to include getAllGatewaysForUser() and generated the stubs to reflect in Iface (TenantProfileService.java)
    Added GET_USER_GATEWAYS in QueryContsants.java to return all Gateways belonging to a particular user
    
    Modified workspace_model.thrift to expose the Gateway's airavataInternalId to Update and Delete Gateways and generated the stubs to reflect in Gateway.java
    Modified deleteGateway() in profile_tenant_cpi.thrift to accept the airavataInternalId as a parameter and generated the stubs to reflect in Iface (TenantProfileService.java)


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---