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

[1/2] airavata-php-gateway git commit: created experiments cannot be cancelled

Repository: airavata-php-gateway
Updated Branches:
  refs/heads/master d131087f5 -> be57aed45


created experiments cannot be cancelled


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

Branch: refs/heads/master
Commit: 4f6332299c46aad51638a5e0ed6bc087f40c3d4c
Parents: d131087
Author: scnakandala <su...@gmail.com>
Authored: Thu Jan 7 13:29:07 2016 -0500
Committer: scnakandala <su...@gmail.com>
Committed: Thu Jan 7 13:29:07 2016 -0500

----------------------------------------------------------------------
 app/libraries/ExperimentUtilities.php | 1 -
 1 file changed, 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/airavata-php-gateway/blob/4f633229/app/libraries/ExperimentUtilities.php
----------------------------------------------------------------------
diff --git a/app/libraries/ExperimentUtilities.php b/app/libraries/ExperimentUtilities.php
index 72fdd74..108a1c8 100644
--- a/app/libraries/ExperimentUtilities.php
+++ b/app/libraries/ExperimentUtilities.php
@@ -812,7 +812,6 @@ class ExperimentUtilities
         }
 
         switch (ExperimentState::$__names[$experiment->experimentStatus->state]) {
-            case 'CREATED':
             case 'VALIDATED':
             case 'SCHEDULED':
             case 'LAUNCHED':


[2/2] airavata-php-gateway git commit: adding missing files

Posted by sc...@apache.org.
adding missing files


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

Branch: refs/heads/master
Commit: be57aed4599483430d6f443104886647cba2d666
Parents: 4f63322
Author: scnakandala <su...@gmail.com>
Authored: Thu Jan 7 13:31:19 2016 -0500
Committer: scnakandala <su...@gmail.com>
Committed: Thu Jan 7 13:31:19 2016 -0500

----------------------------------------------------------------------
 .gitignore                                        | 3 ++-
 app/views/partials/experiment-container.blade.php | 2 +-
 2 files changed, 3 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/airavata-php-gateway/blob/be57aed4/.gitignore
----------------------------------------------------------------------
diff --git a/.gitignore b/.gitignore
index 5cbbd4e..9ab2713 100755
--- a/.gitignore
+++ b/.gitignore
@@ -7,4 +7,5 @@ composer.lock
 .DS_Store
 Thumbs.db
 
-/app/storage
\ No newline at end of file
+/app/storage
+/themes
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/airavata-php-gateway/blob/be57aed4/app/views/partials/experiment-container.blade.php
----------------------------------------------------------------------
diff --git a/app/views/partials/experiment-container.blade.php b/app/views/partials/experiment-container.blade.php
index defae90..24b1df1 100644
--- a/app/views/partials/experiment-container.blade.php
+++ b/app/views/partials/experiment-container.blade.php
@@ -1,6 +1,6 @@
 @if ( isset($expContainer))
     @if (sizeof($expContainer) == 0)
-        @if (isset($pageNo) && $pageNo == 1) {
+        @if (isset($pageNo) && $pageNo == 1)
             {{ CommonUtilities::print_warning_message('No results found. Please try again.') }}
         @else
             {{ CommonUtilities::print_warning_message('No more results found.') }}