Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature/ftp transport - FTP Transport protocol PR #13

Merged
merged 15 commits into from May 3, 2020

Conversation

gkiran292
Copy link
Contributor

FTP transport changes.

@DImuthuUpe Please review this.

@gkiran292 gkiran292 changed the title Feature/ftp transport Feature/ftp transport - FTP Transport protocol PR Apr 29, 2020
@sharanya17410
Copy link
Contributor

sharanya17410 commented Apr 30, 2020

You have missed including the dependency for your FTP-transport under mft-agent/pom.xml

@gkiran292
Copy link
Contributor Author

You have missed including the dependency for your FTP-transport under mft-agent/pom.xml

I have added it!

Copy link
Contributor

@DImuthuUpe DImuthuUpe left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Code looks good. Minor change requests. Add license headers to new files

@@ -0,0 +1,57 @@
package org.apache.airavata.mft.resource.server.backend.sql.entity;
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

License headers?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Agreed! I will add the license headers

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done! Pushed the changes

@gkiran292 gkiran292 mentioned this pull request May 1, 2020
@DImuthuUpe
Copy link
Contributor

Looks good to me. Great work. Thanks

@DImuthuUpe DImuthuUpe merged commit 130d5a9 into apache:master May 3, 2020
@@ -55,4 +55,9 @@
public DropboxSecret createDropboxSecret(DropboxSecretCreateRequest request) throws Exception;
public boolean updateDropboxSecret(DropboxSecretUpdateRequest request) throws Exception;
public boolean deleteDropboxSecret(DropboxSecretDeleteRequest request) throws Exception;

Optional<FTPSecret> getFTPSecret(FTPSecretGetRequest request) throws Exception;

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@gkiran292 @DImuthuUpe
For keeping it uniform, I guess adding a public modifier to each of these declarations would be better.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants