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

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


    from 33ce146a Merge branch 'master' into delta-topology-workshop
     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
     new 4c1789fa Merge branch 'master' into delta-topology-workshop

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


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         | 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           | 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, 29547 insertions(+), 30613 deletions(-)
 create mode 100644 
django_airavata/apps/auth/migrations/0019_auto_20221118_1323.py

Reply via email to