This is an automated email from the ASF dual-hosted git repository.
machristie pushed a change to branch develop
in repository https://gitbox.apache.org/repos/asf/airavata-django-portal.git
from 4f7ef315 Adding license
add 405fdbed AIRAVATA-3680 Search for experiments by job id
add a925344e AIRAVATA-3680 Basic unit test for loading experiment details
by job id
new d14fd001 Merge pull request #165 from apache:AIRAVATA-3680
The 1 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/admin/jest.config.js | 9 +
django_airavata/apps/admin/package.json | 28 +-
.../statistics/ExperimentStatisticsContainer.vue | 143 +-
.../tests/__mocks__/styleMock.js | 0
.../ExperimentStatisticsContainer.spec.js | 145 ++
django_airavata/apps/admin/yarn.lock | 2652 +++++++++++++++++++-
test_js.sh | 1 +
7 files changed, 2867 insertions(+), 111 deletions(-)
create mode 100644 django_airavata/apps/admin/jest.config.js
copy django_airavata/apps/{workspace/static/django_airavata_workspace =>
admin/static/django_airavata_admin}/tests/__mocks__/styleMock.js (100%)
create mode 100644
django_airavata/apps/admin/static/django_airavata_admin/tests/unit/components/statistics/ExperimentStatisticsContainer.spec.js