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-mft.git
from e0b4d31 Updating pending transfer count in agents
new ac85bd2 Local Transport Changes
new 1b33f49 merger conflicts resolved
new 68b104a Local Transport OutgoingChunk
new 3832259 Local Agent selection fixed
new f3a9d67 Local storage type fix
new a0a4a15 Merge pull request #90 from praneethchityala/local-transport
The 383 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:
agent/stub/src/main/proto/MFTAgentStubs.proto | 1 +
.../airavata/mft/api/handler/MFTApiHandler.java | 6 +-
.../airavata/mft/core/ConnectorResolver.java | 10 +-
python-cli/mft_cli/airavata_mft_cli/operations.py | 2 +
.../mft_cli/airavata_mft_cli/storage/__init__.py | 4 +
.../mft_cli/airavata_mft_cli/storage/local.py | 43 ++++++++
.../local/LocalIncomingChunkedConnector.java | 106 ++++++++++++++++++++
.../transport/local/LocalMetadataCollector.java | 4 +-
.../local/LocalOutgoingChunkedConnector.java | 110 +++++++++++++++++++++
9 files changed, 282 insertions(+), 4 deletions(-)
create mode 100644 python-cli/mft_cli/airavata_mft_cli/storage/local.py
create mode 100644
transport/local-transport/src/main/java/org/apache/airavata/mft/transport/local/LocalIncomingChunkedConnector.java
create mode 100644
transport/local-transport/src/main/java/org/apache/airavata/mft/transport/local/LocalOutgoingChunkedConnector.java