[2/2] nifi git commit: NIFI-3696 - ConfigMigration and FileManager tools

2017-06-12 Thread brosander
NIFI-3696 - ConfigMigration and FileManager tools This closes #1889. Signed-off-by: Bryan Rosander Project: http://git-wip-us.apache.org/repos/asf/nifi/repo Commit: http://git-wip-us.apache.org/repos/asf/nifi/commit/8ef4fddd Tree:

[1/2] nifi git commit: NIFI-3696 - ConfigMigration and FileManager tools

2017-06-12 Thread brosander
Repository: nifi Updated Branches: refs/heads/master 776190335 -> 8ef4f http://git-wip-us.apache.org/repos/asf/nifi/blob/8ef4fddd/nifi-toolkit/nifi-toolkit-admin/src/test/groovy/org/apache/nifi/toolkit/admin/filemanager/FileManagerToolSpec.groovy

nifi-minifi-cpp git commit: MINIFI-177 - Apache RAT build integration

2017-06-05 Thread brosander
Repository: nifi-minifi-cpp Updated Branches: refs/heads/master 73ecc6671 -> 22657c48a MINIFI-177 - Apache RAT build integration Incorporating Apache RAT to build with a custom target of apache-rat. Updating non-compliant files and/or listing exclusions in .rat-excludes This commit

nifi git commit: NIFI-4002: Add PutElasticsearchHttpRecord processor

2017-06-02 Thread brosander
Repository: nifi Updated Branches: refs/heads/master de6a98618 -> 0bddcfe73 NIFI-4002: Add PutElasticsearchHttpRecord processor This closes #1878 Signed-off-by: Bryan Rosander Project: http://git-wip-us.apache.org/repos/asf/nifi/repo Commit:

nifi git commit: NIFI-3788 Switched Amazon HTTP client instantiation from using null HostnameVerifier (which defaulted to Strict, which cannot handle wildcard certificate hostnames) to DefaultHostname

2017-05-04 Thread brosander
Repository: nifi Updated Branches: refs/heads/master f3745065b -> 4f40eca16 NIFI-3788 Switched Amazon HTTP client instantiation from using null HostnameVerifier (which defaulted to Strict, which cannot handle wildcard certificate hostnames) to DefaultHostnameVerifier, which is fine. I still

nifi-minifi-cpp git commit: MINIFI-284 Making use of CMAKE_INSTALL_LIBDIR argument to standardize install location of JsonCpp lib across distributions.

2017-05-02 Thread brosander
Repository: nifi-minifi-cpp Updated Branches: refs/heads/master 53f094622 -> 45ff49990 MINIFI-284 Making use of CMAKE_INSTALL_LIBDIR argument to standardize install location of JsonCpp lib across distributions. This closes #87. Signed-off-by: Bryan Rosander Project:

[4/5] nifi git commit: NIFI-1833 - Addressed issues from PR review.

2017-05-02 Thread brosander
http://git-wip-us.apache.org/repos/asf/nifi/blob/26d90fbc/nifi-nar-bundles/nifi-extension-utils/nifi-processor-utils/src/main/java/org/apache/nifi/processor/util/list/EntityListing.java -- diff --git

[2/5] nifi git commit: NIFI-1833 - Addressed issues from PR review.

2017-05-02 Thread brosander
NIFI-1833 - Addressed issues from PR review. Addressed dependency issues from the review. Addressed a checkstyle issue. Review: reworded the descriptions. Review: implemented the reset condition logic. Review: dropped static qualifier from method signatures, not required really Review: removed

[5/5] nifi git commit: NIFI-1833 - Addressed issues from PR review.

2017-05-02 Thread brosander
NIFI-1833 - Addressed issues from PR review. NIFI-1833 Moved AbstractListProcessor.java, EntityListing.java, and ListableEntity.java from nifi-standard-processors into nifi-processor-utils Moved TestAbstractListProcessor.java into nifi-processor-utils Set nifi-azure-nar's nar dependency back to

[3/5] nifi git commit: NIFI-1833 - Addressed issues from PR review.

2017-05-02 Thread brosander
http://git-wip-us.apache.org/repos/asf/nifi/blob/26d90fbc/nifi-nar-bundles/nifi-standard-bundle/nifi-standard-processors/src/test/java/org/apache/nifi/processors/standard/TestAbstractListProcessor.java -- diff --git

[1/5] nifi git commit: NIFI-1833 - Azure Storage processors

2017-05-02 Thread brosander
Repository: nifi Updated Branches: refs/heads/master 7d242076c -> 26d90fbcc NIFI-1833 - Azure Storage processors Signed-off-by: Bryan Rosander Project: http://git-wip-us.apache.org/repos/asf/nifi/repo Commit: http://git-wip-us.apache.org/repos/asf/nifi/commit/3488a169

[1/2] nifi-minifi-cpp git commit: MINIFI-274 Use external project with existing source for jsoncpp to avoid contamination of core project build.

2017-05-02 Thread brosander
Repository: nifi-minifi-cpp Updated Branches: refs/heads/master 678c602c8 -> 53f094622 MINIFI-274 Use external project with existing source for jsoncpp to avoid contamination of core project build. Adding needed libcurl to travis build. Adjusting request method handling in InvokeHTTP

[2/2] nifi-minifi-cpp git commit: MINIFI-283

2017-05-02 Thread brosander
MINIFI-283 MINIFI-269: Apply 7b322b41b570316ab013b805622884a326554c02 from original example Isolate Processor Tests and make GetFile be shared pointer This closes #84. Signed-off-by: Aldrin Piri Project: http://git-wip-us.apache.org/repos/asf/nifi-minifi-cpp/repo Commit:

nifi-minifi git commit: MINIFI-277: Write variable registry property to nifi.properties.

2017-05-01 Thread brosander
Repository: nifi-minifi Updated Branches: refs/heads/master b059afef2 -> 5c6add80a MINIFI-277: Write variable registry property to nifi.properties. This closes #80. Signed-off-by: Bryan Rosander Project: http://git-wip-us.apache.org/repos/asf/nifi-minifi/repo Commit:

nifi-minifi-cpp git commit: MINIFI-273 Update README to include doxygen dependencies for build.

2017-04-28 Thread brosander
Repository: nifi-minifi-cpp Updated Branches: refs/heads/master 41a5e62d8 -> ab3cf9770 MINIFI-273 Update README to include doxygen dependencies for build. This closes #82. Signed-off-by: Bryan Rosander Project:

nifi git commit: NIFI-3493 Corrected reference in Admin Guide to http not https for nifi.web.https.network.interface property

2017-02-16 Thread brosander
Repository: nifi Updated Branches: refs/heads/master 702a0dcf1 -> 855743f93 NIFI-3493 Corrected reference in Admin Guide to http not https for nifi.web.https.network.interface property This closes #1515. Signed-off-by: Bryan Rosander Project:

nifi git commit: NIFI-3355 Allows NiFi to bind to specific network interfaces, with separate interface lists for HTTP and HTTPS.

2017-02-15 Thread brosander
Repository: nifi Updated Branches: refs/heads/master 4a68dacc4 -> 8b9034371 NIFI-3355 Allows NiFi to bind to specific network interfaces, with separate interface lists for HTTP and HTTPS. This closes #1508. Signed-off-by: Bryan Rosander Project:

nifi git commit: NIFI-3017: Exclude org.json dependency from Hive bundle

2017-02-14 Thread brosander
Repository: nifi Updated Branches: refs/heads/0.x e97d7460a -> 5593be400 NIFI-3017: Exclude org.json dependency from Hive bundle This closes #1199. Signed-off-by: Bryan Rosander Project: http://git-wip-us.apache.org/repos/asf/nifi/repo Commit:

nifi-minifi git commit: MINIFI-185 Updating Copyright statements to reflect the new year.

2017-02-14 Thread brosander
Repository: nifi-minifi Updated Branches: refs/heads/master bade5d740 -> ed801f32a MINIFI-185 Updating Copyright statements to reflect the new year. This closes #71. Project: http://git-wip-us.apache.org/repos/asf/nifi-minifi/repo Commit:

nifi git commit: NIFI-3300 Implemented usage of ZooKeeper chroot capability in the connect string

2017-02-01 Thread brosander
Repository: nifi Updated Branches: refs/heads/master f77b5a501 -> af2861f10 NIFI-3300 Implemented usage of ZooKeeper chroot capability in the connect string Updated ZooKeeper connect string parsing tests Updated admin doc for ZooKeeper Migrator migration of nifi root nodes, updated source

nifi git commit: NIFI-3158 Added cleanup of resources and refactored exception handling

2017-01-20 Thread brosander
Repository: nifi Updated Branches: refs/heads/master 7f0171ffa -> 516075de0 NIFI-3158 Added cleanup of resources and refactored exception handling This closes #1427. Signed-off-by: Bryan Rosander Project: http://git-wip-us.apache.org/repos/asf/nifi/repo Commit:

nifi git commit: NIFI-3330 Replaced two instances of multiple calls to getter methods during request attribute retrieval with a single call saved to a local variable to prevent null pointer exceptions

2017-01-13 Thread brosander
Repository: nifi Updated Branches: refs/heads/master 4d533a99b -> def4918af NIFI-3330 Replaced two instances of multiple calls to getter methods during request attribute retrieval with a single call saved to a local variable to prevent null pointer exceptions during multiple invocations of a

nifi git commit: NIFI-1582 Fixing how failures with state are handled and improving flowfile handling

2016-12-29 Thread brosander
Repository: nifi Updated Branches: refs/heads/master 4986b83b8 -> 8acbe9aa3 NIFI-1582 Fixing how failures with state are handled and improving flowfile handling This closes #1371 Signed-off-by: Bryan Rosander Project: http://git-wip-us.apache.org/repos/asf/nifi/repo

[1/3] nifi-minifi git commit: MINIFI-154 Adding support for Controller Services

2016-12-09 Thread brosander
Repository: nifi-minifi Updated Branches: refs/heads/master b028f5a00 -> cbb2bdd8e http://git-wip-us.apache.org/repos/asf/nifi-minifi/blob/cbb2bdd8/minifi-toolkit/minifi-toolkit-configuration/src/test/resources/ProcessGroupsAndRemoteProcessGroups.yml

[2/3] nifi-minifi git commit: MINIFI-154 Adding support for Controller Services

2016-12-09 Thread brosander
http://git-wip-us.apache.org/repos/asf/nifi-minifi/blob/cbb2bdd8/minifi-nar-bundles/minifi-standard-services-api-nar/pom.xml -- diff --git a/minifi-nar-bundles/minifi-standard-services-api-nar/pom.xml

nifi git commit: NIFI-3131 - Qualifying nifi-env in nifi bat scripts, removing popd from toolkit bat scripts

2016-12-05 Thread brosander
Repository: nifi Updated Branches: refs/heads/master d1f2492de -> 97d2d3042 NIFI-3131 - Qualifying nifi-env in nifi bat scripts, removing popd from toolkit bat scripts This closes #1293 Signed-off-by: Bryan Rosander Project:

nifi git commit: NIFI-3132 - Using cygpath and quoting paths correctly in sh scripts when run in cygwin

2016-12-05 Thread brosander
Repository: nifi Updated Branches: refs/heads/master 78de10dec -> d1f2492de NIFI-3132 - Using cygpath and quoting paths correctly in sh scripts when run in cygwin This closes #1292 Signed-off-by: Bryan Rosander Project:

nifi git commit: NIFI-3150 Added logic to wait for the zk client to connect to the configured server

2016-12-05 Thread brosander
Repository: nifi Updated Branches: refs/heads/master 2d6bba080 -> 78de10dec NIFI-3150 Added logic to wait for the zk client to connect to the configured server Signed-off-by: Bryan Rosander Project: http://git-wip-us.apache.org/repos/asf/nifi/repo Commit:

nifi-minifi git commit: MINIFI-126 Migrating improvements made in NiFi bootstrap

2016-11-30 Thread brosander
Repository: nifi-minifi Updated Branches: refs/heads/master 66595772e -> 5ac121fae MINIFI-126 Migrating improvements made in NiFi bootstrap This closes #59 Signed-off-by: Bryan Rosander Project: http://git-wip-us.apache.org/repos/asf/nifi-minifi/repo Commit:

nifi-minifi git commit: MINIFI-143 Correcting library classpath for Windows environments to reflect changes in assembly structure.

2016-11-30 Thread brosander
Repository: nifi-minifi Updated Branches: refs/heads/master d623521b1 -> 66595772e MINIFI-143 Correcting library classpath for Windows environments to reflect changes in assembly structure. This closes #61 Signed-off-by: Bryan Rosander Project:

[1/2] nifi-minifi git commit: MINIFI-137 Adding option to RPGs to transmit via HTTP. Also corrected a typo that had RPGs as 'Remote Processing Groups' instead of 'Remote Process Groups' (extra 'ing').

2016-11-29 Thread brosander
Repository: nifi-minifi Updated Branches: refs/heads/master d681f8fd6 -> 98877d674 http://git-wip-us.apache.org/repos/asf/nifi-minifi/blob/98877d67/minifi-toolkit/minifi-toolkit-configuration/src/test/java/org/apache/nifi/minifi/toolkit/configuration/ConfigMainTest.java

[2/2] nifi-minifi git commit: MINIFI-137 Adding option to RPGs to transmit via HTTP. Also corrected a typo that had RPGs as 'Remote Processing Groups' instead of 'Remote Process Groups' (extra 'ing').

2016-11-29 Thread brosander
MINIFI-137 Adding option to RPGs to transmit via HTTP. Also corrected a typo that had RPGs as 'Remote Processing Groups' instead of 'Remote Process Groups' (extra 'ing'). This closes #57 Signed-off-by: Bryan Rosander Project:

nifi-minifi git commit: MINIFI-126 Adjusting default JVM size and removing bootstrap properties relating to Java 7

2016-11-29 Thread brosander
Repository: nifi-minifi Updated Branches: refs/heads/master aeea72b71 -> d681f8fd6 MINIFI-126 Adjusting default JVM size and removing bootstrap properties relating to Java 7 This closes #58 Signed-off-by: Bryan Rosander Project:

nifi git commit: NIFI-3032 Resolved issue where multiple invocations of NiFiPropertiesLoader.withKey() used cached key. Added unit tests and resources.

2016-11-14 Thread brosander
Repository: nifi Updated Branches: refs/heads/master 7e2373418 -> 4d1bcc808 NIFI-3032 Resolved issue where multiple invocations of NiFiPropertiesLoader.withKey() used cached key. Added unit tests and resources. NIFI-3032 Fixed bug in AESSensitivePropertyProvider#getIdentifierKey where the

nifi git commit: NIFI-2957 Corrections of typos, documentation, and strings Updates made regarding Intellij code inspections

2016-11-14 Thread brosander
Repository: nifi Updated Branches: refs/heads/master ae4f27a62 -> 7e2373418 NIFI-2957 Corrections of typos, documentation, and strings Updates made regarding Intellij code inspections This closes #1218 Signed-off-by: Bryan Rosander Project:

[1/3] nifi-minifi git commit: MINIFI-36 Refactoring config change notifiers and adding Pull config change notifier

2016-11-11 Thread brosander
Repository: nifi-minifi Updated Branches: refs/heads/master 7954d36e9 -> 6f3c56780 http://git-wip-us.apache.org/repos/asf/nifi-minifi/blob/6f3c5678/minifi-bootstrap/src/test/java/org/apache/nifi/minifi/bootstrap/configuration/ingestors/common/TestRestChangeIngestorCommon.java

[2/3] nifi-minifi git commit: MINIFI-36 Refactoring config change notifiers and adding Pull config change notifier

2016-11-11 Thread brosander
http://git-wip-us.apache.org/repos/asf/nifi-minifi/blob/6f3c5678/minifi-bootstrap/src/main/java/org/apache/nifi/minifi/bootstrap/configuration/ingestors/RestChangeIngestor.java -- diff --git

[3/3] nifi-minifi git commit: MINIFI-36 Refactoring config change notifiers and adding Pull config change notifier

2016-11-11 Thread brosander
MINIFI-36 Refactoring config change notifiers and adding Pull config change notifier This closes #51 Signed-off-by: Bryan Rosander Project: http://git-wip-us.apache.org/repos/asf/nifi-minifi/repo Commit: http://git-wip-us.apache.org/repos/asf/nifi-minifi/commit/6f3c5678

nifi git commit: NIFI-2928: Fixed checkstyle violation in FetchFile

2016-11-03 Thread brosander
Repository: nifi Updated Branches: refs/heads/master b7c639218 -> 0841f14c1 NIFI-2928: Fixed checkstyle violation in FetchFile This closes #1180 Signed-off-by: Bryan Rosander Project: http://git-wip-us.apache.org/repos/asf/nifi/repo Commit:

svn commit: r1766750 - in /nifi/site/trunk: developer-guide.html docs.html download.html faq.html index.html licensing-guide.html mailing_lists.html people.html quickstart.html release-guide.html vide

2016-10-26 Thread brosander
Author: brosander Date: Thu Oct 27 01:09:27 2016 New Revision: 1766750 URL: http://svn.apache.org/viewvc?rev=1766750=rev Log: Archive and 0.7.1 updates Modified: nifi/site/trunk/developer-guide.html nifi/site/trunk/docs.html nifi/site/trunk/download.html nifi/site/trunk/faq.html

nifi-site git commit: Archive and 0.7.1 updates

2016-10-26 Thread brosander
Repository: nifi-site Updated Branches: refs/heads/master 10c2ae454 -> 8f99e3cdc Archive and 0.7.1 updates Project: http://git-wip-us.apache.org/repos/asf/nifi-site/repo Commit: http://git-wip-us.apache.org/repos/asf/nifi-site/commit/8f99e3cd Tree:

svn commit: r1766745 - in /nifi/site/trunk: download.html mailing_lists.html

2016-10-26 Thread brosander
Author: brosander Date: Wed Oct 26 21:55:21 2016 New Revision: 1766745 URL: http://svn.apache.org/viewvc?rev=1766745=rev Log: Undoing unintended changes Modified: nifi/site/trunk/download.html nifi/site/trunk/mailing_lists.html Modified: nifi/site/trunk/download.html URL: http

svn commit: r1766740 - in /nifi/site/trunk: download.html mailing_lists.html people.html

2016-10-26 Thread brosander
Author: brosander Date: Wed Oct 26 21:32:20 2016 New Revision: 1766740 URL: http://svn.apache.org/viewvc?rev=1766740=rev Log: Adding myself to committers Modified: nifi/site/trunk/download.html nifi/site/trunk/mailing_lists.html nifi/site/trunk/people.html Modified: nifi/site/trunk

nifi-site git commit: Adding myself to committers

2016-10-26 Thread brosander
/src/pages/html/people.hbs @@ -173,6 +173,11 @@ title: Apache NiFi Team Andre F de Miranda + + brosander +Bryan Rosander + +