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

[6/6] airavata git commit: Replaced hyphens with underscores for thrift file names

Replaced hyphens with underscores for thrift file names


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

Branch: refs/heads/master
Commit: 068c18b970fc8cd181610eae5dab75d9a51bf5d6
Parents: f742ebd
Author: Suresh Marru <sm...@apache.org>
Authored: Thu Jun 11 12:48:14 2015 -0400
Committer: Suresh Marru <sm...@apache.org>
Committed: Thu Jun 11 12:48:14 2015 -0400

----------------------------------------------------------------------
 .../airavata-api/airavata-api.thrift            | 2079 ------------------
 .../airavata-api/airavata-data-models.thrift    |   38 -
 .../airavata-api/airavata-errors.thrift         |  172 --
 .../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 -
 .../airavata-api/app_catalog_models.thrift      |   24 +
 .../application-deployment-model.thrift         |  132 --
 .../application-interface-model.thrift          |  146 --
 .../application_deployment_model.thrift         |  132 ++
 .../application_interface_model.thrift          |  146 ++
 .../airavata-api/compute-resource-model.thrift  |  445 ----
 .../airavata-api/compute_resource_model.thrift  |  445 ++++
 .../airavata-api/experiment-model.thrift        |  422 ----
 .../airavata-api/experiment_model.thrift        |  422 ++++
 .../gateway-resource-profile-model.thrift       |   83 -
 .../gateway_resource_profile_model.thrift       |   83 +
 .../airavata-api/messaging-events.thrift        |  149 --
 .../airavata-api/messaging_events.thrift        |  149 ++
 .../airavata-api/security-model.thrift          |   35 -
 .../airavata-api/security_model.thrift          |   35 +
 .../airavata-api/workflow-api.thrift            |   82 -
 .../airavata-api/workflow-data-model.thrift     |   43 -
 .../airavata-api/workflow_api.thrift            |   82 +
 .../airavata-api/workflow_data_model.thrift     |   43 +
 .../airavata-api/workspace-model.thrift         |   63 -
 .../airavata-api/workspace_model.thrift         |   63 +
 .../generate-thrift-stubs.sh                    |   30 +-
 .../gfac-cpi/generate-gfac-stubs.sh             |    2 +-
 .../generate-orchestrator-stubs.sh              |    2 +-
 .../orchestrator.cpi.service.thrift             |    4 +-
 32 files changed, 3932 insertions(+), 3932 deletions(-)
----------------------------------------------------------------------