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/01/31 17:28:41 UTC

[airavata-django-portal] 02/02: Merge branch 'stephenpaul2727-groups_ui_enchacement'

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 e0a2d311dc3c287f89262de039b906853927810f
Merge: 9c4d83b 610d333
Author: Marcus Christie <ma...@iu.edu>
AuthorDate: Wed Jan 31 12:28:26 2018 -0500

    Merge branch 'stephenpaul2727-groups_ui_enchacement'

 .gitignore                                         |    1 +
 django_airavata/apps/api/serializers.py            |   36 +
 .../api/static/django_airavata_api/js/index.js     |    4 +
 .../static/django_airavata_api/js/models/Group.js  |   33 +
 .../js/services/GroupService.js                    |   48 +
 django_airavata/apps/api/urls.py                   |    1 +
 django_airavata/apps/api/views.py                  |   26 +
 django_airavata/apps/groups/__init__.py            |    0
 django_airavata/apps/groups/admin.py               |    0
 django_airavata/apps/groups/apps.py                |    0
 django_airavata/apps/groups/forms.py               |    0
 django_airavata/apps/groups/migrations/__init__.py |    0
 django_airavata/apps/groups/models.py              |    0
 django_airavata/apps/groups/package-lock.json      | 7364 ++++++++++++++++++++
 django_airavata/apps/groups/package.json           |   35 +
 .../js/group-create-entry-point.js                 |   16 +
 .../js/group-listing-entry-point.js                |   30 +
 .../js/groups_components/Autocomplete.vue          |  104 +
 .../js/groups_components/GroupCreate.vue           |   87 +
 .../js/groups_components/GroupListItem.vue         |   35 +
 .../js/groups_components/GroupMemberList.vue       |   33 +
 .../js/groups_components/GroupOwnerList.vue        |   33 +
 .../js/groups_components/GroupsManageContainer.vue |   94 +
 .../js/groups_components/GroupsMember.vue          |   43 +
 .../js/groups_components/GroupsOwned.vue           |   40 +
 .../templates/django_airavata_groups/base.html     |   19 +
 .../django_airavata_groups/group_details.html      |    0
 .../django_airavata_groups/group_edit.html         |    0
 .../django_airavata_groups/groups_create.html      |   16 +-
 .../django_airavata_groups/groups_list.html        |   14 +
 .../django_airavata_groups/groups_manage.html      |  103 +-
 django_airavata/apps/groups/tests.py               |    0
 django_airavata/apps/groups/urls.py                |    0
 django_airavata/apps/groups/views.py               |   37 +-
 django_airavata/apps/groups/webpack.config.js      |   87 +
 35 files changed, 8228 insertions(+), 111 deletions(-)

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