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

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


    from 667b4ef3c2 Adding agent management apis
     add dbafd24c3a initial implementation for airavata fuse service 
integration with experiments
     add 0972d9adeb Merge branch 'master' into master
     new 97a8b79e06 Merge pull request #440 from lahirujayathilake/master

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:
 .../airavata-agent/agent-communication.proto       |  20 +++
 .../airavata-fuse/src/proto/grpcfs.proto           |   6 +-
 .../agent/connection/service/UserContext.java      |  14 +-
 .../connection/service/handlers/AgentHandler.java  |  16 ++
 .../service/handlers/ExperimentHandler.java        |  43 +----
 .../connection/service/models/DirectoryInfo.java   |  23 +++
 .../service/models/ExperimentStorageResponse.java  |  43 +++++
 .../agent/connection/service/models/FileInfo.java  |  88 ++++++++++
 .../service/services/AiravataFileService.java      | 163 ++++++++++++++++++
 .../service/services/AiravataService.java          |  68 ++++++++
 .../src/main/proto/agent-communication.proto       |  20 +++
 .../src/main/proto/airavata-fuse.proto             | 183 +++++++++++++++++++++
 .../src/main/resources/application.yml             |   4 +-
 13 files changed, 643 insertions(+), 48 deletions(-)
 create mode 100644 
modules/agent-framework/connection-service/src/main/java/org/apache/airavata/agent/connection/service/models/DirectoryInfo.java
 create mode 100644 
modules/agent-framework/connection-service/src/main/java/org/apache/airavata/agent/connection/service/models/ExperimentStorageResponse.java
 create mode 100644 
modules/agent-framework/connection-service/src/main/java/org/apache/airavata/agent/connection/service/models/FileInfo.java
 create mode 100644 
modules/agent-framework/connection-service/src/main/java/org/apache/airavata/agent/connection/service/services/AiravataFileService.java
 create mode 100644 
modules/agent-framework/connection-service/src/main/proto/airavata-fuse.proto

Reply via email to