HorizonNet commented on a change in pull request #248: NIFIREG-227
GitFlowPersistenceProvider option to clone repo on startup
URL: https://github.com/apache/nifi-registry/pull/248#discussion_r350400867
##########
File path:
nifi-registry-core/nifi-registry-framework/src/main/java/org/apache/nifi/registry/provider/flow/git/GitFlowMetaData.java
##########
@@ -176,6 +190,13 @@ public void remoteRepoExists(String remoteRepository)
throws IOException {
}
}
+ /**
+ * If validation of remote clone repository throws no exception then clone
the given 'Remote Clone Repository' in
+ * provided 'Flow Storage Directory'. Currently the default branch of
remote will be cloned.
+ * @param localRepo file object of 'Flow Storage Directory'
+ * @param remoteRepository URI value of 'Remote Clone Repository'
Review comment:
Better:
the URI value of the 'Remote Clone Repository' configuration
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services