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 2018/06/15 16:03:24 UTC

[airavata-django-portal] branch master updated (ad977a5 -> 11c180f)

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

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


    from ad977a5  Regenerate Thrift stubs
     add 1222ad4  reverting the background colour to the default
     add 0038a91  Merge branch 'master' of https://github.com/apache/airavata-django-portal
     add 0b9bc68  adding the django view set support for  service factory
     add 66941ac  making style scoped for admin dashboard
     add 69c98eb  changed compute resource policy to handle only a single compute resource policy
     add c629e04  added selection of compute resource. integrated api for saving group compute resource and compute resources fetching
     add 42c2282  splitting generic view components to view_utils.py
     add 4113e7d  adding async support. Correcting service configuration
     add 9af6975  adding default conevrsion to UTCTimestamp serializer
     add 1764021  Merge branch 'master' of https://github.com/apache/airavata-django-portal
     add f4b3a3f  adding async support for babel. setting changes
     add 6cd6b86  added populating of fields with default values for compute preference
     add 207c63b  added fetching of compute resource at compute preference component creation
     add 252a93a  added groupSSHAccountProvisionerConfig field for compute prefernce
     add ddf4252  added popup for compute preference dashboard moved transformation of group resource profile added save and update functionality for group resource profile added sharing of group resource profile with groups trimmed tage for group resource profile dashboard
     add 0a007bd  added apis for group resource profile added apis for sharing roup resource profile with groups
     add e44f050  added automatic update of localValue when value parameter changes
     add 7202bf0  moved airavata spinner css to base.html
     add 1e71efb  Merge branch 'master' of https://github.com/apache/airavata-django-portal
     add 1123793  removing redundant apis
     new 11c180f  Merge pull request #12 from eldhomathulla/master

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:
 django_airavata/apps/admin/.babelrc                |   6 +-
 django_airavata/apps/admin/package.json            |   2 +-
 .../src/components/admin/NewApplication.vue        |   1 -
 .../src/components/admin/TabActionConsole.vue      |  10 +-
 .../BatchQueueResourcePolicy.vue                   |   4 +-
 .../ComputePreference.vue                          | 190 +++++++++++++---
 .../ComputePreferences.vue                         |  10 +-
 .../ComputeResourcePolicy.vue                      | 114 +++++-----
 .../GroupComputeResourcePreference.vue             | 183 ++++++++++++---
 .../src/components/commons/PopupComponent.vue      | 101 +++++++++
 .../src/components/dashboards/AdminDashboard.vue   |  15 +-
 .../ComputeResourcePreferenceDashboard.vue         |  55 ++---
 .../static/django_airavata_admin/src/router.js     |   8 +-
 django_airavata/apps/api/.babelrc                  |   5 +
 django_airavata/apps/api/package-lock.json         |   9 +
 django_airavata/apps/api/package.json              |   3 +-
 django_airavata/apps/api/serializers.py            |  12 +-
 .../django_airavata_api/js/service_config.js       |  64 +++---
 .../js/services/ServiceFactory.js                  |  77 ++++++-
 .../django_airavata_api/js/utils/FetchUtils.js     |  62 +++++-
 .../js/utils/PaginationIterator.js                 |   9 +
 django_airavata/apps/api/thrift_utils.py           |  54 ++++-
 django_airavata/apps/api/urls.py                   |   2 +-
 django_airavata/apps/api/view_utils.py             | 168 ++++++++++++++
 django_airavata/apps/api/views.py                  | 247 +++++----------------
 django_airavata/settings.py                        |   2 +-
 .../static/common/js/components/Autocomplete.vue   |  14 +-
 django_airavata/static/common/scss/main.scss       |   2 +-
 django_airavata/templates/base.html                | 159 +++++++++++--
 29 files changed, 1162 insertions(+), 426 deletions(-)
 create mode 100644 django_airavata/apps/admin/static/django_airavata_admin/src/components/commons/PopupComponent.vue
 create mode 100644 django_airavata/apps/api/view_utils.py

-- 
To stop receiving notification emails like this one, please contact
machristie@apache.org.

[airavata-django-portal] 01/01: Merge pull request #12 from eldhomathulla/master

Posted by ma...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit 11c180fa48b9a39d9ea483770574a65cbc9ea881
Merge: ad977a5 1123793
Author: Marcus Christie <ma...@iu.edu>
AuthorDate: Fri Jun 15 12:03:13 2018 -0400

    Merge pull request #12 from eldhomathulla/master
    
    group resource profile

 django_airavata/apps/admin/.babelrc                |   6 +-
 django_airavata/apps/admin/package.json            |   2 +-
 .../src/components/admin/NewApplication.vue        |   1 -
 .../src/components/admin/TabActionConsole.vue      |  10 +-
 .../BatchQueueResourcePolicy.vue                   |   4 +-
 .../ComputePreference.vue                          | 190 +++++++++++++---
 .../ComputePreferences.vue                         |  10 +-
 .../ComputeResourcePolicy.vue                      | 114 +++++-----
 .../GroupComputeResourcePreference.vue             | 183 ++++++++++++---
 .../src/components/commons/PopupComponent.vue      | 101 +++++++++
 .../src/components/dashboards/AdminDashboard.vue   |  15 +-
 .../ComputeResourcePreferenceDashboard.vue         |  55 ++---
 .../static/django_airavata_admin/src/router.js     |   8 +-
 django_airavata/apps/api/.babelrc                  |   5 +
 django_airavata/apps/api/package-lock.json         |   9 +
 django_airavata/apps/api/package.json              |   3 +-
 django_airavata/apps/api/serializers.py            |  12 +-
 .../django_airavata_api/js/service_config.js       |  64 +++---
 .../js/services/ServiceFactory.js                  |  77 ++++++-
 .../django_airavata_api/js/utils/FetchUtils.js     |  62 +++++-
 .../js/utils/PaginationIterator.js                 |   9 +
 django_airavata/apps/api/thrift_utils.py           |  54 ++++-
 django_airavata/apps/api/urls.py                   |   2 +-
 django_airavata/apps/api/view_utils.py             | 168 ++++++++++++++
 django_airavata/apps/api/views.py                  | 247 +++++----------------
 django_airavata/settings.py                        |   2 +-
 .../static/common/js/components/Autocomplete.vue   |  14 +-
 django_airavata/static/common/scss/main.scss       |   2 +-
 django_airavata/templates/base.html                | 159 +++++++++++--
 29 files changed, 1162 insertions(+), 426 deletions(-)

-- 
To stop receiving notification emails like this one, please contact
machristie@apache.org.