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 60ed0a4 Removing dependency between agent and secret/resource services
new 4a4b981 Adding GCS service command-line support
new 07212a2 Change GCS Secret attributes by removing credentials json
The 2 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/command/line/MainRunner.java | 3 +-
.../mft/command/line/sub/gcs/GCSAddSubCommand.java | 94 ++++++++++++++++++
.../command/line/sub/gcs/GCSRemoteSubCommand.java | 106 +++++++++++++++++++++
.../mft/command/line/sub/gcs/GCSSubCommand.java | 9 +-
.../server/backend/sql/SQLResourceBackend.java | 28 ++++--
...ataStorageEntity.java => GCSStorageEntity.java} | 37 ++++---
...geRepository.java => GCSStorageRepository.java} | 10 +-
.../resource/server/handler/GCSServiceHandler.java | 18 ++++
.../server/backend/sql/SQLSecretBackend.java | 14 ++-
.../{SCPSecretEntity.java => GCSSecretEntity.java} | 65 +++++++------
...retRepository.java => GCSSecretRepository.java} | 11 ++-
.../src/main/resources/secrets.json.template | 4 +-
.../stub/src/main/proto/gcs/GCSCredential.proto | 6 +-
13 files changed, 332 insertions(+), 73 deletions(-)
create mode 100644
command-line/src/main/java/org/apache/airavata/mft/command/line/sub/gcs/GCSAddSubCommand.java
create mode 100644
command-line/src/main/java/org/apache/airavata/mft/command/line/sub/gcs/GCSRemoteSubCommand.java
copy core/src/main/java/org/apache/airavata/mft/core/ResourceTypes.java =>
command-line/src/main/java/org/apache/airavata/mft/command/line/sub/gcs/GCSSubCommand.java
(75%)
copy
services/resource-service/server/src/main/java/org/apache/airavata/mft/resource/server/backend/sql/entity/{ODataStorageEntity.java
=> GCSStorageEntity.java} (72%)
copy
services/resource-service/server/src/main/java/org/apache/airavata/mft/resource/server/backend/sql/repository/{ResolveStorageRepository.java
=> GCSStorageRepository.java} (80%)
copy
services/secret-service/server/src/main/java/org/apache/airavata/mft/secret/server/backend/sql/entity/{SCPSecretEntity.java
=> GCSSecretEntity.java} (62%)
copy
services/secret-service/server/src/main/java/org/apache/airavata/mft/secret/server/backend/sql/repository/{FTPSecretRepository.java
=> GCSSecretRepository.java} (85%)