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:20:37 UTC

[airavata-django-portal] branch dependabot/npm_and_yarn/django_airavata/apps/workspace/moment-2.29.4 updated (38619b75 -> 2b035fbc)

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/workspace/moment-2.29.4
in repository https://gitbox.apache.org/repos/asf/airavata-django-portal.git


 discard 38619b75 Bump moment from 2.24.0 to 2.29.4 in /django_airavata/apps/workspace
     add aec22827 Fixing formatting with copy to clipboard snippets from ui tutorial
     add faeb92a0 AIRAVATA-3647 Special display for unauthenticated errors, directing users to re-authenticate
     add 04bae481 AIRAVATA-3647 update tutorial to use @api_view
     add c4a735ac AIRAVATA-3647 Documenting utility methods
     add d12ad44a AIRAVATA-3647 Unit test for handling unauthenticated REST error responses
     add 46e8038b AIRAVATA-3661 disable first move up, last move down in choices
     add 16acdbaa AIRAVATA-3647 change logged out warning background to yellow/warning
     add 621e599b AIRAVATA-3662 Adding checkbox label text input to user agreement field editor
     add 8aae7769 download_code and show_code
     add 9f649b21 Merge pull request #124 from isururanawaka/develop
     add a554db2e download_code and show_code
     add c44a08b6 Support download-code option
     add 7ee4b6a0 Merge branch 'master' into develop
     add ec94eb18 AIRAVATA-3663 Display button for proceeding to the dashboard after completing profile
     add 69f0e5eb AIRAVATA-3642 Improve navigation between Extended User Profile fields editor and Manage Users
     add f5b91abe Pin to Node LTS 16 (Gallium)
     add a80e4c70 Make sure request info gets into error emails
     add 0e2736ba Factored out dynamic django app loading code
     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 2b035fbc Bump moment from 2.24.0 to 2.29.4 in /django_airavata/apps/workspace

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   (38619b75)
            \
             N -- N -- N   refs/heads/dependabot/npm_and_yarn/django_airavata/apps/workspace/moment-2.29.4 (2b035fbc)

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:
 .travis.yml                                        |    3 +-
 README.md                                          |    2 +
 build_js.bat                                       |    6 +-
 django_airavata/app_config.py                      |   49 -
 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         |   38 +-
 .../components/users/ExtendedUserProfilePanel.vue  |   14 +-
 .../src/components/users/UserDetailsContainer.vue  |    2 -
 .../ExtendedUserProfileFieldEditor.vue             |   51 +-
 .../src/store/modules/extendedUserProfile.js       |    3 +
 django_airavata/apps/admin/vue.config.js           |   46 -
 django_airavata/apps/admin/yarn.lock               | 7611 +++++++--------
 django_airavata/apps/api/exceptions.py             |   10 +-
 django_airavata/apps/api/package.json              |    3 +-
 .../django_airavata_api/js/errors/ErrorUtils.js    |   34 +
 .../js/errors/UnhandledError.js                    |    6 +
 .../js/errors/UnhandledErrorDispatcher.js          |   14 +-
 .../django_airavata_api/js/utils/FetchUtils.js     |    4 +-
 django_airavata/apps/api/tests/test_views.py       |   23 +
 django_airavata/apps/api/views.py                  |    2 +-
 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         |   36 +-
 .../js/store/modules/extendedUserProfile.js        |    3 +
 .../login-desktop-success.html                     |    3 +
 .../partials/externals_login_form.html             |    2 +-
 .../partials/username_password_login_form.html     |    6 +
 django_airavata/apps/auth/views.py                 |   80 +-
 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         | 7216 +++++++-------
 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           | 9847 +++++++++++---------
 django_airavata/context_processors.py              |   28 +-
 django_airavata/settings.py                        |   46 +-
 django_airavata/static/common/babel.config.js      |    2 +-
 .../js/components/GatewayNoticesContainer.vue      |    9 +-
 .../static/common/js/components/Linkify.vue        |    1 +
 .../common/js/components/NotificationsDisplay.vue  |   49 +-
 .../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/scss/main.scss       |    5 +
 django_airavata/static/common/yarn.lock            | 9255 ++++++++----------
 django_airavata/urls.py                            |   19 +-
 docs/dev/new_django_app.md                         |  257 +-
 docs/tutorial/custom_ui_tutorial.md                |  252 +-
 requirements.txt                                   |   12 +-
 tests/settings.py                                  |    5 +-
 tox.ini                                            |    4 +-
 79 files changed, 30004 insertions(+), 30947 deletions(-)
 create mode 100644 django_airavata/apps/auth/migrations/0019_auto_20221118_1323.py