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 cfa3260 Add Node.js install requirements to README
new 7b4cb0f AIRAVATA-2761 Initial implementation of input dependencies
new f8c35da AIRAVATA-2761 Unit tests for boolean expression evaluation
new 4a06b00 AIRAVATA-2761 Error reporting for misconfigured dependencies
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:
.travis.yml | 1 +
django_airavata/apps/api/package.json | 7 +-
.../django_airavata_api/js/models/Experiment.js | 23 ++-
.../js/models/InputDataObjectType.js | 157 +++++++++++----
.../dependencies/BooleanExpressionEvaluator.js | 101 ++++++++++
.../BooleanExpressionEvaluator.test.js | 213 +++++++++++++++++++++
.../js/input-editors/InputEditorMixin.js | 18 +-
.../js/components/experiment/ExperimentEditor.vue | 8 +-
.../input-editors/InputEditorContainer.vue | 7 +-
.../experiment/input-editors/StringInputEditor.vue | 3 +-
.../js/containers/CreateExperimentContainer.vue | 41 ++--
.../js/entry-create-experiment.js | 3 +
12 files changed, 503 insertions(+), 79 deletions(-)
create mode 100644
django_airavata/apps/api/static/django_airavata_api/js/models/dependencies/BooleanExpressionEvaluator.js
create mode 100644
django_airavata/apps/api/static/django_airavata_api/tests/models/dependencies/BooleanExpressionEvaluator.test.js