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 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
     add a4b13761 Merge branch 'staging'

No new revisions were added by this update.

Summary of changes:
 .github/workflows/build-and-test.yaml              |   93 +
 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 +-
 test_js.sh                                         |    1 +
 14 files changed, 3050 insertions(+), 138 deletions(-)
 create mode 100644 .github/workflows/build-and-test.yaml
 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