You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airavata.apache.org by gi...@apache.org on 2023/02/06 14:32:22 UTC

[airavata-django-portal] branch dependabot/npm_and_yarn/django_airavata/apps/admin/terser-4.8.1 updated (390c8745 -> 8f4fdeb5)

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

github-bot pushed a change to branch dependabot/npm_and_yarn/django_airavata/apps/admin/terser-4.8.1
in repository https://gitbox.apache.org/repos/asf/airavata-django-portal.git


    omit 390c8745 Bump terser from 4.4.0 to 4.8.1 in /django_airavata/apps/admin
     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
     add a4b13761 Merge branch 'staging'
     add 8f4fdeb5 Bump terser from 4.4.0 to 4.8.1 in /django_airavata/apps/admin

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (390c8745)
            \
             N -- N -- N   refs/heads/dependabot/npm_and_yarn/django_airavata/apps/admin/terser-4.8.1 (8f4fdeb5)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

No new revisions were added by this update.

Summary of changes:
 .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               | 2659 +++++++++++++++++++-
 django_airavata/apps/api/exceptions.py             |   11 +-
 .../js/models/ExtendedUserProfileField.js          |    1 +
 django_airavata/apps/auth/serializers.py           |    7 +-
 test_js.sh                                         |    1 +
 15 files changed, 3051 insertions(+), 169 deletions(-)
 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