nifi git commit: NIFI-1929: Improvements for PutHDFS attribute handling

2016-06-06 Thread pvillard
Repository: nifi Updated Branches: refs/heads/master 8d8a9cba7 -> b32c70c41 NIFI-1929: Improvements for PutHDFS attribute handling This closes #486. Project: http://git-wip-us.apache.org/repos/asf/nifi/repo Commit: http://git-wip-us.apache.org/repos/asf/nifi/commit/b32c70c4 Tree:

nifi git commit: NIFI-1929: Improvements for PutHDFS attribute handling

2016-06-06 Thread pvillard
Repository: nifi Updated Branches: refs/heads/0.x a77fcdf66 -> b85085729 NIFI-1929: Improvements for PutHDFS attribute handling This closes #486. Project: http://git-wip-us.apache.org/repos/asf/nifi/repo Commit: http://git-wip-us.apache.org/repos/asf/nifi/commit/b8508572 Tree:

nifi git commit: NIFI-1956 added 'keyboard-interactive' option to SFTPTransfer

2016-06-06 Thread pvillard
Repository: nifi Updated Branches: refs/heads/0.x efa24a7ed -> f404d7d21 NIFI-1956 added 'keyboard-interactive' option to SFTPTransfer This closes #487. Project: http://git-wip-us.apache.org/repos/asf/nifi/repo Commit: http://git-wip-us.apache.org/repos/asf/nifi/commit/f404d7d2 Tree:

nifi git commit: NIFI-1956 added 'keyboard-interactive' option to SFTPTransfer

2016-06-06 Thread pvillard
Repository: nifi Updated Branches: refs/heads/master 55d32ae61 -> cee2426df NIFI-1956 added 'keyboard-interactive' option to SFTPTransfer This closes #487. Project: http://git-wip-us.apache.org/repos/asf/nifi/repo Commit: http://git-wip-us.apache.org/repos/asf/nifi/commit/cee2426d Tree:

[2/2] nifi git commit: Merge branch 'master' of https://git-wip-us.apache.org/repos/asf/nifi

2016-06-15 Thread pvillard
Merge branch 'master' of https://git-wip-us.apache.org/repos/asf/nifi Project: http://git-wip-us.apache.org/repos/asf/nifi/repo Commit: http://git-wip-us.apache.org/repos/asf/nifi/commit/849c43b1 Tree: http://git-wip-us.apache.org/repos/asf/nifi/tree/849c43b1 Diff:

[1/2] nifi git commit: NIFI-2009 removed 'annotationData' and 'validationContextFactory' instance variables from StandardProcessNode NIFI-2009 fixed import ordering

2016-06-15 Thread pvillard
Repository: nifi Updated Branches: refs/heads/master 7facf95cc -> 849c43b16 NIFI-2009 removed 'annotationData' and 'validationContextFactory' instance variables from StandardProcessNode NIFI-2009 fixed import ordering This closes #527. Project:

nifi git commit: NIFI-1998: Upgraded Cassandra driver to 3.0.2

2016-06-13 Thread pvillard
Repository: nifi Updated Branches: refs/heads/master 75bb4bfaa -> 6cbc58543 NIFI-1998: Upgraded Cassandra driver to 3.0.2 This closes #521. Project: http://git-wip-us.apache.org/repos/asf/nifi/repo Commit: http://git-wip-us.apache.org/repos/asf/nifi/commit/6cbc5854 Tree:

nifi git commit: NIFI-1998: Upgraded Cassandra driver to 3.0.2

2016-06-13 Thread pvillard
Repository: nifi Updated Branches: refs/heads/0.x ae0c82cec -> 59d77671e NIFI-1998: Upgraded Cassandra driver to 3.0.2 This closes #521. Project: http://git-wip-us.apache.org/repos/asf/nifi/repo Commit: http://git-wip-us.apache.org/repos/asf/nifi/commit/59d77671 Tree:

nifi git commit: NIFI-1915 Fixed '$' escape logic. Fixed '$' escape logic (if not followed by number) to use Matcher.quoteReplacement(java.lang.String) to suppress its special meaning so it could be t

2016-06-01 Thread pvillard
Repository: nifi Updated Branches: refs/heads/0.x e761d1d06 -> 1c27e7d65 NIFI-1915 Fixed '$' escape logic. Fixed '$' escape logic (if not followed by number) to use Matcher.quoteReplacement(java.lang.String) to suppress its special meaning so it could be treated as literal. This closes #466.

nifi git commit: NIFI-1915 Fixed '$' escape logic. Fixed '$' escape logic (if not followed by number) to use Matcher.quoteReplacement(java.lang.String) to suppress its special meaning so it could be t

2016-06-01 Thread pvillard
Repository: nifi Updated Branches: refs/heads/master c6af6be44 -> 93795bc7b NIFI-1915 Fixed '$' escape logic. Fixed '$' escape logic (if not followed by number) to use Matcher.quoteReplacement(java.lang.String) to suppress its special meaning so it could be treated as literal. This closes

nifi git commit: NIFI-1945 - Corrects minor issue in "" description

2016-06-01 Thread pvillard
Repository: nifi Updated Branches: refs/heads/master 93795bc7b -> bcead3500 NIFI-1945 - Corrects minor issue in "" description This closes #481. Signed-off-by: Pierre Villard Project: http://git-wip-us.apache.org/repos/asf/nifi/repo Commit:

nifi git commit: NIFI-1945 - Corrects minor issue in "" description

2016-06-01 Thread pvillard
Repository: nifi Updated Branches: refs/heads/0.x 1c27e7d65 -> 103eaf883 NIFI-1945 - Corrects minor issue in "" description This closes #481. Signed-off-by: Pierre Villard Project: http://git-wip-us.apache.org/repos/asf/nifi/repo Commit:

nifi git commit: NIFI-1037 Created a processor for HDFS' inotify events. This processor gets notifications for a select path.

2016-06-16 Thread pvillard
Repository: nifi Updated Branches: refs/heads/master 4723f8e24 -> 2ce785766 NIFI-1037 Created a processor for HDFS' inotify events. This processor gets notifications for a select path. This closes #493. Project: http://git-wip-us.apache.org/repos/asf/nifi/repo Commit:

nifi git commit: Removed duplicate dependency declaration from nifi-standard-processors/pom.xml.

2016-06-21 Thread pvillard
Repository: nifi Updated Branches: refs/heads/master cd846c8d6 -> a6e96953f Removed duplicate dependency declaration from nifi-standard-processors/pom.xml. This closes #551. Project: http://git-wip-us.apache.org/repos/asf/nifi/repo Commit:

nifi git commit: NIFI-2009 port for 0.x

2016-06-20 Thread pvillard
Repository: nifi Updated Branches: refs/heads/0.x a6e97740c -> 60e572a6b NIFI-2009 port for 0.x This closes #545. Project: http://git-wip-us.apache.org/repos/asf/nifi/repo Commit: http://git-wip-us.apache.org/repos/asf/nifi/commit/60e572a6 Tree:

nifi git commit: NIFI-1037 Ported processor for HDFS' inotify events.

2016-06-17 Thread pvillard
Repository: nifi Updated Branches: refs/heads/0.x 937b01344 -> 76f8c9481 NIFI-1037 Ported processor for HDFS' inotify events. This closes #536. Project: http://git-wip-us.apache.org/repos/asf/nifi/repo Commit: http://git-wip-us.apache.org/repos/asf/nifi/commit/76f8c948 Tree:

nifi git commit: NIFI-2405 corrected string equality checks

2016-07-26 Thread pvillard
Repository: nifi Updated Branches: refs/heads/master c3b4872b5 -> 15d1e1bbf NIFI-2405 corrected string equality checks This closes #723. Project: http://git-wip-us.apache.org/repos/asf/nifi/repo Commit: http://git-wip-us.apache.org/repos/asf/nifi/commit/15d1e1bb Tree:

[2/2] nifi git commit: NIFI-1972 - Ignite processor

2016-07-20 Thread pvillard
NIFI-1972 - Ignite processor This closes #502. Signed-off-by: Pierre Villard Project: http://git-wip-us.apache.org/repos/asf/nifi/repo Commit: http://git-wip-us.apache.org/repos/asf/nifi/commit/259f5bba Tree:

[1/2] nifi git commit: NIFI-1972 - Ignite processor

2016-07-20 Thread pvillard
Repository: nifi Updated Branches: refs/heads/master 2a7f135f1 -> 259f5bba4 http://git-wip-us.apache.org/repos/asf/nifi/blob/259f5bba/nifi-nar-bundles/nifi-ignite-bundle/nifi-ignite-processors/src/test/java/org/apache/nifi/processors/ignite/cache/TestPutIgniteCache.java

nifi-site git commit: added myself to committers

2016-07-07 Thread pvillard
Repository: nifi-site Updated Branches: refs/heads/master 39b4e93b7 -> cfe64bd56 added myself to committers Project: http://git-wip-us.apache.org/repos/asf/nifi-site/repo Commit: http://git-wip-us.apache.org/repos/asf/nifi-site/commit/cfe64bd5 Tree:

[1/2] nifi git commit: NIFI-1965 - Rename nifi-geo-bundle to nifi-enrich-bundle

2016-08-08 Thread pvillard
Repository: nifi Updated Branches: refs/heads/master 4e08d9417 -> d6a2409d7 NIFI-1965 - Rename nifi-geo-bundle to nifi-enrich-bundle Project: http://git-wip-us.apache.org/repos/asf/nifi/repo Commit: http://git-wip-us.apache.org/repos/asf/nifi/commit/49391992 Tree:

[2/2] nifi git commit: NIFI-1965 - Implement QueryDNS processor

2016-08-08 Thread pvillard
NIFI-1965 - Implement QueryDNS processor This closes #496. Project: http://git-wip-us.apache.org/repos/asf/nifi/repo Commit: http://git-wip-us.apache.org/repos/asf/nifi/commit/d6a2409d Tree: http://git-wip-us.apache.org/repos/asf/nifi/tree/d6a2409d Diff:

nifi git commit: NIFI-2516 - Extract version info into parent pom, upgrade to commons-io 2.5 NIFI-2516 - Removing slf4j-api, version from slf4j-log4j12

2016-08-09 Thread pvillard
Repository: nifi Updated Branches: refs/heads/master f7d2cd69d -> 2dc094765 NIFI-2516 - Extract version info into parent pom, upgrade to commons-io 2.5 NIFI-2516 - Removing slf4j-api, version from slf4j-log4j12 This closes #809. Project: http://git-wip-us.apache.org/repos/asf/nifi/repo

nifi git commit: NIFI-2503 Backport PostHTTP SSL Protocol fix to 0.x branch

2016-08-09 Thread pvillard
Repository: nifi Updated Branches: refs/heads/0.x 88115579a -> 24c0c1113 NIFI-2503 Backport PostHTTP SSL Protocol fix to 0.x branch This closes #811. Project: http://git-wip-us.apache.org/repos/asf/nifi/repo Commit: http://git-wip-us.apache.org/repos/asf/nifi/commit/24c0c111 Tree:

nifi git commit: NIFI-2577: Increased default stripe size in ConvertAvroToORC to 64MB

2016-08-16 Thread pvillard
Repository: nifi Updated Branches: refs/heads/master 6af768d0a -> 03d3b3961 NIFI-2577: Increased default stripe size in ConvertAvroToORC to 64MB This closes #870. Project: http://git-wip-us.apache.org/repos/asf/nifi/repo Commit: http://git-wip-us.apache.org/repos/asf/nifi/commit/03d3b396

nifi git commit: NIFI-3179 Added support for default UTF-8 char encoding removed deprected usage of BAOS and BAIS

2017-01-31 Thread pvillard
Repository: nifi Updated Branches: refs/heads/master 6518778c1 -> 390754c57 NIFI-3179 Added support for default UTF-8 char encoding removed deprected usage of BAOS and BAIS This closes #1452. Project: http://git-wip-us.apache.org/repos/asf/nifi/repo Commit:

nifi git commit: NIFI-1125 InvokeHTTP throws NullPointerException

2017-02-07 Thread pvillard
Repository: nifi Updated Branches: refs/heads/master 3d3faada5 -> 9a638cc86 NIFI-1125 InvokeHTTP throws NullPointerException Added null check in onPropertyModified to avoid NPE. This closes #1477. Project: http://git-wip-us.apache.org/repos/asf/nifi/repo Commit:

nifi git commit: NIFI-3408 Add exception class when InvokeHTTP fails

2017-02-07 Thread pvillard
Repository: nifi Updated Branches: refs/heads/master 31b943d2c -> 3d3faada5 NIFI-3408 Add exception class when InvokeHTTP fails Project: http://git-wip-us.apache.org/repos/asf/nifi/repo Commit: http://git-wip-us.apache.org/repos/asf/nifi/commit/3d3faada Tree:

nifi git commit: NIFI-3408 Add exception class when InvokeHTTP fails

2017-02-06 Thread pvillard
Repository: nifi Updated Branches: refs/heads/master 229b20f39 -> 31b943d2c NIFI-3408 Add exception class when InvokeHTTP fails This closes #1467. Project: http://git-wip-us.apache.org/repos/asf/nifi/repo Commit: http://git-wip-us.apache.org/repos/asf/nifi/commit/31b943d2 Tree:

[2/2] nifi git commit: NIFI-3434 - Modify travis to use new profile as suggested during peer review

2017-02-07 Thread pvillard
NIFI-3434 - Modify travis to use new profile as suggested during peer review This closes #1472. Project: http://git-wip-us.apache.org/repos/asf/nifi/repo Commit: http://git-wip-us.apache.org/repos/asf/nifi/commit/839dd5ac Tree: http://git-wip-us.apache.org/repos/asf/nifi/tree/839dd5ac Diff:

[1/2] nifi git commit: NIFI-3434 - Introduce the ability to skip the packaging of zip and tar.gz archive via maven profile (i.e. -Pdir-only)

2017-02-07 Thread pvillard
Repository: nifi Updated Branches: refs/heads/master 9a638cc86 -> 839dd5ac1 NIFI-3434 - Introduce the ability to skip the packaging of zip and tar.gz archive via maven profile (i.e. -Pdir-only) Project: http://git-wip-us.apache.org/repos/asf/nifi/repo Commit:

nifi git commit: NIFI-3223 added support for expression language - EXCHANGE - ROUTING_KEY

2017-02-07 Thread pvillard
Repository: nifi Updated Branches: refs/heads/master 839dd5ac1 -> 027fbf48b NIFI-3223 added support for expression language - EXCHANGE - ROUTING_KEY This closes #1449. Project: http://git-wip-us.apache.org/repos/asf/nifi/repo Commit:

nifi git commit: NIFI-3372 Adding capability for PutSQL to handle BIT fields generated by ConvertJSONToSQL.

2017-02-07 Thread pvillard
Repository: nifi Updated Branches: refs/heads/master 46fa6a167 -> ea0f5690c NIFI-3372 Adding capability for PutSQL to handle BIT fields generated by ConvertJSONToSQL. This closes #1432. Project: http://git-wip-us.apache.org/repos/asf/nifi/repo Commit:

nifi git commit: NIFI-3429 Quoting table identifier behind property

2017-02-07 Thread pvillard
Repository: nifi Updated Branches: refs/heads/master 027fbf48b -> 46fa6a167 NIFI-3429 Quoting table identifier behind property This closes #1464. Project: http://git-wip-us.apache.org/repos/asf/nifi/repo Commit: http://git-wip-us.apache.org/repos/asf/nifi/commit/46fa6a16 Tree:

nifi git commit: NIFI-3419: Routing flow files causing ZipException to failure in MergeContent

2017-02-06 Thread pvillard
Repository: nifi Updated Branches: refs/heads/master 6466931c2 -> 229b20f39 NIFI-3419: Routing flow files causing ZipException to failure in MergeContent This closes #1454. Project: http://git-wip-us.apache.org/repos/asf/nifi/repo Commit:

nifi git commit: NIFI-3427 Fix Provenance DateTime Sorting

2017-02-06 Thread pvillard
Repository: nifi Updated Branches: refs/heads/master 76e31dfd1 -> e4cee7ee0 NIFI-3427 Fix Provenance DateTime Sorting This closes #1465. Project: http://git-wip-us.apache.org/repos/asf/nifi/repo Commit: http://git-wip-us.apache.org/repos/asf/nifi/commit/e4cee7ee Tree:

nifi git commit: NIFI-3430 - added support for specifying sql.arg.N.format for timestamp fields according to java.time.format.DateTimeFormatter

2017-02-06 Thread pvillard
Repository: nifi Updated Branches: refs/heads/master e4cee7ee0 -> 6466931c2 NIFI-3430 - added support for specifying sql.arg.N.format for timestamp fields according to java.time.format.DateTimeFormatter This closes #1468. Project: http://git-wip-us.apache.org/repos/asf/nifi/repo Commit:

nifi git commit: NIFI-3180 Fixed NPE in TemplateUtils added null check for ProcessorDTO.getRelationship() removed deprecated usage of ByteArrayInputStream

2017-01-30 Thread pvillard
Repository: nifi Updated Branches: refs/heads/master 910c1fa6f -> 6518778c1 NIFI-3180 Fixed NPE in TemplateUtils added null check for ProcessorDTO.getRelationship() removed deprecated usage of ByteArrayInputStream This closes #1451. Project: http://git-wip-us.apache.org/repos/asf/nifi/repo

nifi git commit: NIFI-3161 added ASM exclusion

2017-01-30 Thread pvillard
Repository: nifi Updated Branches: refs/heads/master d5b139ffd -> 910c1fa6f NIFI-3161 added ASM exclusion This closes #1453. Project: http://git-wip-us.apache.org/repos/asf/nifi/repo Commit: http://git-wip-us.apache.org/repos/asf/nifi/commit/910c1fa6 Tree:

nifi git commit: NIFI-3455 Large row count paging

2017-02-14 Thread pvillard
Repository: nifi Updated Branches: refs/heads/master 8ffa1703b -> 9cfc13423 NIFI-3455 Large row count paging This closes #1499. Project: http://git-wip-us.apache.org/repos/asf/nifi/repo Commit: http://git-wip-us.apache.org/repos/asf/nifi/commit/9cfc1342 Tree:

nifi git commit: NIFI-3452: Add Wait processor Wait Mode property Ensure back-pressure is active until downstream processing completes.

2017-02-14 Thread pvillard
Repository: nifi Updated Branches: refs/heads/master 9cfc13423 -> e46f4131f NIFI-3452: Add Wait processor Wait Mode property Ensure back-pressure is active until downstream processing completes. This closes #1490. Project: http://git-wip-us.apache.org/repos/asf/nifi/repo Commit:

nifi git commit: NIFI-3014 GetSNMP add textual oid attribute to flowfile

2017-02-15 Thread pvillard
Repository: nifi Updated Branches: refs/heads/master 39cfd0339 -> a62523c7f NIFI-3014 GetSNMP add textual oid attribute to flowfile Signed-off-by: João Henrique Ferreira de Freitas Signed-off-by: Pierre Villard This closes #1196. Project:

nifi git commit: NIFI-3431: Support batch update in Notify processor

2017-02-15 Thread pvillard
Repository: nifi Updated Branches: refs/heads/master b7cdc6b38 -> a90fa9c28 NIFI-3431: Support batch update in Notify processor - Added Signal Counter Delta property - Added Signal Buffer Count property - Added processor property name and display name - Changed IOException handling from

nifi git commit: [NIFI-3459] remove blue higlighting from bread crumbs

2017-02-11 Thread pvillard
Repository: nifi Updated Branches: refs/heads/master 1e5570d9b -> febe6da4a [NIFI-3459] remove blue higlighting from bread crumbs This closes #1500. Project: http://git-wip-us.apache.org/repos/asf/nifi/repo Commit: http://git-wip-us.apache.org/repos/asf/nifi/commit/febe6da4 Tree:

nifi git commit: NIFI-1657 - Configure travis-ci to run mvn verify in ja_JP, fr_FR, and pt_BR

2017-02-11 Thread pvillard
Repository: nifi Updated Branches: refs/heads/master 5cfba6ace -> 1e5570d9b NIFI-1657 - Configure travis-ci to run mvn verify in ja_JP, fr_FR, and pt_BR This closes #1480. Project: http://git-wip-us.apache.org/repos/asf/nifi/repo Commit:

nifi git commit: NIFI-2581: Keeping context menu and tooltips open when refreshing the canvas.

2016-08-19 Thread pvillard
Repository: nifi Updated Branches: refs/heads/master a181c7b9d -> 3378426f3 NIFI-2581: Keeping context menu and tooltips open when refreshing the canvas. This closes #899. Project: http://git-wip-us.apache.org/repos/asf/nifi/repo Commit:

nifi git commit: * Add "Remove All Content" property, related functionality, and tests to ModifyBytes processor to allow deletion of all flow file content. * Removed @Ignore annotation on class and un

2016-08-19 Thread pvillard
Repository: nifi Updated Branches: refs/heads/master 3378426f3 -> 02071103d * Add "Remove All Content" property, related functionality, and tests to ModifyBytes processor to allow deletion of all flow file content. * Removed @Ignore annotation on class and unnecessary EOL translation of test

nifi git commit: * Add "Remove All Content" property, related functionality, and tests to ModifyBytes processor to allow deletion of all flow file content. * Removed @Ignore annotation on class and un

2016-08-19 Thread pvillard
Repository: nifi Updated Branches: refs/heads/0.x 7287db301 -> f89bc9efd * Add "Remove All Content" property, related functionality, and tests to ModifyBytes processor to allow deletion of all flow file content. * Removed @Ignore annotation on class and unnecessary EOL translation of test

nifi git commit: NIFI-2602: Fixed NPE in SelectHiveQL when CSV output and null column value

2016-08-19 Thread pvillard
Repository: nifi Updated Branches: refs/heads/master 6b5950647 -> 46b81058c NIFI-2602: Fixed NPE in SelectHiveQL when CSV output and null column value This closes #898. Project: http://git-wip-us.apache.org/repos/asf/nifi/repo Commit:

nifi git commit: NIFI-2376: Ensure that we don't decrement claimant count more than once when append() throws an Exception NIFI-2397 merging patch for NIFI-2376 into 0.x branch

2016-08-16 Thread pvillard
Repository: nifi Updated Branches: refs/heads/0.x 25f816d32 -> 7c7183100 NIFI-2376: Ensure that we don't decrement claimant count more than once when append() throws an Exception NIFI-2397 merging patch for NIFI-2376 into 0.x branch This closes #844. Project:

nifi git commit: NIFI-2752 Correct ReplaceText default pattern and unit tests * Corrected the DEFAULT_REGEX pattern. * Added tests to isolate regex capture group problem and verify corrected functiona

2016-09-13 Thread pvillard
Repository: nifi Updated Branches: refs/heads/master 02ca2a0d7 -> c72a9aa54 NIFI-2752 Correct ReplaceText default pattern and unit tests * Corrected the DEFAULT_REGEX pattern. * Added tests to isolate regex capture group problem and verify corrected functionality. * Removed short circuit

nifi git commit: NIFI-2262: Added Avro-normalization of table/column names in SQL processors

2016-09-13 Thread pvillard
Repository: nifi Updated Branches: refs/heads/master 9ff5c0b25 -> d32577376 NIFI-2262: Added Avro-normalization of table/column names in SQL processors This closes #994. Project: http://git-wip-us.apache.org/repos/asf/nifi/repo Commit:

nifi git commit: NIFI-2266 Refactored GetHTTP processor to use SSLContext protocol vs. hard-coded TLSv1.

2016-09-15 Thread pvillard
Repository: nifi Updated Branches: refs/heads/master abcfbeb06 -> 022f5a506 NIFI-2266 Refactored GetHTTP processor to use SSLContext protocol vs. hard-coded TLSv1. This closes #999. Project: http://git-wip-us.apache.org/repos/asf/nifi/repo Commit:

[1/2] nifi git commit: NIFI-2816 - Clean typos across the code

2016-09-26 Thread pvillard
Repository: nifi Updated Branches: refs/heads/master 1b88552b4 -> 446cd4470 http://git-wip-us.apache.org/repos/asf/nifi/blob/446cd447/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-api/src/main/java/org/apache/nifi/authorization/StandardAuthorizableLookup.java

[2/2] nifi git commit: NIFI-2816 - Clean typos across the code

2016-09-26 Thread pvillard
NIFI-2816 - Clean typos across the code This closes #1057. Project: http://git-wip-us.apache.org/repos/asf/nifi/repo Commit: http://git-wip-us.apache.org/repos/asf/nifi/commit/446cd447 Tree: http://git-wip-us.apache.org/repos/asf/nifi/tree/446cd447 Diff:

nifi git commit: NIFI-2398 - GetIgnite processor

2016-10-05 Thread pvillard
Repository: nifi Updated Branches: refs/heads/master e46fea920 -> da33e2859 NIFI-2398 - GetIgnite processor This closes #721. Project: http://git-wip-us.apache.org/repos/asf/nifi/repo Commit: http://git-wip-us.apache.org/repos/asf/nifi/commit/da33e285 Tree:

nifi git commit: NIFI-1844 - Added ListFTP and FetchFTP processors

2016-09-21 Thread pvillard
Repository: nifi Updated Branches: refs/heads/master 938c7cccb -> be83c0c5b NIFI-1844 - Added ListFTP and FetchFTP processors This closes #881. Project: http://git-wip-us.apache.org/repos/asf/nifi/repo Commit: http://git-wip-us.apache.org/repos/asf/nifi/commit/be83c0c5 Tree:

nifi git commit: NIFI-2792 - Ensuring the flow is saved when a template is deleted.

2016-09-21 Thread pvillard
Repository: nifi Updated Branches: refs/heads/master 930e95aa0 -> 684f41740 NIFI-2792 - Ensuring the flow is saved when a template is deleted. This closes #1031. Project: http://git-wip-us.apache.org/repos/asf/nifi/repo Commit: http://git-wip-us.apache.org/repos/asf/nifi/commit/684f4174

nifi git commit: [NIFI-2720] update view configuration properties tables dialogs to match editable configuration properties dialogs

2016-09-23 Thread pvillard
Repository: nifi Updated Branches: refs/heads/master 49297b725 -> f06aeaee2 [NIFI-2720] update view configuration properties tables dialogs to match editable configuration properties dialogs This closes #1051. Project: http://git-wip-us.apache.org/repos/asf/nifi/repo Commit:

nifi git commit: NIFI-2815: Fixed InvokeScriptedProcessor to allow changes to script engine type

2016-09-23 Thread pvillard
Repository: nifi Updated Branches: refs/heads/master 5a3d00c7b -> 66fe00405 NIFI-2815: Fixed InvokeScriptedProcessor to allow changes to script engine type This closes #1055. Project: http://git-wip-us.apache.org/repos/asf/nifi/repo Commit:

nifi git commit: NIFI-2802 The implementation classes don't support orderByClause.

2016-09-22 Thread pvillard
Repository: nifi Updated Branches: refs/heads/master 5198e70d1 -> 77f8503e9 NIFI-2802 The implementation classes don't support orderByClause. This closes #1044. Project: http://git-wip-us.apache.org/repos/asf/nifi/repo Commit: http://git-wip-us.apache.org/repos/asf/nifi/commit/77f8503e

nifi git commit: NIFI-1893 Add processor for validating JSON

2016-09-22 Thread pvillard
Repository: nifi Updated Branches: refs/heads/master 77f8503e9 -> f11682202 NIFI-1893 Add processor for validating JSON This closes #1037. Project: http://git-wip-us.apache.org/repos/asf/nifi/repo Commit: http://git-wip-us.apache.org/repos/asf/nifi/commit/f1168220 Tree:

nifi git commit: NIFI-2805: Add fragment attributes to SplitAvro

2016-09-22 Thread pvillard
Repository: nifi Updated Branches: refs/heads/master 937dc71ae -> 49297b725 NIFI-2805: Add fragment attributes to SplitAvro This closes #1046. Project: http://git-wip-us.apache.org/repos/asf/nifi/repo Commit: http://git-wip-us.apache.org/repos/asf/nifi/commit/49297b72 Tree:

nifi git commit: nifi-2381 Connection Pooling Service -Drop invalid connections and create new ones.

2016-09-20 Thread pvillard
Repository: nifi Updated Branches: refs/heads/master ad3d63d20 -> 4fc0e9c40 nifi-2381 Connection Pooling Service -Drop invalid connections and create new ones. This closes #986. Project: http://git-wip-us.apache.org/repos/asf/nifi/repo Commit:

nifi git commit: NIFI-1971 - Introduce QueryWhois processor with batching (i.e. netcat protocol) support

2016-10-01 Thread pvillard
Repository: nifi Updated Branches: refs/heads/master 2054888fb -> 25b7dfa9b NIFI-1971 - Introduce QueryWhois processor with batching (i.e. netcat protocol) support This closes #858. Project: http://git-wip-us.apache.org/repos/asf/nifi/repo Commit:

nifi git commit: NIFI-2982: - Updating the labels in the Add Users/Groups to the Policy dialog..

2016-11-08 Thread pvillard
Repository: nifi Updated Branches: refs/heads/master 9d3fe3f03 -> 2f0d9a34f NIFI-2982: - Updating the labels in the Add Users/Groups to the Policy dialog.. This closes #1178. Project: http://git-wip-us.apache.org/repos/asf/nifi/repo Commit:

nifi git commit: NIFI-2989: - Updating the content of the delete policy dialog to make it a little more clear that the permissions for the component will revert back to the inherit policy.

2016-11-08 Thread pvillard
Repository: nifi Updated Branches: refs/heads/master aa8ba0bd1 -> 9d3fe3f03 NIFI-2989: - Updating the content of the delete policy dialog to make it a little more clear that the permissions for the component will revert back to the inherit policy. This closes #1183. Project:

nifi git commit: NIFI-2965: - Ensuring the selection is cleared when going to the Process Group where the selected component policy is defined. - Ensure that the selection context is updated when goin

2016-11-08 Thread pvillard
Repository: nifi Updated Branches: refs/heads/master 89eb2ce28 -> aa8ba0bd1 NIFI-2965: - Ensuring the selection is cleared when going to the Process Group where the selected component policy is defined. - Ensure that the selection context is updated when going to a component or group. This

nifi git commit: [NIFI-3021] remove white-space:no-wrap on view configuration properties tables textareas

2016-11-10 Thread pvillard
Repository: nifi Updated Branches: refs/heads/master f83863eba -> 4957b628f [NIFI-3021] remove white-space:no-wrap on view configuration properties tables textareas This closes #1204. Project: http://git-wip-us.apache.org/repos/asf/nifi/repo Commit:

nifi git commit: NIFI-3013 GetSNMP fix stop and start null pointer exception

2016-11-10 Thread pvillard
Repository: nifi Updated Branches: refs/heads/master 0cc176553 -> 1b5a28d13 NIFI-3013 GetSNMP fix stop and start null pointer exception This closes #1195. Project: http://git-wip-us.apache.org/repos/asf/nifi/repo Commit: http://git-wip-us.apache.org/repos/asf/nifi/commit/1b5a28d1 Tree:

nifi git commit: NIFI-2791 Adding 'math' expression language function

2016-10-25 Thread pvillard
Repository: nifi Updated Branches: refs/heads/master 368ea7a2d -> 1d74b5d3c NIFI-2791 Adding 'math' expression language function This closes #1157. Project: http://git-wip-us.apache.org/repos/asf/nifi/repo Commit: http://git-wip-us.apache.org/repos/asf/nifi/commit/1d74b5d3 Tree:

nifi git commit: NIFI-3041 Removed references to Windows start-nifi.bat and stop-nifi.bat in Admin Guide

2016-11-22 Thread pvillard
Repository: nifi Updated Branches: refs/heads/master 36796b544 -> d5387679d NIFI-3041 Removed references to Windows start-nifi.bat and stop-nifi.bat in Admin Guide This closes #1257. Project: http://git-wip-us.apache.org/repos/asf/nifi/repo Commit:

nifi-site git commit: NIFI-3041 Removed references to Windows start-nifi.bat and stop-nifi.bat in Quickstart guide

2016-11-22 Thread pvillard
Repository: nifi-site Updated Branches: refs/heads/master f94c6e7d0 -> 43c3c6816 NIFI-3041 Removed references to Windows start-nifi.bat and stop-nifi.bat in Quickstart guide This closes #8. Project: http://git-wip-us.apache.org/repos/asf/nifi-site/repo Commit:

svn commit: r1770888 - in /nifi/site/trunk: people.html quickstart.html

2016-11-22 Thread pvillard
Author: pvillard Date: Tue Nov 22 21:52:37 2016 New Revision: 1770888 URL: http://svn.apache.org/viewvc?rev=1770888=rev Log: updated quickstart (Windows) and added Scott as committer Modified: nifi/site/trunk/people.html nifi/site/trunk/quickstart.html Modified: nifi/site/trunk

nifi git commit: NIFI-3078: Test InvokeScriptedProcessor with JS.

2016-11-22 Thread pvillard
Repository: nifi Updated Branches: refs/heads/master fa5fed9bb -> 36796b544 NIFI-3078: Test InvokeScriptedProcessor with JS. This closes #1255. Project: http://git-wip-us.apache.org/repos/asf/nifi/repo Commit: http://git-wip-us.apache.org/repos/asf/nifi/commit/36796b54 Tree:

nifi git commit: NIFI-3041 Removed references to Windows start-nifi.bat and stop-nifi.bat in Admin Guide

2016-11-22 Thread pvillard
Repository: nifi Updated Branches: refs/heads/0.x a9395bc67 -> c87c93d76 NIFI-3041 Removed references to Windows start-nifi.bat and stop-nifi.bat in Admin Guide This closes #1257. Project: http://git-wip-us.apache.org/repos/asf/nifi/repo Commit:

nifi git commit: NIFI-3082: Fixed status code handling in PutElasticsearchHttp

2016-11-22 Thread pvillard
Repository: nifi Updated Branches: refs/heads/master 9e884f612 -> fa5fed9bb NIFI-3082: Fixed status code handling in PutElasticsearchHttp This closes #1258. Project: http://git-wip-us.apache.org/repos/asf/nifi/repo Commit: http://git-wip-us.apache.org/repos/asf/nifi/commit/fa5fed9b Tree:

nifi git commit: NIFI-2985 Update User Guide for Backpressure Visual indicator

2016-11-16 Thread pvillard
Repository: nifi Updated Branches: refs/heads/master 31ea50bce -> 2c135c44f NIFI-2985 Update User Guide for Backpressure Visual indicator This closes #1234. Project: http://git-wip-us.apache.org/repos/asf/nifi/repo Commit: http://git-wip-us.apache.org/repos/asf/nifi/commit/2c135c44 Tree:

nifi git commit: NIFI-2936: Fix TestExecuteProcess error on Travis.

2016-10-28 Thread pvillard
Repository: nifi Updated Branches: refs/heads/master 8dc60c72d -> 9e90aae06 NIFI-2936: Fix TestExecuteProcess error on Travis. This closes #1162. Project: http://git-wip-us.apache.org/repos/asf/nifi/repo Commit: http://git-wip-us.apache.org/repos/asf/nifi/commit/9e90aae0 Tree:

nifi git commit: NIFI-2906 removed unused memebr variables

2016-10-17 Thread pvillard
Repository: nifi Updated Branches: refs/heads/master 596b98865 -> c883f98cb NIFI-2906 removed unused memebr variables This closes #1144. Project: http://git-wip-us.apache.org/repos/asf/nifi/repo Commit: http://git-wip-us.apache.org/repos/asf/nifi/commit/c883f98c Tree:

nifi git commit: NIFI-2902 Fix for S3 Signer v4 Override

2016-10-17 Thread pvillard
Repository: nifi Updated Branches: refs/heads/master c883f98cb -> b9a940bbd NIFI-2902 Fix for S3 Signer v4 Override This closes #1140. Project: http://git-wip-us.apache.org/repos/asf/nifi/repo Commit: http://git-wip-us.apache.org/repos/asf/nifi/commit/b9a940bb Tree:

nifi git commit: [NIFI-2898] Add Processor dialog processor descriptions now scrollable

2016-10-17 Thread pvillard
Repository: nifi Updated Branches: refs/heads/master b9a940bbd -> 9fb303941 [NIFI-2898] Add Processor dialog processor descriptions now scrollable This closes #1134. Project: http://git-wip-us.apache.org/repos/asf/nifi/repo Commit: http://git-wip-us.apache.org/repos/asf/nifi/commit/9fb30394

nifi git commit: NIFI-3175 Fix a bug in the ValidateCSV processor to handle empty CSV columns

2016-12-15 Thread pvillard
Repository: nifi Updated Branches: refs/heads/master ab2d07aa5 -> 9a5986b0f NIFI-3175 Fix a bug in the ValidateCSV processor to handle empty CSV columns This closes #1311. Project: http://git-wip-us.apache.org/repos/asf/nifi/repo Commit:

[nifi] Git Push Summary

2016-12-15 Thread pvillard
Repository: nifi Updated Branches: refs/heads/1.1.x [deleted] 2f43ad363

nifi git commit: NIFI-3175 Fix a bug in the ValidateCSV processor to handle empty CSV columns

2016-12-15 Thread pvillard
Repository: nifi Updated Branches: refs/heads/support/nifi-1.1.x 48246f1c1 -> 2f43ad363 NIFI-3175 Fix a bug in the ValidateCSV processor to handle empty CSV columns This closes #1311. Project: http://git-wip-us.apache.org/repos/asf/nifi/repo Commit:

nifi git commit: NIFI-3175 Fix a bug in the ValidateCSV processor to handle empty CSV columns

2016-12-15 Thread pvillard
Repository: nifi Updated Branches: refs/heads/1.1.x [created] 2f43ad363 NIFI-3175 Fix a bug in the ValidateCSV processor to handle empty CSV columns This closes #1311. Project: http://git-wip-us.apache.org/repos/asf/nifi/repo Commit:

nifi git commit: NIFI-3286 Updating occurances of 'Scope.NODE' in Developer doc to 'Scope.LOCAL'

2017-01-05 Thread pvillard
Repository: nifi Updated Branches: refs/heads/master 64bb55ef3 -> 7c9563420 NIFI-3286 Updating occurances of 'Scope.NODE' in Developer doc to 'Scope.LOCAL' This closes #1397. Project: http://git-wip-us.apache.org/repos/asf/nifi/repo Commit:

nifi git commit: NIFI-3275: Correcting SocketChannelSender log warning message

2017-01-05 Thread pvillard
Repository: nifi Updated Branches: refs/heads/master ac42178e9 -> 68057cb4a NIFI-3275: Correcting SocketChannelSender log warning message This closes #1398. Project: http://git-wip-us.apache.org/repos/asf/nifi/repo Commit: http://git-wip-us.apache.org/repos/asf/nifi/commit/68057cb4 Tree:

nifi git commit: NIFI-3274 Adding WriteAheadLog configuration options to WriteAheadLogLocalStateProvider

2017-01-05 Thread pvillard
Repository: nifi Updated Branches: refs/heads/master 68057cb4a -> 273e69f2c NIFI-3274 Adding WriteAheadLog configuration options to WriteAheadLogLocalStateProvider This closes #1386. Project: http://git-wip-us.apache.org/repos/asf/nifi/repo Commit:

nifi git commit: NIFI-3283 Fixing typo in UpdateAttribute error message

2017-01-05 Thread pvillard
Repository: nifi Updated Branches: refs/heads/master 7c9563420 -> ac42178e9 NIFI-3283 Fixing typo in UpdateAttribute error message This closes #1396. Project: http://git-wip-us.apache.org/repos/asf/nifi/repo Commit: http://git-wip-us.apache.org/repos/asf/nifi/commit/ac42178e Tree:

nifi git commit: NIFI-3230 fix ActiveMQ SSL support for simple connect URIs in Get/Put JMS processors

2017-01-05 Thread pvillard
Repository: nifi Updated Branches: refs/heads/master 474df053d -> 3259b01f8 NIFI-3230 fix ActiveMQ SSL support for simple connect URIs in Get/Put JMS processors This closes #1344. Project: http://git-wip-us.apache.org/repos/asf/nifi/repo Commit:

nifi git commit: NIFI-3230 fix ActiveMQ SSL support for simple connect URIs in Get/Put JMS processors

2017-01-05 Thread pvillard
Repository: nifi Updated Branches: refs/heads/0.x 0952685cd -> 954201a4d NIFI-3230 fix ActiveMQ SSL support for simple connect URIs in Get/Put JMS processors This closes #1344. Project: http://git-wip-us.apache.org/repos/asf/nifi/repo Commit:

nifi git commit: NIFI-3247: - Removing unnecessary authorization check during second phase of connection creation. - Ensuring that the remote group port returns the correct resource type though not su

2016-12-30 Thread pvillard
Repository: nifi Updated Branches: refs/heads/master 8acbe9aa3 -> 0d14db72f NIFI-3247: - Removing unnecessary authorization check during second phase of connection creation. - Ensuring that the remote group port returns the correct resource type though not super critical since it is not

nifi git commit: NIFI-3266 Added EL support for basePath and port in ListenHTTP

2016-12-30 Thread pvillard
Repository: nifi Updated Branches: refs/heads/master 0d14db72f -> 55f4716f3 NIFI-3266 Added EL support for basePath and port in ListenHTTP This closes #1373. Project: http://git-wip-us.apache.org/repos/asf/nifi/repo Commit: http://git-wip-us.apache.org/repos/asf/nifi/commit/55f4716f Tree:

nifi git commit: NIFI-3153 Updating AWS SDK Version

2017-01-09 Thread pvillard
Repository: nifi Updated Branches: refs/heads/master 81aca7b97 -> 1195d4c18 NIFI-3153 Updating AWS SDK Version This closes #1341. Project: http://git-wip-us.apache.org/repos/asf/nifi/repo Commit: http://git-wip-us.apache.org/repos/asf/nifi/commit/1195d4c1 Tree:

nifi git commit: NIFI-3118 - Sorting the garbage collection stats and content repository entries client side. Opting to not sort server side as the property of the DTO does not allow deterministic sor

2017-01-09 Thread pvillard
Repository: nifi Updated Branches: refs/heads/master 1195d4c18 -> a794166d2 NIFI-3118 - Sorting the garbage collection stats and content repository entries client side. Opting to not sort server side as the property of the DTO does not allow deterministic sorting. Consequently, order would

nifi git commit: NIFI-2840: - Sorting the templates to ensure that the newest templates are listed first.

2017-01-04 Thread pvillard
Repository: nifi Updated Branches: refs/heads/master b1c9f0e76 -> 083d4043e NIFI-2840: - Sorting the templates to ensure that the newest templates are listed first. This closes #1391. Project: http://git-wip-us.apache.org/repos/asf/nifi/repo Commit:

nifi git commit: NIFI-3466 - Address non English locales in ParseCEF

2017-03-23 Thread pvillard
Repository: nifi Updated Branches: refs/heads/master eb37f300c -> a298f1a70 NIFI-3466 - Address non English locales in ParseCEF Signed-off-by: Pierre Villard This closes #1614. Project: http://git-wip-us.apache.org/repos/asf/nifi/repo Commit:

nifi git commit: NIFI-3627: Added removeByPattern() to DistributedMapCache interfaces NIFI-3627: Updated unit tests that use MapCache interface(s)

2017-03-22 Thread pvillard
Repository: nifi Updated Branches: refs/heads/master 0b7371556 -> d1ebddce9 NIFI-3627: Added removeByPattern() to DistributedMapCache interfaces NIFI-3627: Updated unit tests that use MapCache interface(s) Signed-off-by: Pierre Villard This closes #1609.

nifi git commit: NIFI-3614 Adding "return" statement to HandleHttpResponse when statusCode is not a number

2017-03-20 Thread pvillard
Repository: nifi Updated Branches: refs/heads/master d05727b8c -> 5daeba6e0 NIFI-3614 Adding "return" statement to HandleHttpResponse when statusCode is not a number Signed-off-by: Pierre Villard This closes #1598. Project:

  1   2   3   4   5   6   7   8   9   10   >