You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airavata.apache.org by nd...@apache.org on 2017/05/19 01:32:14 UTC

[1/3] airavata-php-gateway git commit: Small spacing changes

Repository: airavata-php-gateway
Updated Branches:
  refs/heads/develop 7a7e2f93f -> e338c824b


Small spacing changes


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/a4614cc2
Tree: http://git-wip-us.apache.org/repos/asf/airavata-php-gateway/tree/a4614cc2
Diff: http://git-wip-us.apache.org/repos/asf/airavata-php-gateway/diff/a4614cc2

Branch: refs/heads/develop
Commit: a4614cc22e44f5510e8d5712f481be5efd288f34
Parents: aba44b6
Author: Nipurn Doshi <ni...@gmail.com>
Authored: Sun Feb 26 21:23:29 2017 -0800
Committer: Nipurn Doshi <ni...@gmail.com>
Committed: Sun Feb 26 21:23:29 2017 -0800

----------------------------------------------------------------------
 app/views/layout/basic.blade.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/airavata-php-gateway/blob/a4614cc2/app/views/layout/basic.blade.php
----------------------------------------------------------------------
diff --git a/app/views/layout/basic.blade.php b/app/views/layout/basic.blade.php
index 3e5e396..a9e233b 100755
--- a/app/views/layout/basic.blade.php
+++ b/app/views/layout/basic.blade.php
@@ -15,7 +15,7 @@ $title = Session::get("portal-title");
     z-index:101;
 }
 .content-area{
-    margin: 20px 0;
+    margin: 20px 0 !important;
 }
 </style>
 <div class="theme-header">


[2/3] airavata-php-gateway git commit: Changes for base theme.

Posted by nd...@apache.org.
Changes for base theme.


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/0a125c13
Tree: http://git-wip-us.apache.org/repos/asf/airavata-php-gateway/tree/0a125c13
Diff: http://git-wip-us.apache.org/repos/asf/airavata-php-gateway/diff/0a125c13

Branch: refs/heads/develop
Commit: 0a125c133331c5118474947c80d7c66bdcfa991b
Parents: a4614cc
Author: Nipurn Doshi <ni...@gmail.com>
Authored: Thu May 18 18:30:11 2017 -0700
Committer: Nipurn Doshi <ni...@gmail.com>
Committed: Thu May 18 18:30:11 2017 -0700

----------------------------------------------------------------------
 app/views/home.blade.php         | 2 +-
 app/views/layout/basic.blade.php | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/airavata-php-gateway/blob/0a125c13/app/views/home.blade.php
----------------------------------------------------------------------
diff --git a/app/views/home.blade.php b/app/views/home.blade.php
index bcaf892..3d5e48b 100755
--- a/app/views/home.blade.php
+++ b/app/views/home.blade.php
@@ -83,7 +83,7 @@ if( Session::get("theme") == "base"){?>
 
         <div class="col-md-12">
     <div class="row">
-        <div class="col-md-10 col-md-offset-1 text-center breathing-spaces">
+        <div id="contact-scigap" class="col-md-10 col-md-offset-1 text-center breathing-spaces">
             <h3>Contact Us</h3>
             <div class="col-md-6">
                 <span class="glyphicon glyphicon-envelope" style="font-size:6em;"></span><br/>

http://git-wip-us.apache.org/repos/asf/airavata-php-gateway/blob/0a125c13/app/views/layout/basic.blade.php
----------------------------------------------------------------------
diff --git a/app/views/layout/basic.blade.php b/app/views/layout/basic.blade.php
index a9e233b..37b659f 100755
--- a/app/views/layout/basic.blade.php
+++ b/app/views/layout/basic.blade.php
@@ -71,7 +71,7 @@ var fullName = "{{Session::get("user-profile")["firstname"] . " " . Session::get
 
 <style>
 .theme-footer{
-	margin: 20px 0;
+	margin: 20px 0 0 0;
 }
 </style>
 


[3/3] airavata-php-gateway git commit: Merge branch 'develop' of https://git-wip-us.apache.org/repos/asf/airavata-php-gateway into develop

Posted by nd...@apache.org.
Merge branch 'develop' of https://git-wip-us.apache.org/repos/asf/airavata-php-gateway into develop


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/e338c824
Tree: http://git-wip-us.apache.org/repos/asf/airavata-php-gateway/tree/e338c824
Diff: http://git-wip-us.apache.org/repos/asf/airavata-php-gateway/diff/e338c824

Branch: refs/heads/develop
Commit: e338c824b28074fea66bbe746cba8b3c62215590
Parents: 0a125c1 7a7e2f9
Author: Nipurn Doshi <ni...@gmail.com>
Authored: Thu May 18 18:30:25 2017 -0700
Committer: Nipurn Doshi <ni...@gmail.com>
Committed: Thu May 18 18:30:25 2017 -0700

----------------------------------------------------------------------
 app/controllers/AdminController.php             |     2 +-
 app/controllers/ComputeResourceController.php   |     4 +
 app/controllers/ExperimentController.php        |   128 +-
 app/controllers/GatewayController.php           |    40 -
 app/controllers/ProjectController.php           |     8 +-
 app/libraries/Airavata/API/Airavata.php         | 11335 ++++++++++-------
 app/libraries/Airavata/API/Error/Types.php      |    82 +
 .../Model/AppCatalog/AppDeployment/Types.php    |    25 +-
 .../Model/AppCatalog/ComputeResource/Types.php  |    94 +
 .../Airavata/Model/Application/Io/Types.php     |     6 +-
 .../Airavata/Model/Data/Replica/Types.php       |   572 +-
 .../Airavata/Model/Messaging/Event/Types.php    |     2 +
 app/libraries/Airavata/Model/User/Types.php     |   279 +-
 app/libraries/ExperimentUtilities.php           |    20 +-
 app/libraries/ProjectUtilities.php              |    13 +-
 app/libraries/SharingUtilities.php              |    21 +-
 app/resources/security/idp_scigap_org.pem       |   156 +-
 app/routes.php                                  |     2 +
 app/storage/.gitignore                          |     0
 app/storage/cache/.gitignore                    |     0
 app/storage/logs/.gitignore                     |     0
 app/storage/meta/.gitignore                     |     0
 app/storage/sessions/.gitignore                 |     0
 app/storage/views/.gitignore                    |     0
 app/views/account/dashboard.blade.php           |     3 +-
 app/views/experiment/edit.blade.php             |     2 +-
 app/views/home.blade.php                        |     2 +-
 app/views/partials/deployment-block.blade.php   |    15 +
 app/views/partials/experiment-inputs.blade.php  |     3 +-
 .../partials/experiment-queue-block.blade.php   |   127 +-
 app/views/project/create.blade.php              |     1 +
 app/views/resource/edit.blade.php               |    20 +
 app/views/resource/view.blade.php               |    20 +
 public/js/sharing/share.js                      |     2 +-
 34 files changed, 7915 insertions(+), 5069 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/airavata-php-gateway/blob/e338c824/app/views/home.blade.php
----------------------------------------------------------------------