You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airavata.apache.org by ma...@apache.org on 2021/09/16 22:56:39 UTC

[airavata-django-portal] branch delta-topology-workshop updated (8ede6d9 -> d9736be)

This is an automated email from the ASF dual-hosted git repository.

machristie pushed a change to branch delta-topology-workshop
in repository https://gitbox.apache.org/repos/asf/airavata-django-portal.git.


    from 8ede6d9  Check if job is ACTIVE and VNC web page exists before displaying VNC URL
     add 1924b7b  AIRAVATA-3497 JS utility code for loading an input or output file
     add e415a97  AIRAVATA-3497 Utility for downloading a data product
     add e1bf066  AIRAVATA-3497 tutorial: updating how to download output file with ExperimentUtils
     add 9763265  AIRAVATA-3497 Updated tutorial to use async/await syntax
     add 90d08ed  Merge branch 'airavata-3497'
     add 84db898  AIRAVATA-3383 Fix creating the GATEWAY_DATA_STORE_REMOTE_API setting
     add ce2da1d  AIRAVATA-3509 When parsed slider value changes, update the value
     new d9736be  Merge branch 'master' into delta-topology-workshop

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:
 .../django_airavata_api/js/models/Experiment.js    |   8 +
 .../js/utils/ExperimentUtils.js                    |  81 ++++++-
 django_airavata/apps/auth/views.py                 |   2 +-
 .../input-editors/RangeSliderInputEditor.vue       |  15 +-
 .../experiment/input-editors/SliderInputEditor.vue |  15 +-
 docs/tutorial/custom_ui_tutorial.md                | 257 ++++++++++-----------
 6 files changed, 230 insertions(+), 148 deletions(-)

[airavata-django-portal] 01/01: Merge branch 'master' into delta-topology-workshop

Posted by ma...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

machristie pushed a commit to branch delta-topology-workshop
in repository https://gitbox.apache.org/repos/asf/airavata-django-portal.git

commit d9736beda1020d03920932e802bd8f75151940e4
Merge: 8ede6d9 ce2da1d
Author: Marcus Christie <ma...@apache.org>
AuthorDate: Thu Sep 16 18:56:01 2021 -0400

    Merge branch 'master' into delta-topology-workshop

 .../django_airavata_api/js/models/Experiment.js    |   8 +
 .../js/utils/ExperimentUtils.js                    |  81 ++++++-
 django_airavata/apps/auth/views.py                 |   2 +-
 .../input-editors/RangeSliderInputEditor.vue       |  15 +-
 .../experiment/input-editors/SliderInputEditor.vue |  15 +-
 docs/tutorial/custom_ui_tutorial.md                | 257 ++++++++++-----------
 6 files changed, 230 insertions(+), 148 deletions(-)