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 e7d6638  Create intermediate dirs as well when creating exp directory
     new 0acb405  AIRAVATA-2688 Group edit view and refactored Autocomplete
     new ffd38ba  Adding upload error logging, logging config

The 2 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:
 .../js/services/GroupService.js                    | 30 +++++-------
 django_airavata/apps/api/views.py                  |  1 +
 .../js/group-create-entry-point.js                 |  6 +--
 .../js/group-edit-entry-point.js                   | 25 ++++++++++
 .../js/groups_components/Autocomplete.vue          | 57 +++++++++++++---------
 .../js/groups_components/GroupCreateContainer.vue  | 31 ++++++++++++
 .../js/groups_components/GroupEditContainer.vue    | 37 ++++++++++++++
 .../{GroupCreate.vue => GroupEditor.vue}           | 24 +++++----
 .../js/groups_components/GroupsManageContainer.vue |  5 +-
 .../django_airavata_groups/group_edit.html         | 42 ++++------------
 .../django_airavata_groups/groups_create.html      | 32 ++----------
 django_airavata/apps/groups/urls.py                |  2 +-
 django_airavata/apps/groups/views.py               | 41 ++--------------
 django_airavata/apps/groups/webpack.config.js      |  3 +-
 django_airavata/settings_local.py.sample           | 43 ++++++++++++++++
 django_airavata/static/common/package-lock.json    | 23 ++++++++-
 16 files changed, 244 insertions(+), 158 deletions(-)
 create mode 100644 
django_airavata/apps/groups/static/django_airavata_groups/js/group-edit-entry-point.js
 create mode 100644 
django_airavata/apps/groups/static/django_airavata_groups/js/groups_components/GroupCreateContainer.vue
 create mode 100644 
django_airavata/apps/groups/static/django_airavata_groups/js/groups_components/GroupEditContainer.vue
 rename 
django_airavata/apps/groups/static/django_airavata_groups/js/groups_components/{GroupCreate.vue
 => GroupEditor.vue} (79%)

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

Reply via email to