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 5cbcdae Fixing layout of array-view-main
new b644c94 AIRAVATA-2611 Factor out exp input editors into separate
components
new 874ebb4 AIRAVATA-2611 Exp input editors validate value and dispatch
events
new af9df3c AIRAVATA-2611 InputEditorMixin for common input editor
functionality
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_api/js/models/Experiment.js | 13 ----
.../js/models/InputDataObjectType.js | 5 +-
.../js/components/experiment/ExperimentEditor.vue | 74 +++++++++++-----------
.../experiment/input-editors/FileInputEditor.vue | 73 +++++++++++++++++++++
.../experiment/input-editors/InputEditorMixin.js | 63 ++++++++++++++++++
.../experiment/input-editors/StringInputEditor.vue | 74 ++++++++++++++++++++++
6 files changed, 249 insertions(+), 53 deletions(-)
create mode 100644
django_airavata/apps/workspace/static/django_airavata_workspace/js/components/experiment/input-editors/FileInputEditor.vue
create mode 100644
django_airavata/apps/workspace/static/django_airavata_workspace/js/components/experiment/input-editors/InputEditorMixin.js
create mode 100644
django_airavata/apps/workspace/static/django_airavata_workspace/js/components/experiment/input-editors/StringInputEditor.vue
--
To stop receiving notification emails like this one, please contact
[email protected].