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 2020/06/16 18:04:23 UTC

[airavata-django-portal] branch master updated (991bcc0 -> fafa244)

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

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


    from 991bcc0  Merge branch 'AIRAVATA-3299-bug-unselected-queues-in-grp-is-listed-in-create'
     add 98fb03e  AIRAVATA-3334 Allow passing data product URIs as query params to create experiment
     add ce62839  AIRAVATA-3334 allow passing through string type inputs
     new 29bbfae  Merge branch 'AIRAVATA-3334-allow-passing-data-product-uris-for-inputs-to-crea'
     add ed9e1bb  AIRAVATA-3336 Support isReadOnly app inputs
     new fafa244  Merge branch 'AIRAVATA-3336-readonly-experiment-inputs'

The 2 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:
 .../js/input-editors/InputEditorMixin.js           |  4 +++
 .../input-editors/CheckboxInputEditor.vue          |  1 +
 .../experiment/input-editors/FileInputEditor.vue   |  6 ++--
 .../input-editors/InputEditorContainer.vue         |  1 +
 .../input-editors/MultiFileInputEditor.vue         |  2 ++
 .../input-editors/RadioButtonInputEditor.vue       |  1 +
 .../experiment/input-editors/SelectInputEditor.vue |  1 +
 .../experiment/input-editors/StringInputEditor.vue |  1 +
 .../input-editors/TextareaInputEditor.vue          |  1 +
 .../js/containers/CreateExperimentContainer.vue    |  8 ++---
 .../js/entry-create-experiment.js                  |  8 ++---
 .../create_experiment.html                         |  2 +-
 django_airavata/apps/workspace/views.py            | 36 +++++++++++++++++-----
 13 files changed, 53 insertions(+), 19 deletions(-)


[airavata-django-portal] 01/02: Merge branch 'AIRAVATA-3334-allow-passing-data-product-uris-for-inputs-to-crea'

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

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

commit 29bbfaecb84880ac7a63f0048ea451425da5c9fe
Merge: 991bcc0 ce62839
Author: Marcus Christie <ma...@apache.org>
AuthorDate: Tue Jun 16 14:02:02 2020 -0400

    Merge branch 'AIRAVATA-3334-allow-passing-data-product-uris-for-inputs-to-crea'

 .../js/containers/CreateExperimentContainer.vue    |  8 ++---
 .../js/entry-create-experiment.js                  |  8 ++---
 .../create_experiment.html                         |  2 +-
 django_airavata/apps/workspace/views.py            | 36 +++++++++++++++++-----
 4 files changed, 38 insertions(+), 16 deletions(-)


[airavata-django-portal] 02/02: Merge branch 'AIRAVATA-3336-readonly-experiment-inputs'

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

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

commit fafa244e94d02941ba1ed62f1e2473f351eb3441
Merge: 29bbfae ed9e1bb
Author: Marcus Christie <ma...@apache.org>
AuthorDate: Tue Jun 16 14:02:15 2020 -0400

    Merge branch 'AIRAVATA-3336-readonly-experiment-inputs'

 .../js/input-editors/InputEditorMixin.js                            | 4 ++++
 .../js/components/experiment/input-editors/CheckboxInputEditor.vue  | 1 +
 .../js/components/experiment/input-editors/FileInputEditor.vue      | 6 +++---
 .../js/components/experiment/input-editors/InputEditorContainer.vue | 1 +
 .../js/components/experiment/input-editors/MultiFileInputEditor.vue | 2 ++
 .../components/experiment/input-editors/RadioButtonInputEditor.vue  | 1 +
 .../js/components/experiment/input-editors/SelectInputEditor.vue    | 1 +
 .../js/components/experiment/input-editors/StringInputEditor.vue    | 1 +
 .../js/components/experiment/input-editors/TextareaInputEditor.vue  | 1 +
 9 files changed, 15 insertions(+), 3 deletions(-)