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 7d89fa6  AIRAVATA-2959 bug fix: unflag as dirty after experiment is 
saved
     new 171acc8  AIRAVATA-2987 Rework FileInputEditor to upload/delete files
     new 73fc403  AIRAVATA-2987 Remove input file deletion logic
     new 5a49f54  AIRAVATA-2987 MultiFileInputEditor, support for URI_COLLECTION
     new fd3f604  AIRAVATA-2987 Removing file upload from ExperimentEditor
     new 0c67322  AIRAVATA-3025 When polling don't show errors, wait 30s after 
error

The 781 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/apps/api/serializers.py            | 18 -----
 .../js/models/InputDataObjectType.js               |  8 +-
 django_airavata/apps/api/urls.py                   |  1 +
 django_airavata/apps/api/views.py                  | 31 ++++++--
 .../js/input-editors/InputEditorMixin.js           |  6 +-
 .../js/components/experiment/ExperimentEditor.vue  | 28 +------
 .../js/components/experiment/ExperimentSummary.vue |  5 +-
 .../experiment/input-editors/FileInputEditor.vue   | 44 +++++++++--
 .../input-editors/InputEditorContainer.vue         |  9 +++
 .../input-editors/MultiFileInputEditor.vue         | 91 ++++++++++++++++++++++
 10 files changed, 182 insertions(+), 59 deletions(-)
 create mode 100644 
django_airavata/apps/workspace/static/django_airavata_workspace/js/components/experiment/input-editors/MultiFileInputEditor.vue

Reply via email to