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 961628e AIRAVATA-2616 Fix bug that prevented saving experiment
new 87acf41 AIRAVATA-2616 Fixing linting errors
new cfc3374 AIRAVATA-2616 Allow removing and changing input files
new 23a83ed AIRAVATA-2616 Return to exp list when saving exp
The 3 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 | 14 ++++
django_airavata/apps/api/serializers.py | 24 ++++++-
.../api/static/django_airavata_api/js/index.js | 3 +
.../django_airavata_api/js/service_config.js | 10 +++
django_airavata/apps/api/urls.py | 3 +
django_airavata/apps/api/views.py | 41 +++++++++---
.../js/components/experiment/DataProductViewer.vue | 40 ++++++++++++
.../js/components/experiment/ExperimentSummary.vue | 33 ++++------
.../experiment/input-editors/FileInputEditor.vue | 76 +++++++++++++++++++---
.../js/containers/EditExperimentContainer.vue | 10 +--
10 files changed, 208 insertions(+), 46 deletions(-)
create mode 100644
django_airavata/apps/workspace/static/django_airavata_workspace/js/components/experiment/DataProductViewer.vue