This is an automated email from the ASF dual-hosted git repository.
lahirujayathilake pushed a change to branch develop
in repository https://gitbox.apache.org/repos/asf/airavata.git
discard a531601b9f handle the resource not found exceptions and added a helper
method to check the gateway profile existence
discard 9e62484f40 spotless apply
discard fa2a324538 Add getResourceStorageInfo API to retrieve disk usage from
compute/storage resources
add d74cd9c7ae Updating gitignore to remove pga vendors
add bb0e14c4a8 Support two storage resources to stage input data and
output data separately (#570)
add 3a37928bcd Add getResourceStorageInfo API to retrieve disk usage from
compute/storage resources
add 2750eab056 spotless apply
add 8d4113322c handle the resource not found exceptions and added a helper
method to check the gateway profile existence
add 8d0534bd3c generated the sdk code
This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version. This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:
* -- * -- B -- O -- O -- O (a531601b9f)
\
N -- N -- N refs/heads/develop (8d0534bd3c)
You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.
Any revisions marked "omit" are not gone; other references still
refer to them. Any revisions marked "discard" are gone forever.
No new revisions were added by this update.
Summary of changes:
.../init/04-expcatalog-migrations.sql | 23 +-
.../airavata/helix/impl/task/TaskContext.java | 90 +++-
.../helix/impl/task/staging/ArchiveTask.java | 8 +-
.../helix/impl/task/staging/DataStagingTask.java | 122 +++++-
.../impl/task/staging/InputDataStagingTask.java | 4 +-
.../impl/task/staging/OutputDataStagingTask.java | 13 +-
.../airavata/model/util/ExperimentModelUtil.java | 3 +-
.../core/entities/expcatalog/ProcessEntity.java | 23 +-
.../expcatalog/UserConfigurationDataEntity.java | 23 +-
.../expcatalog/ExperimentRepositoryTest.java | 6 +-
.../airavata/api/Airavata-remote | 7 +
.../airavata-python-sdk/airavata/api/Airavata.py | 309 +++++++++++++
.../model/appcatalog/storageresource/ttypes.py | 190 ++++++++
.../airavata/model/experiment/ttypes.py | 50 ++-
.../airavata/model/process/ttypes.py | 68 +--
.../airavata_experiments/airavata.py | 86 +++-
.../airavata_experiments/md/applications.py | 53 +++
.../clients/utils/data_model_creation_util.py | 6 +-
.../clients/utils/experiment_handler_util.py | 34 +-
.../samples/create_launch_echo_experiment.py | 3 +-
.../samples/create_launch_gaussian_experiment.py | 3 +-
dev-tools/batch_launch_experiments.py | 479 +++++++++++++++++++++
dev-tools/create_launch_experiment_with_storage.py | 267 ++++++++++++
.../service/handlers/AgentManagementHandler.java | 6 +-
.../service/models/AgentLaunchRequest.java | 19 +
modules/ide-integration/.gitignore | 1 +
.../data-models/experiment_model.thrift | 11 +-
.../data-models/process_model.thrift | 17 +-
.../generate-thrift-stubs.sh | 3 +-
29 files changed, 1780 insertions(+), 147 deletions(-)
create mode 100644 dev-tools/batch_launch_experiments.py
create mode 100755 dev-tools/create_launch_experiment_with_storage.py