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/11 19:16:26 UTC

[airavata-django-portal] branch develop updated (23acd38 -> ac7f6e5)

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

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


    from 23acd38  Merge branch 'AIRAVATA-3337-show-group-resource-profile-owner' into develop
     add 4d998ce  Handle case where ALLOWED_HOSTS is empty
     add e6ce2e7  Document how to replace wagtail export with another
     add ed9e1bb  AIRAVATA-3336 Support isReadOnly app inputs
     new ac7f6e5  Merge branch 'AIRAVATA-3336-readonly-experiment-inputs' into develop

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:
 .../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 +
 .../base/management/commands/set_wagtail_site.py   |  3 +-
 docs/dev/wagtail_export.md                         | 39 ++++++++++++++++++++++
 11 files changed, 56 insertions(+), 4 deletions(-)


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

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

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

commit ac7f6e5d930e88b504f52181a02e92ab83500075
Merge: 23acd38 ed9e1bb
Author: Marcus Christie <ma...@apache.org>
AuthorDate: Thu Jun 11 15:15:57 2020 -0400

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

 .../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 +
 .../base/management/commands/set_wagtail_site.py   |  3 +-
 docs/dev/wagtail_export.md                         | 39 ++++++++++++++++++++++
 11 files changed, 56 insertions(+), 4 deletions(-)