You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airavata.apache.org by sc...@apache.org on 2015/06/18 22:51:09 UTC

[02/17] airavata git commit: Merge branch 'master' of https://github.com/apache/airavata

Merge branch 'master' of https://github.com/apache/airavata


Project: http://git-wip-us.apache.org/repos/asf/airavata/repo
Commit: http://git-wip-us.apache.org/repos/asf/airavata/commit/6b1f4bd8
Tree: http://git-wip-us.apache.org/repos/asf/airavata/tree/6b1f4bd8
Diff: http://git-wip-us.apache.org/repos/asf/airavata/diff/6b1f4bd8

Branch: refs/heads/master
Commit: 6b1f4bd8fb74abf1cfdb3e63c351db050a3f5e03
Parents: 314fa63 f742ebd
Author: Supun Nakandala <sc...@apache.org>
Authored: Thu Jun 11 20:26:48 2015 +0530
Committer: Supun Nakandala <sc...@apache.org>
Committed: Thu Jun 11 20:26:48 2015 +0530

----------------------------------------------------------------------
 .../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(-)
----------------------------------------------------------------------