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 2018/11/08 06:17:15 UTC

[airavata] branch master updated (caf34aa -> 2d84196)

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.git.


    from caf34aa  Added Hubzero and saverx gateways to pga-scigap-prod.yml list
     add e1ccbf8  Initial data flow to handle string output type
     add 367a68a  Validating output file size before reading to avoid OOM issues
     add 04d4640  Checking whether argument contains inside each line of output file
     add 9c4f74e  Merge branch 'master' of https://github.com/apache/airavata into AIRAVATA-2625-FIX
     add 21c3a59  Getting file size and validating before downloading
     add 356049e  Merge branch 'master' into AIRAVATA-2625-FIX
     add aeb78ac  Changing the string output type file destination to search query field
     add fa161fd  Fixing typo
     new 2d84196  Merge pull request #184 from DImuthuUpe/AIRAVATA-2625-FIX

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:
 .../org/apache/airavata/gfac/core/GFacUtils.java   |  48 ++--
 .../airavata/gfac/core/cluster/RemoteCluster.java  |   9 +
 .../airavata/gfac/impl/BESRemoteCluster.java       |   5 +
 .../airavata/gfac/impl/HPCRemoteCluster.java       |   9 +-
 .../airavata/gfac/impl/LocalRemoteCluster.java     |  14 ++
 .../org/apache/airavata/gfac/impl/SSHUtils.java    |  39 +++
 .../airavata/gfac/impl/task/SCPDataStageTask.java  | 277 +++++++++++++++------
 .../airavata/gfac/server/GfacServerHandler.java    |   4 +-
 .../cpi/impl/SimpleOrchestratorImpl.java           |   5 +
 9 files changed, 315 insertions(+), 95 deletions(-)


[airavata] 01/01: Merge pull request #184 from DImuthuUpe/AIRAVATA-2625-FIX

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.git

commit 2d84196b073e4f17ff1e5375215efb9f12aa3f90
Merge: caf34aa fa161fd
Author: Dimuthu <di...@gmail.com>
AuthorDate: Thu Nov 8 01:17:10 2018 -0500

    Merge pull request #184 from DImuthuUpe/AIRAVATA-2625-FIX
    
    Fixing Airavata 2625 : Derive and present Text outputs in Experiment summary

 .../org/apache/airavata/gfac/core/GFacUtils.java   |  48 ++--
 .../airavata/gfac/core/cluster/RemoteCluster.java  |   9 +
 .../airavata/gfac/impl/BESRemoteCluster.java       |   5 +
 .../airavata/gfac/impl/HPCRemoteCluster.java       |   9 +-
 .../airavata/gfac/impl/LocalRemoteCluster.java     |  14 ++
 .../org/apache/airavata/gfac/impl/SSHUtils.java    |  39 +++
 .../airavata/gfac/impl/task/SCPDataStageTask.java  | 277 +++++++++++++++------
 .../airavata/gfac/server/GfacServerHandler.java    |   4 +-
 .../cpi/impl/SimpleOrchestratorImpl.java           |   5 +
 9 files changed, 315 insertions(+), 95 deletions(-)