This is an automated email from the ASF dual-hosted git repository.
machristie pushed a change to branch delta-topology-workshop
in repository https://gitbox.apache.org/repos/asf/airavata-django-portal.git
from 4c1789fa Merge branch 'master' into delta-topology-workshop
add cec2b5d3 AIRAVATA-3679 Fix for large (2GB+) files in directory
download zip archives
add c5041512 adding metadata file
add b5669a53 Bump json5 from 1.0.1 to 1.0.2 in
/django_airavata/apps/workspace
add e5cb0283 Merge pull request #157 from
apache/dependabot/npm_and_yarn/django_airavata/apps/workspace/json5-1.0.2
add de9d0aae Delete .travis.yml
add a4ab56c0 Switching from Travis CI to GitHub Actions
add 40cba631 Switch to ubuntu 20 for Py 3.6 support
add 35361c24 Switching to GitHub Actions badge
add 29309c0c Build JS code once and then reuse for each Python version
add fe492896 Fix downloading built javascript to correct path
add 58d78cc8 Cache npm and pypi downloaded dependencies
add 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
add d14fd001 Merge pull request #165 from apache:AIRAVATA-3680
add 304b3d84 AIRAVATA-3681 Disable Ext. User Profile editor form for
read-only admins
add 75ed8451 Merge pull request #166 from apache:AIRAVATA-3681
add 78e789fa AIRAVATA-3681 Default userHasWriteAccess to true for new EUP
fields
add de6bc7c1 AIRAVATA-3680 Handle experiment not found for given exp id
new a4b13761 Merge branch 'staging'
new 292ada48 Merge branch 'master' into delta-topology-workshop
The 2 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:
.asf.yaml | 40 +
.github/workflows/build-and-test.yaml | 93 +
.travis.yml | 25 -
README.md | 4 +-
django_airavata/apps/admin/jest.config.js | 9 +
django_airavata/apps/admin/package.json | 28 +-
.../statistics/ExperimentStatisticsContainer.vue | 169 +-
.../users/ExtendedUserProfileContainer.vue | 15 +-
.../ExtendedUserProfileFieldEditor.vue | 53 +-
.../tests/__mocks__/styleMock.js | 0
.../ExperimentStatisticsContainer.spec.js | 145 ++
django_airavata/apps/admin/yarn.lock | 2652 +++++++++++++++++++-
django_airavata/apps/api/exceptions.py | 11 +-
.../js/models/ExtendedUserProfileField.js | 1 +
django_airavata/apps/auth/serializers.py | 7 +-
django_airavata/apps/workspace/yarn.lock | 68 +-
requirements.txt | 4 +-
test_js.sh | 1 +
18 files changed, 3132 insertions(+), 193 deletions(-)
create mode 100644 .asf.yaml
create mode 100644 .github/workflows/build-and-test.yaml
delete mode 100644 .travis.yml
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