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-sdk.git.
from b043a78 Fixing test
add 2dd9556 AIRAVATA-3346: AIRAVATA-3346 Implementing remote API mode for
user_storage functions to support user storage view
add d3bf173 AIRAVATA-3346: AIRAVATA-3346 Fixing preservation of content
type in uploads
add dacf233 AIRAVATA-3346: AIRAVATA-3346: AIRAVATA-3346 Implement remote
save_input_file
add a705626 AIRAVATA-3346: AIRAVATA-3346 Prevent accidentally using local
data store API when configured for remote data store API
add b5f8260 AIRAVATA-3346: AIRAVATA-3346 removing deprecated
user_file_exists
add 8c6b231 AIRAVATA-3346: AIRAVATA-3346 Enable remote API for
update_file_content
add da9b23b AIRAVATA-3346 Factor out common code
new f58ebbc Merge pull request #1 from
apache/AIRAVATA-3346-implement-remote-fs-abstraction-of-user-storage
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:
airavata_django_portal_sdk/user_storage.py | 417 ++++++++++++++++++++++-------
airavata_django_portal_sdk/util.py | 6 +
tests/test_util.py | 13 +
3 files changed, 341 insertions(+), 95 deletions(-)
create mode 100644 airavata_django_portal_sdk/util.py
create mode 100644 tests/test_util.py