Renaming thrift files to follow the style guide naming convention
Project: http://git-wip-us.apache.org/repos/asf/airavata/repo Commit: http://git-wip-us.apache.org/repos/asf/airavata/commit/f742ebde Tree: http://git-wip-us.apache.org/repos/asf/airavata/tree/f742ebde Diff: http://git-wip-us.apache.org/repos/asf/airavata/diff/f742ebde Branch: refs/heads/master Commit: f742ebde120b1b8f5d5d9ab8eadf4073320754d7 Parents: 2c6620f Author: Suresh Marru <[email protected]> Authored: Thu Jun 11 08:40:59 2015 -0400 Committer: Suresh Marru <[email protected]> Committed: Thu Jun 11 08:40:59 2015 -0400 ---------------------------------------------------------------------- .../airavata-api/airavataAPI.thrift | 2079 ------------------ .../airavata-api/airavataDataModel.thrift | 38 - .../airavata-api/airavataErrors.thrift | 172 -- .../airavata-api/appCatalogModels.thrift | 24 - .../applicationDeploymentModel.thrift | 132 -- .../applicationInterfaceModel.thrift | 146 -- .../airavata-api/computeResourceModel.thrift | 445 ---- .../airavata-api/experimentModel.thrift | 422 ---- .../gatewayResourceProfileModel.thrift | 83 - .../airavata-api/generate-thrift-files.sh | 305 --- .../airavata-api/messagingEvents.thrift | 149 -- .../airavata-api/securityModel.thrift | 35 - .../airavata-api/workflowAPI.thrift | 82 - .../airavata-api/workflowDataModel.thrift | 43 - .../airavata-api/workspaceModel.thrift | 63 - .../gfac/generate-gfac-stubs.sh | 134 -- .../gfac/gfac.cpi.service.thrift | 68 - .../gfac/gfacDataModel.thrift | 64 - .../orchestrator/generate-orchestrator-stubs.sh | 132 -- .../orchestrator.cpi.service.thrift | 78 - .../cs-thrift-descriptions/generate-cs-stubs.sh | 2 +- .../airavata-api/airavata-api.thrift | 2079 ++++++++++++++++++ .../airavata-api/airavata-data-models.thrift | 38 + .../airavata-api/airavata-errors.thrift | 172 ++ .../airavata-api/app-catalog-models.thrift | 24 + .../application-deployment-model.thrift | 132 ++ .../application-interface-model.thrift | 146 ++ .../airavata-api/compute-resource-model.thrift | 445 ++++ .../airavata-api/experiment-model.thrift | 422 ++++ .../gateway-resource-profile-model.thrift | 83 + .../airavata-api/messaging-events.thrift | 149 ++ .../airavata-api/security-model.thrift | 35 + .../airavata-api/workflow-api.thrift | 82 + .../airavata-api/workflow-data-model.thrift | 43 + .../airavata-api/workspace-model.thrift | 63 + .../generate-thrift-stubs.sh | 300 +++ .../gfac-cpi/generate-gfac-stubs.sh | 134 ++ .../gfac-cpi/gfac.cpi.service.thrift | 68 + .../gfac-cpi/gfacDataModel.thrift | 64 + .../generate-orchestrator-stubs.sh | 132 ++ .../orchestrator.cpi.service.thrift | 78 + 41 files changed, 4690 insertions(+), 4695 deletions(-) ----------------------------------------------------------------------
