This is an automated email from the ASF dual-hosted git repository.
machristie pushed a change to branch develop
in repository https://gitbox.apache.org/repos/asf/airavata.git.
from 211691d Merge branch 'AIRAVATA-2590-uge_groovy-template-fixes' into
develop
add 649bb66 Removed dependencies
add 4f4cbd6 Added new methods to registry api
add 0e58134 Changes to pom and exceptions
add feff039 Merge branch 'develop' of https://github.com/apache/airavata
into develop
add f5aaf33 Changes to throw Runtimeexception
add ccfecab Merge branch 'develop' of https://github.com/apache/airavata
into develop
new 3aee824 Merge pull request #164 from sachinkariyattin/develop
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:
modules/gfac/gfac-core/pom.xml | 15 +-
.../java/org/apache/airavata/gfac/core/GFac.java | 6 +-
.../apache/airavata/gfac/core/GFacConstants.java | 8 +
.../org/apache/airavata/gfac/core/GFacEngine.java | 3 +-
.../org/apache/airavata/gfac/core/GFacUtils.java | 280 +-
.../airavata/gfac/core/context/ProcessContext.java | 111 +-
.../org/apache/airavata/gfac/impl/Factory.java | 26 +-
.../apache/airavata/gfac/impl/GFacEngineImpl.java | 194 +-
.../org/apache/airavata/gfac/impl/GFacWorker.java | 5 +-
.../airavata/gfac/impl/task/ArchiveTask.java | 4 +-
.../gfac/impl/task/BESJobSubmissionTask.java | 21 +-
.../airavata/gfac/impl/task/DataStageTask.java | 1 +
.../airavata/gfac/impl/task/DataStreamingTask.java | 2 +-
.../gfac/impl/task/DefaultJobSubmissionTask.java | 24 +-
.../gfac/impl/task/ForkJobSubmissionTask.java | 20 +-
.../gfac/impl/task/LocalJobSubmissionTask.java | 6 +-
.../airavata/gfac/impl/task/SCPDataStageTask.java | 29 +-
.../airavata/gfac/impl/task/utils/StreamData.java | 7 +-
.../gfac/impl/task/utils/bes/DataTransferrer.java | 24 +-
.../task/utils/bes/UNICORESecurityContext.java | 1 -
.../gfac/monitor/cloud/AuroraJobMonitor.java | 4 -
modules/gfac/gfac-service/pom.xml | 10 -
.../airavata/gfac/server/GfacServerHandler.java | 38 +-
.../gfac/client/GfacClientFactoryTest.java | 2 -
.../airavata/gfac/client/util/Initialize.java | 67 +-
.../sample/OrchestratorClientSample.java | 2 +-
modules/orchestrator/orchestrator-core/pom.xml | 15 +-
.../core/context/OrchestratorContext.java | 13 +-
.../core/utils/OrchestratorConstants.java | 4 +
.../orchestrator/core/utils/OrchestratorUtils.java | 160 +-
.../core/validator/impl/BatchQueueValidator.java | 243 +-
.../cpi/impl/AbstractOrchestrator.java | 27 +-
.../cpi/impl/SimpleOrchestratorImpl.java | 124 +-
.../orchestrator/core/util/Initialize.java | 151 +-
modules/orchestrator/orchestrator-service/pom.xml | 10 -
.../server/OrchestratorServerHandler.java | 151 +-
.../orchestrator/util/OrchestratorUtils.java | 33 +-
.../orchestrator/client/util/Initialize.java | 68 +-
.../api/service/handler/RegistryServerHandler.java | 330 +-
.../airavata/registry/api/RegistryService.java | 47058 +++++++++++++------
.../workflow/core/WorkflowInterpreter.java | 29 +-
.../component-cpis/registry-api.thrift | 87 +-
42 files changed, 34746 insertions(+), 14667 deletions(-)
--
To stop receiving notification emails like this one, please contact
[email protected].