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 bad5b05 Fix formatting
add ec1477e Fix remote API support for create_user_dir
add cbd94a4 AIRAVATA-3538 experiment_util module with launch and clone
functions
No new revisions were added by this update.
Summary of changes:
.../experiment_util/__init__.py | 3 +
airavata_django_portal_sdk/experiment_util/api.py | 185 +++++++++++++++
airavata_django_portal_sdk/remoteapi.py | 50 ++++
.../user_storage/__init__.py | 6 -
airavata_django_portal_sdk/user_storage/api.py | 263 ++++++++-------------
setup.py | 2 +-
tests/test_user_storage.py | 4 +-
7 files changed, 345 insertions(+), 168 deletions(-)
create mode 100644 airavata_django_portal_sdk/experiment_util/__init__.py
create mode 100644 airavata_django_portal_sdk/experiment_util/api.py
create mode 100644 airavata_django_portal_sdk/remoteapi.py