[GitHub] nifi-registry pull request #112: NIFIREG-162: Support Git backed Persistence...

2018-05-08 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/nifi-registry/pull/112 ---

[GitHub] nifi-registry pull request #112: NIFIREG-162: Support Git backed Persistence...

2018-04-27 Thread bbende
Github user bbende commented on a diff in the pull request: https://github.com/apache/nifi-registry/pull/112#discussion_r184709680 --- Diff: nifi-registry-utils/src/main/java/org/apache/nifi/registry/util/FileUtils.java --- @@ -389,4 +389,38 @@ public static void

[GitHub] nifi-registry pull request #112: NIFIREG-162: Support Git backed Persistence...

2018-04-27 Thread bbende
Github user bbende commented on a diff in the pull request: https://github.com/apache/nifi-registry/pull/112#discussion_r184706432 --- Diff: nifi-registry-docs/src/main/asciidoc/administration-guide.adoc --- @@ -895,3 +895,167 @@ Providing 2 total locations, including

[GitHub] nifi-registry pull request #112: NIFIREG-162: Support Git backed Persistence...

2018-04-27 Thread kevdoran
Github user kevdoran commented on a diff in the pull request: https://github.com/apache/nifi-registry/pull/112#discussion_r184700563 --- Diff: nifi-registry-docs/src/main/asciidoc/administration-guide.adoc --- @@ -895,3 +895,167 @@ Providing 2 total locations, including

[GitHub] nifi-registry pull request #112: NIFIREG-162: Support Git backed Persistence...

2018-04-27 Thread bbende
Github user bbende commented on a diff in the pull request: https://github.com/apache/nifi-registry/pull/112#discussion_r184694579 --- Diff: nifi-registry-docs/src/main/asciidoc/administration-guide.adoc --- @@ -895,3 +895,167 @@ Providing 2 total locations, including

[GitHub] nifi-registry pull request #112: NIFIREG-162: Support Git backed Persistence...

2018-04-27 Thread ijokarumawak
Github user ijokarumawak commented on a diff in the pull request: https://github.com/apache/nifi-registry/pull/112#discussion_r184609148 --- Diff: nifi-registry-framework/src/main/java/org/apache/nifi/registry/provider/flow/git/GitFlowMetaData.java --- @@ -0,0 +1,384 @@ +/*

[GitHub] nifi-registry pull request #112: NIFIREG-162: Support Git backed Persistence...

2018-04-26 Thread bbende
Github user bbende commented on a diff in the pull request: https://github.com/apache/nifi-registry/pull/112#discussion_r184458388 --- Diff: nifi-registry-framework/src/main/java/org/apache/nifi/registry/provider/flow/git/GitFlowMetaData.java --- @@ -0,0 +1,384 @@ +/* + *

[GitHub] nifi-registry pull request #112: NIFIREG-162: Support Git backed Persistence...

2018-04-12 Thread ijokarumawak
GitHub user ijokarumawak opened a pull request: https://github.com/apache/nifi-registry/pull/112 NIFIREG-162: Support Git backed PersistenceProvider - Added GitPersistenceProvider which manages Flow snapshot versions by Git commits - Updated FlowSnapshotContext to provide