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 4fbc4fb  AIRAVATA-3026 Emit 'input' when queue settings change
     new 5fbd867  AIRAVATA-2987 copy URI_COLLECTION when cloning
     new 5796ee1  AIRAVATA-2987 Display URI_COLLECTION, other types on exp 
summary
     new fe74150  AIRAVATA-2539 Project editor
     new 8e4d28b  AIRAVATA-2987 Allow unselecting a file upload in 
MultiFileUploadEditor
     new 68715b3  AIRAVATA-2987 Default validation message for required 
URI_COLLECTION
     new 4dfc690  AIRAVATA-2987 Upload in background
     new 51df00b  datastore.py: convert username into valid dir name

The 792 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/datastore.py              | 12 ++-
 .../api/static/django_airavata_api/js/index.js     |  3 +-
 .../django_airavata_api/js/models/DataType.js      | 19 ++++-
 .../js/models/InputDataObjectType.js               |  9 ++-
 .../django_airavata_api/js/service_config.js       | 15 ++++
 django_airavata/apps/api/views.py                  | 72 ++++++++++++++----
 .../js/components/experiment/ExperimentEditor.vue  | 21 +++++-
 .../js/components/experiment/ExperimentSummary.vue | 36 ++++++++-
 .../experiment/input-editors/FileInputEditor.vue   |  5 +-
 .../input-editors/InputEditorContainer.vue         | 10 ++-
 .../input-editors/MultiFileInputEditor.vue         | 21 +++++-
 .../js/components/project/ProjectButtonNew.vue     |  2 +-
 .../js/components/project/ProjectEditor.vue        | 85 ++++++++++++++++++++++
 .../js/components/project/ProjectListItem.vue      | 37 ++++++----
 .../js/containers/EditProjectContainer.vue         | 56 ++++++++++++++
 .../js/containers/ProjectListContainer.vue         |  2 +-
 .../js/entry-edit-project.js                       | 28 +++++++
 .../django_airavata_workspace/js/utils/urls.js     |  9 +++
 .../django_airavata_workspace/edit_project.html}   |  2 +-
 django_airavata/apps/workspace/urls.py             |  2 +
 django_airavata/apps/workspace/views.py            | 10 +++
 django_airavata/apps/workspace/vue.config.js       |  1 +
 22 files changed, 404 insertions(+), 53 deletions(-)
 create mode 100644 
django_airavata/apps/workspace/static/django_airavata_workspace/js/components/project/ProjectEditor.vue
 create mode 100644 
django_airavata/apps/workspace/static/django_airavata_workspace/js/containers/EditProjectContainer.vue
 create mode 100644 
django_airavata/apps/workspace/static/django_airavata_workspace/js/entry-edit-project.js
 copy 
django_airavata/apps/{dataparsers/templates/django_airavata_dataparsers/edit-parser.html
 => workspace/templates/django_airavata_workspace/edit_project.html} (51%)

Reply via email to