You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airavata.apache.org by ma...@apache.org on 2021/09/27 21:02:52 UTC

[airavata-django-portal] branch staging updated (f2af279 -> 6f2f237)

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

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


    from f2af279  AIRAVATA-3507 Only show download experiment dir link if it exists
     add c0d725a  Updating Django dependency to latest security fix
     add f5160a2  AIRAVATA-3510 When getApplicationInterface fails, check to see if it failed because it no longer exists, and return a 404
     add 1924b7b  AIRAVATA-3497 JS utility code for loading an input or output file
     add e415a97  AIRAVATA-3497 Utility for downloading a data product
     add e1bf066  AIRAVATA-3497 tutorial: updating how to download output file with ExperimentUtils
     add 9763265  AIRAVATA-3497 Updated tutorial to use async/await syntax
     add 789a602  Merge branch 'airavata-3497' into develop
     add abcceab  Merge branch 'staging'
     add 42c8bea  Merge branch 'staging'
     add 90d08ed  Merge branch 'airavata-3497'
     add 84db898  AIRAVATA-3383 Fix creating the GATEWAY_DATA_STORE_REMOTE_API setting
     add f421c01  Merge branch 'master' into develop
     add ce2da1d  AIRAVATA-3509 When parsed slider value changes, update the value
     add e76559c  Merge branch 'airavata-3509' into develop
     add 68b3425  AIRAVATA-3511 Change "a" to "an" when password account name starts vowel
     add e37a60c  Merge branch 'master' into develop
     add 2c03c27  Side by side group view with bootstrap-vue update
     add f4a8f4d  Adding GroupMembersEditor.vue
     add 3ac6666  Adding GroupMembersDetailsContainer.vue and updating yarn.lock and package.json files
     add 8749fd0  adding fixes
     add c8af530  fixing package.json
     add 013a2c4  Fixing 'add/remove all members' bug
     add 257a1b0  Merge branch 'AIRAVATA-2809-GROUP-VIEW' of https://github.com/akbranam/airavata-django-portal into akbranam-AIRAVATA-2809-GROUP-VIEW
     add 1dee350  Merge branch 'akbranam-AIRAVATA-2809-GROUP-VIEW' into merge-pr67
     add 7e79e1e  AIRAVATA-2809 Cleaning up lint errors, generating lock files
     add 13a8dca  tutorial: copy to clipboard button
     add 503e96b  Update sdk to 1.2.2: fixes returning 404 when file not found
     add dd523d2  tutorial: adding copy to clipboard buttons
     add d0628f8  AIRAVATA-3513 Remove vendored import
     add 41323ab  AIRAVATA-3513 set DEFAULT_AUTO_FIELD
     add ab11ba0  AIRAVATA-3513 Fixing warnings
     add 507572c  AIRAVATA-3513 Upgrade Django, DRF and Wagtail
     add 01268ae  Merge branch 'django32-upgrade' into develop
     add 6f2f237  AIRAVATA-3513 Fixed tests: added new hash field to embed fixtures

No new revisions were added by this update.

Summary of changes:
 django_airavata/apps/admin/package.json            |    2 +-
 .../ComputeResourceReservationList.vue             |    6 +-
 .../GroupComputeResourcePreference.vue             |    6 +-
 .../applications/ApplicationDeploymentsList.vue    |    2 +-
 .../ComputeResourcePreferenceDashboard.vue         |    4 +-
 .../dashboards/CredentialStoreDashboard.vue        |   10 +-
 .../gatewayprofile/StoragePreferenceList.vue       |    6 +-
 .../notices/NoticesManagementContainer.vue         |    6 +-
 .../statistics/ExperimentStatisticsContainer.vue   |   10 +-
 .../IdentityServiceUserManagementContainer.vue     |    6 +-
 .../UnverifiedEmailUserManagementContainer.vue     |    2 +-
 django_airavata/apps/admin/urls.py                 |   25 +-
 django_airavata/apps/admin/yarn.lock               |   74 +-
 django_airavata/apps/api/signals.py                |    3 +-
 .../django_airavata_api/js/errors/ErrorUtils.js    |    3 +
 .../django_airavata_api/js/models/Experiment.js    |    8 +
 .../js/utils/ExperimentUtils.js                    |   81 +-
 django_airavata/apps/api/thrift_utils.py           |    4 +-
 django_airavata/apps/api/urls.py                   |  109 +-
 django_airavata/apps/api/views.py                  |   14 +-
 .../django_airavata_auth/create_account.html       |    2 +-
 django_airavata/apps/auth/urls.py                  |   56 +-
 django_airavata/apps/auth/views.py                 |    2 +-
 django_airavata/apps/auth/yarn.lock                |   67 +-
 django_airavata/apps/dataparsers/urls.py           |   12 +-
 django_airavata/apps/groups/package.json           |    1 -
 .../js/group_components/GroupEditor.vue            |    9 +-
 .../GroupMembersDetailsContainer.vue               |   72 +
 .../js/group_components/GroupMembersEditor.vue     |  472 ++-
 django_airavata/apps/groups/urls.py                |    8 +-
 django_airavata/apps/groups/yarn.lock              | 4386 ++++++++++----------
 django_airavata/apps/workspace/package.json        |    2 +-
 .../input-editors/RangeSliderInputEditor.vue       |   15 +-
 .../experiment/input-editors/SliderInputEditor.vue |   15 +-
 .../components/storage/UserStoragePathViewer.vue   |    6 +-
 .../js/containers/EditExperimentContainer.vue      |   13 +-
 .../js/containers/ExperimentListContainer.vue      |  158 +-
 .../js/containers/RecentExperimentsContainer.vue   |   13 +-
 django_airavata/apps/workspace/urls.py             |   26 +-
 django_airavata/apps/workspace/yarn.lock           |   74 +-
 django_airavata/settings.py                        |    2 +
 .../common/js/components/ApplicationName.vue       |   11 +-
 django_airavata/static/common/package.json         |    2 +-
 django_airavata/static/common/yarn.lock            |   74 +-
 django_airavata/urls.py                            |   38 +-
 .../wagtailapps/base/fixtures/tests/default.json   |    9 +-
 .../base/migrations/0026_auto_20210923_2212.py     |   48 +
 docs/assets/js/clipboard.min.js                    |    7 +
 docs/assets/js/clipboard_init.js                   |    1 +
 docs/dev/new_django_app.md                         |    4 +-
 docs/tutorial/custom_ui_tutorial.md                |  440 +-
 mkdocs.yml                                         |    4 +
 requirements.txt                                   |    8 +-
 53 files changed, 3637 insertions(+), 2801 deletions(-)
 create mode 100644 django_airavata/apps/groups/static/django_airavata_groups/js/group_components/GroupMembersDetailsContainer.vue
 create mode 100644 django_airavata/wagtailapps/base/migrations/0026_auto_20210923_2212.py
 create mode 100644 docs/assets/js/clipboard.min.js
 create mode 100644 docs/assets/js/clipboard_init.js