You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airavata.apache.org by ma...@apache.org on 2022/03/21 13:35:49 UTC

[airavata] 01/01: Merge pull request #276 from apache/AIRAVATA-3549

This is an automated email from the ASF dual-hosted git repository.

machristie pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/airavata.git

commit b89f62b017203aa7057a1b57ea1ad3d03002449c
Merge: e278f82 10156e6
Author: Marcus Christie <ma...@apache.org>
AuthorDate: Mon Mar 21 09:35:43 2022 -0400

    Merge pull request #276 from apache/AIRAVATA-3549
    
    Fetching intermediate outputs for an running experiment

 .../api/server/handler/AiravataServerHandler.java  |  152 +
 .../java/org/apache/airavata/api/Airavata.java     | 9875 +++++++++++++-------
 .../event/ExperimentIntermediateOutputsEvent.java  |  629 ++
 .../model/messaging/event/MessageType.java         |    5 +-
 .../service/security/KeyCloakSecurityManager.java  |    5 +-
 .../airavata/helix/impl/task/AiravataTask.java     |  127 +-
 .../airavata/helix/impl/task/TaskContext.java      |  385 +-
 .../helix/impl/task/staging/DataStagingTask.java   |   30 +-
 .../impl/task/staging/OutputDataStagingTask.java   |    2 +
 .../task/submission/DefaultJobSubmissionTask.java  |    6 +-
 .../task/submission/config/GroovyMapBuilder.java   |    5 +-
 .../helix/impl/workflow/PostWorkflowManager.java   |    6 +-
 .../helix/impl/workflow/PreWorkflowManager.java    |   38 +-
 .../apache/airavata/common/utils/ThriftUtils.java  |    1 +
 .../messaging/core/impl/ExperimentConsumer.java    |   33 +-
 .../cpi/impl/SimpleOrchestratorImpl.java           |   94 +-
 .../server/OrchestratorServerHandler.java          |  126 +-
 .../orchestrator/util/OrchestratorUtils.java       |   33 +-
 .../airavata-apis/airavata_api.thrift              |   42 +
 .../airavata-apis/messaging_events.thrift          |    9 +-
 20 files changed, 8080 insertions(+), 3523 deletions(-)