This is an automated email from the ASF dual-hosted git repository.
machristie pushed a change to branch dreg-gateway
in repository https://gitbox.apache.org/repos/asf/airavata-php-gateway.git.
from e52fc97 Merge branch 'master' into dreg-gateway
new 1fe0687 adding a prefix for output file
new c678d7c adding explanation for job failure
new 3c60e3f fix the invalid links
new fe898a2 adding document link in homepage
new 3355e29 changing document
new 62d3e66 change the link on dREG home page
new 2cdda18 update for document and faq page
new 4e8d471 change links to buttons
new 364ce0e update UI
new 6c14e1c minor change for GR paper reviewer
new 7c4ac01 dTOX 1st version
new 4024007 updates for dTOX
new 7768b4a Update dREG page
new ee3df12 Merge branch 'dreg-gateway' of
https://github.com/Danko-Lab/airavata-php-gateway into dreg-gateway
The 14 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/libraries/CommonUtilities.php | 4 +-
app/libraries/FileTransfer.php | 113 ++++---
app/routes.php | 7 +-
app/views/account/dashboard.blade.php | 2 +-
app/views/experiment/create-complete.blade.php | 2 +-
app/views/experiment/create.blade.php | 2 +-
app/views/partials/experiment-info.blade.php | 89 +++++-
public/themes/dreg/assets/img/3d-number.jpg | Bin 0 -> 67965 bytes
public/themes/dreg/assets/img/dTOX-model.png | Bin 0 -> 99342 bytes
.../themes/dreg/assets/img/dreg-dtox-gateway.png | Bin 0 -> 132589 bytes
public/themes/dreg/assets/img/dreg.exp.summary.png | Bin 52211 -> 46929 bytes
public/themes/dreg/assets/img/dregicon.png | Bin 0 -> 2128 bytes
public/themes/dreg/assets/img/dtox.create.exp.png | Bin 0 -> 17154 bytes
public/themes/dreg/assets/img/dtox.create.exp2.png | Bin 0 -> 40049 bytes
public/themes/dreg/assets/img/failure1.png | Bin 0 -> 53330 bytes
public/themes/dreg/assets/img/failure2.png | Bin 0 -> 29925 bytes
public/themes/dreg/assets/img/failure3-reason.png | Bin 0 -> 15519 bytes
public/themes/dreg/assets/img/failure3.png | Bin 0 -> 32245 bytes
public/themes/dreg/assets/img/failure4-reason.png | Bin 0 -> 17034 bytes
public/themes/dreg/assets/img/n1.png | Bin 0 -> 15718 bytes
public/themes/dreg/assets/img/n2.png | Bin 0 -> 19546 bytes
public/themes/dreg/assets/img/n3.png | Bin 0 -> 22082 bytes
public/themes/dreg/assets/img/n4.png | Bin 0 -> 19153 bytes
public/themes/dreg/partials/about.blade.php | 23 +-
public/themes/dreg/partials/doc.blade.php | 286 ++++++++++++++++--
public/themes/dreg/partials/dtox-doc.blade.php | 331 +++++++++++++++++++++
public/themes/dreg/partials/faq.blade.php | 38 ++-
public/themes/dreg/partials/header.blade.php | 11 +-
public/themes/dreg/partials/software.blade.php | 64 ++++
public/themes/dreg/partials/template.blade.php | 152 +++++++---
30 files changed, 968 insertions(+), 156 deletions(-)
mode change 100755 => 100644 app/views/partials/experiment-info.blade.php
create mode 100644 public/themes/dreg/assets/img/3d-number.jpg
create mode 100644 public/themes/dreg/assets/img/dTOX-model.png
create mode 100644 public/themes/dreg/assets/img/dreg-dtox-gateway.png
create mode 100644 public/themes/dreg/assets/img/dregicon.png
create mode 100644 public/themes/dreg/assets/img/dtox.create.exp.png
create mode 100644 public/themes/dreg/assets/img/dtox.create.exp2.png
create mode 100644 public/themes/dreg/assets/img/failure1.png
create mode 100644 public/themes/dreg/assets/img/failure2.png
create mode 100644 public/themes/dreg/assets/img/failure3-reason.png
create mode 100644 public/themes/dreg/assets/img/failure3.png
create mode 100644 public/themes/dreg/assets/img/failure4-reason.png
create mode 100644 public/themes/dreg/assets/img/n1.png
create mode 100644 public/themes/dreg/assets/img/n2.png
create mode 100644 public/themes/dreg/assets/img/n3.png
create mode 100644 public/themes/dreg/assets/img/n4.png
create mode 100755 public/themes/dreg/partials/dtox-doc.blade.php
create mode 100755 public/themes/dreg/partials/software.blade.php