This is an automated email from the ASF dual-hosted git repository.
machristie pushed a change to branch airavata-3016
in repository https://gitbox.apache.org/repos/asf/airavata-django-portal.git.
from 2620f18 AIRAVATA-3034 user storage breadcrumbs
new 643a55f AIRAVATA-3034 sorting by name and created time
new 33f1258 AIRAVATA-3034 File, directory size, with sorting
new 615713a AIRAVATA-3034 Fixing double initial load of data
new bbd90ce AIRAVATA-3034 UI enhancements to storage browser
new 68d736e AIRAVATA-3016 Removing sanitizing usernames
new 52968ff AIRAVATA-3034 changed icons, order of storage columns
new d04ded4 AIRAVATA-3034 Upload files, add new directory
new 87f4d83 AIRAVATA-3034 Delete directories, path
The 8 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/api/data_products_helper.py | 15 ++-
django_airavata/apps/api/datastore.py | 31 ++++--
django_airavata/apps/api/serializers.py | 4 +
.../api/static/django_airavata_api/js/index.js | 9 +-
.../js/models/UserStorageDirectory.js | 2 +-
.../js/models/UserStorageFile.js | 8 +-
.../django_airavata_api/js/session/Session.js | 7 ++
django_airavata/apps/api/views.py | 1 +
django_airavata/apps/workspace/package.json | 4 +-
.../components/storage/UserStoragePathViewer.vue | 74 ++++++++++++++-
.../js/containers/UserStorageContainer.vue | 104 ++++++++++++++++++++-
.../templates/django_airavata_workspace/base.html | 2 +-
django_airavata/static/common/js/entry.js | 4 +
django_airavata/static/common/package.json | 2 +-
django_airavata/templates/base.html | 6 ++
15 files changed, 249 insertions(+), 24 deletions(-)
create mode 100644
django_airavata/apps/api/static/django_airavata_api/js/session/Session.js