This is an automated email from the ASF dual-hosted git repository.
machristie pushed a change to branch airavata-3016
in repository https://gitbox.apache.org/repos/asf/airavata-django-portal.git.
from 274d32d AIRAVATA-3016 Removing unused import
new 4ace7f4 AIRAVATA-3016 Adding data_products_helper.user_file_exists
new f56ca58 AIRAVATA-3032 Upload input files to tmp directory
new eeb471b AIRAVATA-3032 Move tmp input file uploads to data dir at
launch
new a63fd11 AIRAVATA-3032 Copy cloned input files to tmp input file dir
new 8657f9d AIRAVATA-3032 Add isInputFileUpload to DataProductSerializer
new eddcb00 AIRAVATA-3032 Hide tmp input file upload dir in viewer
The 6 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/data_products_helper.py | 71 +++++++++++--
django_airavata/apps/api/datastore.py | 36 +++++--
django_airavata/apps/api/serializers.py | 8 ++
.../django_airavata_api/js/models/DataProduct.js | 1 +
.../js/models/UserStorageDirectory.js | 8 +-
django_airavata/apps/api/urls.py | 1 +
django_airavata/apps/api/views.py | 118 +++++++++++++++------
.../experiment/input-editors/FileInputEditor.vue | 35 +++---
.../components/storage/UserStoragePathViewer.vue | 22 ++--
django_airavata/apps/workspace/views.py | 11 +-
10 files changed, 228 insertions(+), 83 deletions(-)