You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airavata.apache.org by di...@apache.org on 2019/06/02 16:03:47 UTC

[airavata-php-gateway] branch master updated (6f7d3b5 -> 82c231f)

This is an automated email from the ASF dual-hosted git repository.

dimuthuupe pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/airavata-php-gateway.git.


    from 6f7d3b5  AIRAVATA-2995 Require input when file doesn't exist
     add 76782a2  Updating thrift models to support staging environment
     add 790bb23  Adding missing thrift models
     add 152fe5f  Updating thrift stubs
     add 29ad008  Looking whether job statuses are empty before reading
     new 82c231f  Merge branch 'staging'

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 app/controllers/ExperimentController.php           |     2 +-
 app/libraries/Airavata/API/Airavata.php            | 15252 ++++++++----------
 app/libraries/Airavata/API/Error/Types.php         |     2 +-
 .../API/Sharing/SharingRegistryService.php         | 15735 +++++++++++++++++++
 .../{Service/Profile => API/Sharing}/Types.php     |     4 +-
 app/libraries/Airavata/API/Types.php               |     2 +-
 .../Model/AppCatalog/AccountProvisioning/Types.php |     2 +-
 .../Model/AppCatalog/AppDeployment/Types.php       |     2 +-
 .../Model/AppCatalog/AppInterface/Types.php        |     2 +-
 .../Model/AppCatalog/ComputeResource/Types.php     |     2 +-
 .../Model/AppCatalog/GatewayProfile/Types.php      |     2 +-
 .../Model/AppCatalog/Parallelism/Types.php         |     2 +-
 .../Model/AppCatalog/StorageResource/Types.php     |     2 +-
 .../Model/AppCatalog/UserResourceProfile/Types.php |     2 +-
 .../Airavata/Model/Application/Io/Types.php        |     2 +-
 app/libraries/Airavata/Model/Commons/Types.php     |     2 +-
 .../Airavata/Model/Credential/Store/Types.php      |     2 +-
 .../Airavata/Model/Data/Movement/Types.php         |     2 +-
 .../Airavata/Model/Data/Replica/Types.php          |     2 +-
 app/libraries/Airavata/Model/Dbevent/Types.php     |     2 +-
 app/libraries/Airavata/Model/Experiment/Types.php  |     2 +-
 app/libraries/Airavata/Model/Group/Types.php       |     2 +-
 app/libraries/Airavata/Model/Job/Types.php         |     2 +-
 .../Airavata/Model/Messaging/Event/Types.php       |     2 +-
 app/libraries/Airavata/Model/Process/Types.php     |     2 +-
 app/libraries/Airavata/Model/Scheduling/Types.php  |     2 +-
 app/libraries/Airavata/Model/Security/Types.php    |     2 +-
 app/libraries/Airavata/Model/Sharing/Types.php     |  2481 +++
 app/libraries/Airavata/Model/Status/Types.php      |     4 +-
 app/libraries/Airavata/Model/Task/Types.php        |     2 +-
 app/libraries/Airavata/Model/Tenant/Types.php      |     2 +-
 app/libraries/Airavata/Model/Types.php             |     2 +-
 app/libraries/Airavata/Model/User/Types.php        |   662 +-
 app/libraries/Airavata/Model/Workflow/Types.php    |  2518 ---
 app/libraries/Airavata/Model/Workspace/Types.php   |     2 +-
 .../Service/Iam/Admin/Services/CPI/Error/Types.php |     2 +-
 .../Iam/Admin/Services/CPI/IamAdminServices.php    |     4 +-
 .../Service/Iam/Admin/Services/CPI/Types.php       |     2 +-
 .../{User => Groupmanager}/CPI/Error/Types.php     |    10 +-
 .../Groupmanager/CPI/GroupManagerService.php}      |  1568 +-
 .../Profile/{Tenant => Groupmanager}/CPI/Types.php |    14 +-
 .../Service/Profile/Tenant/CPI/Error/Types.php     |     2 +-
 .../Profile/Tenant/CPI/TenantProfileService.php    |     4 +-
 .../Airavata/Service/Profile/Tenant/CPI/Types.php  |     2 +-
 app/libraries/Airavata/Service/Profile/Types.php   |     2 +-
 .../Service/Profile/User/CPI/Error/Types.php       |     2 +-
 .../Airavata/Service/Profile/User/CPI/Types.php    |     2 +-
 .../Profile/User/CPI/UserProfileService.php        |     4 +-
 48 files changed, 26302 insertions(+), 12028 deletions(-)
 create mode 100644 app/libraries/Airavata/API/Sharing/SharingRegistryService.php
 copy app/libraries/Airavata/{Service/Profile => API/Sharing}/Types.php (82%)
 create mode 100644 app/libraries/Airavata/Model/Sharing/Types.php
 delete mode 100644 app/libraries/Airavata/Model/Workflow/Types.php
 copy app/libraries/Airavata/Service/Profile/{User => Groupmanager}/CPI/Error/Types.php (87%)
 copy app/libraries/Airavata/Service/{Iam/Admin/Services/CPI/IamAdminServices.php => Profile/Groupmanager/CPI/GroupManagerService.php} (61%)
 copy app/libraries/Airavata/Service/Profile/{Tenant => Groupmanager}/CPI/Types.php (57%)


[airavata-php-gateway] 01/01: Merge branch 'staging'

Posted by di...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

dimuthuupe pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/airavata-php-gateway.git

commit 82c231f5a6433a013f37d7f28323af098f5301bf
Merge: 6f7d3b5 29ad008
Author: Dimuthu Wannipurage <di...@gmail.com>
AuthorDate: Sun Jun 2 11:58:27 2019 -0400

    Merge branch 'staging'

 app/controllers/ExperimentController.php           |     2 +-
 app/libraries/Airavata/API/Airavata.php            | 15252 ++++++++----------
 app/libraries/Airavata/API/Error/Types.php         |     2 +-
 .../API/Sharing/SharingRegistryService.php         | 15735 +++++++++++++++++++
 .../{Service/Profile => API/Sharing}/Types.php     |     4 +-
 app/libraries/Airavata/API/Types.php               |     2 +-
 .../Model/AppCatalog/AccountProvisioning/Types.php |     2 +-
 .../Model/AppCatalog/AppDeployment/Types.php       |     2 +-
 .../Model/AppCatalog/AppInterface/Types.php        |     2 +-
 .../Model/AppCatalog/ComputeResource/Types.php     |     2 +-
 .../Model/AppCatalog/GatewayProfile/Types.php      |     2 +-
 .../Model/AppCatalog/Parallelism/Types.php         |     2 +-
 .../Model/AppCatalog/StorageResource/Types.php     |     2 +-
 .../Model/AppCatalog/UserResourceProfile/Types.php |     2 +-
 .../Airavata/Model/Application/Io/Types.php        |     2 +-
 app/libraries/Airavata/Model/Commons/Types.php     |     2 +-
 .../Airavata/Model/Credential/Store/Types.php      |     2 +-
 .../Airavata/Model/Data/Movement/Types.php         |     2 +-
 .../Airavata/Model/Data/Replica/Types.php          |     2 +-
 app/libraries/Airavata/Model/Dbevent/Types.php     |     2 +-
 app/libraries/Airavata/Model/Experiment/Types.php  |     2 +-
 app/libraries/Airavata/Model/Group/Types.php       |     2 +-
 app/libraries/Airavata/Model/Job/Types.php         |     2 +-
 .../Airavata/Model/Messaging/Event/Types.php       |     2 +-
 app/libraries/Airavata/Model/Process/Types.php     |     2 +-
 app/libraries/Airavata/Model/Scheduling/Types.php  |     2 +-
 app/libraries/Airavata/Model/Security/Types.php    |     2 +-
 app/libraries/Airavata/Model/Sharing/Types.php     |  2481 +++
 app/libraries/Airavata/Model/Status/Types.php      |     4 +-
 app/libraries/Airavata/Model/Task/Types.php        |     2 +-
 app/libraries/Airavata/Model/Tenant/Types.php      |     2 +-
 app/libraries/Airavata/Model/Types.php             |     2 +-
 app/libraries/Airavata/Model/User/Types.php        |   662 +-
 app/libraries/Airavata/Model/Workflow/Types.php    |  2518 ---
 app/libraries/Airavata/Model/Workspace/Types.php   |     2 +-
 .../Service/Iam/Admin/Services/CPI/Error/Types.php |     2 +-
 .../Iam/Admin/Services/CPI/IamAdminServices.php    |     4 +-
 .../Service/Iam/Admin/Services/CPI/Types.php       |     2 +-
 .../Groupmanager}/CPI/Error/Types.php              |    10 +-
 .../Groupmanager/CPI/GroupManagerService.php}      |  1568 +-
 .../Profile/{User => Groupmanager}/CPI/Types.php   |    14 +-
 .../Service/Profile/Tenant/CPI/Error/Types.php     |     2 +-
 .../Profile/Tenant/CPI/TenantProfileService.php    |     4 +-
 .../Airavata/Service/Profile/Tenant/CPI/Types.php  |     2 +-
 app/libraries/Airavata/Service/Profile/Types.php   |     2 +-
 .../Service/Profile/User/CPI/Error/Types.php       |     2 +-
 .../Airavata/Service/Profile/User/CPI/Types.php    |     2 +-
 .../Profile/User/CPI/UserProfileService.php        |     4 +-
 48 files changed, 26302 insertions(+), 12028 deletions(-)