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 24ee13e AIRAVATA-2966 Take user back to external login option they
selected when it fails
new ba8f5a6 AIRAVATA-2980 clone REST API method and button
new 712cc27 AIRAVATA-2980 When cloning, use the name of the copied file,
not the full path
The 725 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:
.../admin/static/django_airavata_admin/src/App.vue | 9 +--
.../admin/static/django_airavata_admin/src/main.js | 5 +-
django_airavata/apps/api/datastore.py | 14 +++-
.../django_airavata_api/js/service_config.js | 6 ++
django_airavata/apps/api/views.py | 74 ++++++++++++++++++++++
.../js/components/experiment/ExperimentSummary.vue | 16 ++++-
.../js/containers/CreateExperimentContainer.vue | 26 ++++----
.../js/entry-create-experiment.js | 15 +++--
.../js/entry-dashboard.js | 5 +-
.../js/entry-edit-experiment.js | 15 +++--
.../js/entry-experiment-list.js | 15 +++--
.../js/entry-project-list.js | 15 +++--
.../js/entry-view-experiment.js | 17 +++--
13 files changed, 169 insertions(+), 63 deletions(-)