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 3f1b34e Update bootstrap-vue to latest
new 5c64e21 AIRAVATA-2761 Save/restore old value when hiding/showing; unit test config
new 89228dd AIRAVATA-2761 Transition for hiding/showing inputs
The 712 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 | 2 +-
django_airavata/apps/api/package.json | 2 +-
.../django_airavata_api/js/models/BaseModel.js | 3 +
.../js/models/InputDataObjectType.js | 1 -
.../js/input-editors/InputEditorMixin.js | 3 +
django_airavata/apps/workspace/jest.config.js | 23 +++
django_airavata/apps/workspace/package.json | 14 +-
.../js/components/experiment/ExperimentEditor.vue | 24 +--
.../input-editors/InputEditorContainer.vue | 43 ++++-
.../django_airavata_workspace/tests/.eslintrc.js | 5 +
.../input-editors/InputEditorContainer.spec.js | 185 +++++++++++++++++++++
django_airavata/static/common/package.json | 1 +
django_airavata/static/common/scss/main.scss | 46 +++--
test_js.sh | 11 ++
14 files changed, 323 insertions(+), 40 deletions(-)
create mode 100644 django_airavata/apps/workspace/jest.config.js
create mode 100644 django_airavata/apps/workspace/static/django_airavata_workspace/tests/.eslintrc.js
create mode 100644 django_airavata/apps/workspace/static/django_airavata_workspace/tests/unit/components/experiment/input-editors/InputEditorContainer.spec.js
create mode 100755 test_js.sh
|