[3/3] airavata-php-gateway git commit: Merge branch 'dreg-gateway' of https://github.com/Danko-Lab/airavata-php-gateway into dreg-gateway

2017-03-14 Thread machristie
Merge branch 'dreg-gateway' of 
https://github.com/Danko-Lab/airavata-php-gateway into dreg-gateway


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

Branch: refs/heads/dreg-gateway
Commit: e316f92f18bb9fd8ee33a1537f3ccb2fe28ea3d7
Parents: dc0c79c 467a73d
Author: Marcus Christie 
Authored: Tue Mar 14 14:33:02 2017 -0400
Committer: Marcus Christie 
Committed: Tue Mar 14 14:33:02 2017 -0400

--
 app/libraries/ExperimentUtilities.php   |  64 +-
 app/libraries/FileTransfer.php  | 141 +++
 app/libraries/TusServer/Exception/Abort.php |  17 +
 app/libraries/TusServer/Exception/BadHeader.php |  18 +
 app/libraries/TusServer/Exception/Curl.php  |  17 +
 app/libraries/TusServer/Exception/File.php  |  17 +
 .../Exception/FileNotFoundException.php |  36 +
 .../TusServer/Exception/IOException.php |  41 +
 .../Exception/IOExceptionInterface.php  |  29 +
 app/libraries/TusServer/Exception/Max.php   |  17 +
 app/libraries/TusServer/Exception/Request.php   |  18 +
 app/libraries/TusServer/Exception/Required.php  |  18 +
 app/libraries/TusServer/FileToolsService.php| 247 +
 app/libraries/TusServer/TusServer.php   | 856 +
 app/routes.php  | 178 +---
 app/views/experiment/create-complete.blade.php  |  79 +-
 app/views/partials/experiment-inputs.blade.php  |   6 +-
 public/css/tusupload.css|  49 +
 public/js/tus.js| 917 +++
 19 files changed, 2601 insertions(+), 164 deletions(-)
--




[3/3] airavata-php-gateway git commit: Merge branch 'dreg-gateway' of https://github.com/Danko-Lab/airavata-php-gateway into dreg-gateway

2017-02-22 Thread machristie
Merge branch 'dreg-gateway' of 
https://github.com/Danko-Lab/airavata-php-gateway into dreg-gateway


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

Branch: refs/heads/dreg-gateway
Commit: dc0c79c4117c7e3ca0f54ea48e8bb06b7e8df714
Parents: 8f3d762 135022f
Author: Marcus Christie 
Authored: Wed Feb 22 11:27:36 2017 -0500
Committer: Marcus Christie 
Committed: Wed Feb 22 11:27:36 2017 -0500

--
 app/storage/.gitignore  |   1 -
 app/storage/cache/.gitignore|   2 --
 app/storage/logs/.gitignore |   2 --
 app/storage/meta/.gitignore |   2 --
 app/storage/sessions/.gitignore |   2 --
 app/storage/views/.gitignore|   2 --
 .../partials/experiment-queue-block.blade.php   |   0
 .../themes/dreg/assets/img/dreg.exp.summary.png | Bin 48376 -> 52211 bytes
 public/themes/dreg/assets/img/dreg.gbview.png   | Bin 0 -> 110820 bytes
 public/themes/dreg/partials/doc.blade.php   |  14 ++
 10 files changed, 10 insertions(+), 15 deletions(-)
--