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

[airavata-php-gateway] branch tus-integration updated (4407c6b -> 15b7a76)

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

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


    from 4407c6b  Creating sym links for input files larger that 1 GB
     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
     add 82c231f  Merge branch 'staging'
     new 15b7a76  Merge branch 'master' into tus-integration

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 'master' into tus-integration

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

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

commit 15b7a7690c4f914ac5e382f840c1c7daf3ac23fa
Merge: 4407c6b 82c231f
Author: Marcus Christie <ma...@iu.edu>
AuthorDate: Sun Jun 2 15:22:49 2019 -0400

    Merge branch 'master' into tus-integration

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