[airavata-mft] branch master updated (374b82b -> a3e1f9d)

2023-01-26 Thread smarru
This is an automated email from the ASF dual-hosted git repository.

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


from 374b82b  missing license headers
 add a3e1f9d  adding auto-generated changelog

No new revisions were added by this update.

Summary of changes:
 CHANGELOG.md  | 71 +++
 pom.xml   |  5 --
 python-sdk/samples/sample.py  | 18 ++
 python-sdk/setup.cfg  | 16 +
 python-sdk/src/airavata_mft_sdk/generate-stubs.sh | 17 ++
 5 files changed, 122 insertions(+), 5 deletions(-)
 create mode 100644 CHANGELOG.md



[airavata-mft] branch master updated: missing license headers

2023-01-26 Thread smarru
This is an automated email from the ASF dual-hosted git repository.

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


The following commit(s) were added to refs/heads/master by this push:
 new 374b82b  missing license headers
374b82b is described below

commit 374b82ba6f0d1738a1b088b092662b802878ac85
Author: Suresh Marru 
AuthorDate: Thu Jan 26 11:04:47 2023 -0500

missing license headers
---
 .../airavata/mft/command/line/CommandLineUtil.java  | 17 +
 .../airavata/mft/command/line/MainRunner.java   | 17 +
 .../mft/command/line/sub/s3/S3SubCommand.java   | 17 +
 .../line/sub/s3/storage/S3StorageAddSubCommand.java | 17 +
 .../line/sub/s3/storage/S3StorageSubCommand.java| 17 +
 .../command/line/sub/swift/SwiftAddSubCommand.java  | 17 +
 .../line/sub/swift/SwiftRemoteSubCommand.java   | 17 +
 .../mft/command/line/sub/swift/SwiftSubCommand.java | 17 +
 .../line/sub/transfer/SubmitTransferSubCommand.java | 17 +
 .../line/sub/transfer/TransferStateSubCommand.java  | 17 +
 .../line/sub/transfer/TransferSubCommand.java   | 17 +
 .../airavata/mft/controller/RequestBuilder.java | 17 +
 .../mft/resource/client/StorageServiceClient.java   | 17 +
 .../client/StorageServiceClientBuilder.java | 17 +
 .../backend/sql/entity/GenericResourceEntity.java   | 17 +
 .../backend/sql/entity/LocalStorageEntity.java  | 17 +
 .../server/backend/sql/entity/S3StorageEntity.java  | 17 +
 .../backend/sql/entity/StorageSecretEntity.java | 17 +
 .../sql/repository/GenericResourceRepository.java   | 17 +
 .../sql/repository/LocalStorageRepository.java  | 17 +
 .../backend/sql/repository/S3StorageRepository.java | 17 +
 .../sql/repository/StorageSecretRepository.java | 17 +
 .../src/main/resources/applicationContext.xml   | 21 +
 .../distribution/conf/applicationContext.xml| 21 +
 .../server/backend/sql/entity/S3SecretEntity.java   | 17 +
 .../backend/sql/repository/S3SecretRepository.java  | 17 +
 .../secret/server/handler/SwiftServiceHandler.java  | 17 +
 .../src/main/resources/applicationContext.xml   | 21 +
 .../distribution/conf/applicationContext.xml| 21 +
 .../server/src/main/resources/secrets.json.template | 16 
 .../server/StandaloneServiceApplication.java| 17 +
 .../src/main/resources/application.properties   | 17 -
 .../gcp/GCSOutgoingStreamingConnector.java  | 17 +
 .../src/main/resources/application.properties   | 17 -
 transport/local-transport/pom.xml   | 21 +
 .../mft/transport/s3/S3IncomingConnector.java   | 17 +
 .../mft/transport/s3/S3OutgoingConnector.java   | 17 +
 transport/swift-transport/pom.xml   | 21 +
 38 files changed, 667 insertions(+), 2 deletions(-)

diff --git 
a/command-line/src/main/java/org/apache/airavata/mft/command/line/CommandLineUtil.java
 
b/command-line/src/main/java/org/apache/airavata/mft/command/line/CommandLineUtil.java
index 44efeb5..9a8446c 100644
--- 
a/command-line/src/main/java/org/apache/airavata/mft/command/line/CommandLineUtil.java
+++ 
b/command-line/src/main/java/org/apache/airavata/mft/command/line/CommandLineUtil.java
@@ -1,3 +1,20 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
 package org.apache.airavata.mft.command.line;
 
 public final class CommandLineUtil {
diff --git 
a/command-line/src/main/java/org/apache/airavata/mft/command/line/MainRunner.java
 
b/command-line/src/main/java/org/apache/airavata/mft/command/line/MainRunner.java
index 0a6764b..355acb8 100644
--- 

[airavata-mft] branch master updated (a6ec115 -> 55681df)

2023-01-26 Thread smarru
This is an automated email from the ASF dual-hosted git repository.

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


from a6ec115  adding git ignore
 add 55681df  adding missing license headers

No new revisions were added by this update.

Summary of changes:
 .github/ISSUE_TEMPLATE/bug_report.md| 19 +++
 .github/ISSUE_TEMPLATE/cleanup_request.md   | 18 ++
 .github/ISSUE_TEMPLATE/feature_request.md   | 19 +++
 agent/stub/pom.xml  | 21 +
 api/stub/src/main/proto/MFTTransferApi.proto| 17 +
 common/mft-common-proto/pom.xml | 21 +
 common/pom.xml  |  2 +-
 .../airavata/mft/core/DoubleStreamingBuffer.java| 17 +
 .../airavata/mft/core/api/BasicConnector.java   | 17 +
 .../airavata/mft/core/api/ConnectorConfig.java  | 17 +
 .../mft/core/api/IncomingChunkedConnector.java  | 17 +
 .../mft/core/api/OutgoingChunkedConnector.java  | 17 +
 .../mft/core/CircularStreamingBufferTest2.java  | 17 +
 pom.xml |  5 +
 python-cli/mft_cli/README.md| 19 +++
 python-cli/mft_cli/airavata_mft_cli/__init__.py | 18 ++
 python-cli/mft_cli/airavata_mft_cli/base.py | 18 ++
 python-cli/mft_cli/airavata_mft_cli/bootstrap.py| 18 ++
 python-cli/mft_cli/airavata_mft_cli/main.py | 18 ++
 python-cli/mft_cli/airavata_mft_cli/operations.py   | 18 ++
 .../mft_cli/airavata_mft_cli/storage/__init__.py| 18 ++
 .../mft_cli/airavata_mft_cli/storage/azure.py   | 18 ++
 python-cli/mft_cli/airavata_mft_cli/storage/s3.py   | 18 ++
 23 files changed, 386 insertions(+), 1 deletion(-)