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 2022/12/14 14:22:16 UTC

[airavata-django-portal] branch dependabot/npm_and_yarn/django_airavata/apps/dataparsers/express-4.18.2 updated (56545baa -> 1764c0ec)

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/dataparsers/express-4.18.2
in repository https://gitbox.apache.org/repos/asf/airavata-django-portal.git


 discard 56545baa Bump express from 4.17.1 to 4.18.2 in /django_airavata/apps/dataparsers
     add b278390b Bump django from 3.2.15 to 3.2.16
     add f81a380f Merge pull request #125 from apache/dependabot/pip/django-3.2.16
     add 5ed471b1 Updates to support Node 18
     add 2323ab29 Updating docs with latest vue-cli updates
     add f044820d Merge branch 'node18' into develop
     add 5e286bf5 AIRAVATA-3669 Validation feedback displayed when save is click but form is invalid
     add 7f2859d1 AIRAVATA-3562 Adding missing migration
     add f143150d AIRAVATA-3673 Validates that a group resource profile is selected
     add 9505ece8 AIRAVATA-3662 Add placeholder on checkbox label so it is a little clearer what the label is for
     add 46650496 AIRAVATA-3676 Upgrade to sdk 1.6.1
     add 64764374 AIRAVATA-3675 Display the Allocation (GRP) on the Exp Summary page
     add d56604c7 AIRAVATA-3677 For the sake of consistency, always include microseconds in ISO8601 dates
     add 2b1c9292 AIRAVATA-3678 Only validate/save ext. user profile if it is defined in gateway
     add 5170fe36 Merge branch 'AIRAVATA-3678' into develop
     add 4726a828 AIRAVATA-3679 Upgrade to sdk 1.7.0
     add 752c3485 AIRAVATA-3679 Remove limitation on directory download size
     add 073d14fc AIRAVATA-3529 Add support for Python 3.10
     add f0190f41 AIRAVATA-3529 Not quite ready for Py 3.11
     add ca4e1f35 Revert "AIRAVATA-3529 Add support for Python 3.10"
     add c2c336fb AIRAVATA-3529 Keeping dependencies upgrade
     add 4c8a01fd Adding build_js.bat to the README
     add 1764c0ec Bump express from 4.17.1 to 4.18.2 in /django_airavata/apps/dataparsers

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   (56545baa)
            \
             N -- N -- N   refs/heads/dependabot/npm_and_yarn/django_airavata/apps/dataparsers/express-4.18.2 (1764c0ec)

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:
 .nvmrc                                             |    2 +-
 .travis.yml                                        |    3 +-
 README.md                                          |    2 +
 build_js.bat                                       |    6 +-
 django_airavata/apps/admin/babel.config.js         |    2 +-
 django_airavata/apps/admin/package.json            |   16 +-
 .../ComputeResourceReservationList.vue             |    1 -
 .../applications/ApplicationDeploymentsList.vue    |   10 +-
 .../applications/ApplicationModuleEditor.vue       |    5 +-
 .../gatewayprofile/StoragePreferenceList.vue       |   10 +-
 .../src/components/notices/NoticeEditor.vue        |    2 +-
 .../notices/NoticesManagementContainer.vue         |    2 +-
 .../users/ExtendedUserProfileContainer.vue         |   15 +-
 .../src/components/users/UserDetailsContainer.vue  |    2 -
 .../ExtendedUserProfileFieldEditor.vue             |   15 +-
 django_airavata/apps/admin/vue.config.js           |   46 -
 django_airavata/apps/admin/yarn.lock               | 7611 +++++++--------
 django_airavata/apps/api/package.json              |    3 +-
 django_airavata/apps/api/yarn.lock                 | 1926 ++--
 django_airavata/apps/auth/babel.config.js          |    2 +-
 .../auth/migrations/0019_auto_20221118_1323.py     |   24 +
 django_airavata/apps/auth/package.json             |   20 +-
 .../js/containers/UserProfileContainer.vue         |   22 +-
 .../js/store/modules/extendedUserProfile.js        |    3 +
 django_airavata/apps/auth/vue.config.js            |   62 +-
 django_airavata/apps/auth/yarn.lock                | 9039 ++++++++----------
 django_airavata/apps/dataparsers/babel.config.js   |    2 +-
 django_airavata/apps/dataparsers/package.json      |   19 +-
 django_airavata/apps/dataparsers/vue.config.js     |   52 -
 django_airavata/apps/dataparsers/yarn.lock         | 7000 +++++++-------
 django_airavata/apps/groups/babel.config.js        |    2 +-
 django_airavata/apps/groups/package.json           |   19 +-
 django_airavata/apps/groups/vue.config.js          |   52 -
 django_airavata/apps/groups/yarn.lock              | 6627 ++++++-------
 django_airavata/apps/workspace/babel.config.js     |    2 +-
 .../package.json                                   |   21 +-
 .../django-airavata-workspace-plugin-api/yarn.lock | 7810 ++++++++--------
 django_airavata/apps/workspace/jest.config.js      |    3 +-
 django_airavata/apps/workspace/package.json        |   25 +-
 .../js/components/experiment/ExperimentEditor.vue  |    6 +-
 .../js/components/experiment/ExperimentSummary.vue |   14 +
 .../experiment/GroupResourceProfileSelector.vue    |   19 +-
 .../components/storage/UserStoragePathViewer.vue   |    6 -
 .../js/store/modules/view-experiment.js            |   14 +
 .../django_airavata_workspace/js/utils/urls.js     |    5 +
 django_airavata/apps/workspace/vue.config.js       |   48 -
 django_airavata/apps/workspace/yarn.lock           | 9779 +++++++++++---------
 django_airavata/settings.py                        |    3 +
 django_airavata/static/common/babel.config.js      |    2 +-
 .../js/components/GatewayNoticesContainer.vue      |    9 +-
 .../static/common/js/components/Linkify.vue        |    1 +
 .../static/common/js/components/Pager.vue          |    1 +
 .../static/common/js/components/Sidebar.vue        |    1 +
 .../static/common/js/components/Uppy.vue           |    1 +
 .../static/common/js/errors/ValidationErrors.js    |    2 +-
 django_airavata/static/common/package.json         |   21 +-
 django_airavata/static/common/yarn.lock            | 9255 ++++++++----------
 docs/dev/new_django_app.md                         |  257 +-
 requirements.txt                                   |   11 +-
 tox.ini                                            |    4 +-
 60 files changed, 29304 insertions(+), 30640 deletions(-)
 create mode 100644 django_airavata/apps/auth/migrations/0019_auto_20221118_1323.py