This is an automated email from the ASF dual-hosted git repository.

machristie pushed a change to branch staging
in repository https://gitbox.apache.org/repos/asf/airavata-django-portal.git


    from 4c8a01fd Adding build_js.bat to the README
     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 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

No new revisions were added by this update.

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   |  143 +-
 .../users/ExtendedUserProfileContainer.vue         |   15 +-
 .../ExtendedUserProfileFieldEditor.vue             |   53 +-
 .../tests/__mocks__/styleMock.js                   |    0
 .../ExperimentStatisticsContainer.spec.js          |  145 ++
 django_airavata/apps/admin/yarn.lock               | 2652 +++++++++++++++++++-
 .../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 +
 17 files changed, 3101 insertions(+), 187 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

Reply via email to