This is an automated email from the ASF dual-hosted git repository.
yasith pushed a change to branch service-layer
in repository https://gitbox.apache.org/repos/asf/airavata.git
omit f6ef9807da run spotless:apply
omit e893ac335c remove unused throws clauses and imports
omit dbdfb55319 update service classes to throw only the exceptions that
get created. partially fixed the thrift handlers
omit aeda3090a2 get code to compile. add AiravataSystemException clause to
thrift services that didnt have exception clause
omit a1f29dba95 partially update the services with right exception types
omit cca85a4cf9 preserve stack trace of exceptions
omit af89b9f8cf do all exception handling in services, and handlers simply
call them
omit 7aebf904c6 partial fix
omit 8fb684fc62 Bump io.github.ascopes:protobuf-maven-plugin (#568)
omit 0c6c879e06 Bump io.github.ascopes:protobuf-maven-plugin from 2.12.1 to
3.10.2 (#576)
omit 0fd2948f74 Making experiment data path relative when the destination
and source storages are different (#574)
omit b93b5e8236 run spotless:apply
omit 543ba540b8 fix error in airavataserverhandler
omit a6b49f2ea1 fix airavataserverhandler bugs
omit f0d3f90e35 update userprofileservicehandler
omit bfe135bbee update tenantprofileservicehandler
omit 06ab7fd587 update sharingregistryserverhandler
omit fba1f77ab8 update iamadminserviceshandler
omit a2376b2c98 update groupmanagerserverhandler
omit 5894525a8c add missing function to computeresourcerepo
omit ef52eb39a5 update Orchestrator (fix)
omit b07de97b25 update OrchestratorServerHandler
omit 4cf27f8571 update CredentialStoreServerHandler
omit 2c05eb6823 update AiravataServerHandler
omit 4f7c4d8935 update RegistryServerHandler
add 8281d36a5b Add cleanAfterStaged flag to delete source files after
successful staging
add 452fc69d22 Adding support to clean up experiment working directory on
cluster (#582)
add 9b3b9e52d5 update RegistryServerHandler
add dc9121667d update AiravataServerHandler
add 12472d4bac update CredentialStoreServerHandler
add 47b7eb70dc update OrchestratorServerHandler
add 0e1e26bcf0 update Orchestrator (fix)
add 53a32847f5 add missing function to computeresourcerepo
add 1bd31be11a update groupmanagerserverhandler
add 75896eac96 update iamadminserviceshandler
add f4b9eab0b6 update sharingregistryserverhandler
add f427536014 update tenantprofileservicehandler
add 79be600951 update userprofileservicehandler
add 00dbd243e2 fix airavataserverhandler bugs
add dc64fb2b93 fix error in airavataserverhandler
add c7153fdda2 run spotless:apply
add c4ca9f8932 Making experiment data path relative when the destination
and source storages are different (#574)
add 7fb22d928c Bump io.github.ascopes:protobuf-maven-plugin from 2.12.1 to
3.10.2 (#576)
add aff3d9e3ec Bump io.github.ascopes:protobuf-maven-plugin (#568)
add 8900c3192f partial fix
add 50586e36c3 do all exception handling in services, and handlers simply
call them
add 96d37776d7 preserve stack trace of exceptions
add 0f889f3b6a partially update the services with right exception types
add e07b487620 get code to compile. add AiravataSystemException clause to
thrift services that didnt have exception clause
add 8a8986d87b update service classes to throw only the exceptions that
get created. partially fixed the thrift handlers
add 0c7af7d21c remove unused throws clauses and imports
add a071897c6d run spotless:apply
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 (f6ef9807da)
\
N -- N -- N refs/heads/service-layer (a071897c6d)
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/03-appcatalog-migrations.sql | 3 +
.../init/07-cleanup-strategy-migration.sql | 4 +
.../apache/airavata/agents/api/AgentAdaptor.java | 2 +
.../agents/api/StorageResourceAdaptor.java | 2 +
.../airavata/helix/adaptor/SSHJAgentAdaptor.java | 27 ++++
.../airavata/helix/agent/ssh/SshAgentAdaptor.java | 42 +++++++
.../airavata/helix/impl/task/AiravataTask.java | 7 ++
.../airavata/helix/impl/task/TaskContext.java | 13 ++
.../helix/impl/task/completing/CompletingTask.java | 18 +++
.../impl/task/staging/OutputDataStagingTask.java | 136 ++++++++++++++++++++-
.../appcatalog/ApplicationInterfaceEntity.java | 11 ++
.../core/entities/expcatalog/ExperimentEntity.java | 13 ++
.../database_scripts/appcatalog-mysql.sql | 1 +
.../model/appcatalog/appinterface/ttypes.py | 14 ++-
.../airavata/model/experiment/ttypes.py | 25 +++-
.../data-models/application_interface_model.thrift | 3 +-
.../data-models/experiment_model.thrift | 10 +-
17 files changed, 322 insertions(+), 9 deletions(-)
create mode 100644
.devcontainer/database_scripts/init/07-cleanup-strategy-migration.sql