You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airavata.apache.org by di...@apache.org on 2023/01/11 01:37:00 UTC

[airavata-mft] branch master updated (1af1ac5 -> d49cff3)

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 1af1ac5  Delete .travis.yml
     new d141429  GCS Transfer python CLI integration
     new 9f2457e  GCS Transfer load service account credentials from file or create account and key
     new 1d16fa4  Merge branch 'master' into feature/GCS_python_cli_integration
     new 0ee3cd2  Resolved formatting issues and merge conflicts
     new ecd144f  Removed unwanted stuff and format the user messages
     new 5b99c7b  Merge branch 'apache:master' into feature/GCS_python_cli_integration
     new d49cff3  Merge pull request #68 from Jayancv/feature/GCS_python_cli_integration

The 331 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/mft/core/ConnectorResolver.java       |   9 +
 python-cli/mft_cli/mft_cli/storage/__init__.py     |   4 +-
 python-cli/mft_cli/mft_cli/storage/gcs.py          | 240 +++++++++++++++++++++
 .../server/backend/sql/entity/GCSSecretEntity.java |   2 +-
 transport/gcp-transport/pom.xml                    |  12 +-
 .../mft/transport/gcp/GCSMetadataCollector.java    | 160 +++++++++-----
 .../gcp/GCSOutgoingStreamingConnector.java         |  22 +-
 7 files changed, 394 insertions(+), 55 deletions(-)
 create mode 100644 python-cli/mft_cli/mft_cli/storage/gcs.py