nifi git commit: NIFI-5333 Added GetMongoRecord.

2018-11-23 Thread zenfenan
Repository: nifi Updated Branches: refs/heads/master e34d653ba -> e603c486f NIFI-5333 Added GetMongoRecord. Signed-off-by: zenfenan This closes #3011 Project: http://git-wip-us.apache.org/repos/asf/nifi/repo Commit: http://git-wip-us.apache.org/repos/asf/nifi/commit/e603c486 Tree: h

[nifi] branch master updated: NIFI-5987 Fixed issue where an invalid query pulled from an attribute would cause GetMongo to not route to failure.

2019-02-19 Thread zenfenan
This is an automated email from the ASF dual-hosted git repository. zenfenan pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/nifi.git The following commit(s) were added to refs/heads/master by this push: new 53ca9eb NIFI-5987 Fixed issue where an invalid

nifi-site git commit: Updated Committers list

2018-06-05 Thread zenfenan
ifi-site/tree/8bd32db0 Diff: http://git-wip-us.apache.org/repos/asf/nifi-site/diff/8bd32db0 Branch: refs/heads/master Commit: 8bd32db00eef0841f051c9dd62918fc55def4d86 Parents: 7d7854a Author: zenfenan Authored: Tue Jun 5 21:22:01 2018 +0530 Committer: zenfenan Committed: Tue Jun 5 21:22:01 2018 +0

svn commit: r1832957 - /nifi/site/trunk/people.html

2018-06-05 Thread zenfenan
Author: zenfenan Date: Tue Jun 5 17:34:52 2018 New Revision: 1832957 URL: http://svn.apache.org/viewvc?rev=1832957&view=rev Log: Updated committers list Modified: nifi/site/trunk/people.html Modified: nifi/site/trunk/people.html URL: http://svn.apache.org/viewvc/nifi/site/t

nifi git commit: NIFI-5271 Moved JSON_VALIDATOR to its own maven module.

2018-06-07 Thread zenfenan
Repository: nifi Updated Branches: refs/heads/master ff0005026 -> d2fd7e5e7 NIFI-5271 Moved JSON_VALIDATOR to its own maven module. This closes #2765 Signed-off-by: zenfenan Project: http://git-wip-us.apache.org/repos/asf/nifi/repo Commit: http://git-wip-us.apache.org/repos/asf/n

nifi git commit: NIFI-5264 - Added attribute for validation error message in ValidateCSV

2018-06-08 Thread zenfenan
Repository: nifi Updated Branches: refs/heads/master 49228aa5d -> 6e067734d NIFI-5264 - Added attribute for validation error message in ValidateCSV This closes #2769 Signed-off-by: zenfenan Project: http://git-wip-us.apache.org/repos/asf/nifi/repo Commit: http://git-wip-us.apache.

nifi git commit: NIFI-4262 - MergeContent - option to add merged uuid in original flow files

2018-06-08 Thread zenfenan
Repository: nifi Updated Branches: refs/heads/master 6e067734d -> 05d7b6c6e NIFI-4262 - MergeContent - option to add merged uuid in original flow files This closes #2056 Signed-off-by: zenfenan Project: http://git-wip-us.apache.org/repos/asf/nifi/repo Commit: http://git-wip-us.apache.

nifi git commit: NIFI-5293 - add merge.uuid to MergeRecord processor

2018-06-12 Thread zenfenan
Repository: nifi Updated Branches: refs/heads/master ee18ead16 -> 09f926003 NIFI-5293 - add merge.uuid to MergeRecord processor This closes #2783 Signed-off-by: zenfenan Project: http://git-wip-us.apache.org/repos/asf/nifi/repo Commit: http://git-wip-us.apache.org/repos/asf/nifi/com

nifi git commit: NIFI-4982 - Add a DistributedMapCacheLookupService

2018-06-18 Thread zenfenan
Repository: nifi Updated Branches: refs/heads/master 021ee6faf -> e5322b5d3 NIFI-4982 - Add a DistributedMapCacheLookupService This closes #2558 Signed-off-by: zenfenan Project: http://git-wip-us.apache.org/repos/asf/nifi/repo Commit: http://git-wip-us.apache.org/repos/asf/nifi/com

nifi git commit: NIFI-5316 Fixed array handling for Avro that comes from Parquet's Avro reader

2018-06-28 Thread zenfenan
Repository: nifi Updated Branches: refs/heads/master 921403ff5 -> 022b64be0 NIFI-5316 Fixed array handling for Avro that comes from Parquet's Avro reader Signed-off-by: zenfenan Project: http://git-wip-us.apache.org/repos/asf/nifi/repo Commit: http://git-wip-us.apache.org/repos/

nifi git commit: NIFI-5344 Fix Write Ahead Log Unit Test on Windows

2018-06-28 Thread zenfenan
Repository: nifi Updated Branches: refs/heads/master 022b64be0 -> 3be08b7e4 NIFI-5344 Fix Write Ahead Log Unit Test on Windows This closes #2819 Signed-off-by: zenfenan Project: http://git-wip-us.apache.org/repos/asf/nifi/repo Commit: http://git-wip-us.apache.org/repos/asf/nifi/com

nifi git commit: NIFI-5083: enabled EL support for processor configuration of Kafka consumer `group.id` property

2018-07-26 Thread zenfenan
Repository: nifi Updated Branches: refs/heads/master 692943f01 -> 4baf35db5 NIFI-5083: enabled EL support for processor configuration of Kafka consumer `group.id` property Signed-off-by: zenfenan Project: http://git-wip-us.apache.org/repos/asf/nifi/repo Commit: http://git-

nifi git commit: NIFI-5418 Removed duplicated jackson-databind dependency from nifi-framework-cluster

2018-07-26 Thread zenfenan
Repository: nifi Updated Branches: refs/heads/master 4baf35db5 -> 610cbb66b NIFI-5418 Removed duplicated jackson-databind dependency from nifi-framework-cluster This closes #2885 Signed-off-by: zenfenan Project: http://git-wip-us.apache.org/repos/asf/nifi/repo Commit: http://git-

nifi git commit: NIFI-5440 Added db and collection attributes to GetMongo output.

2018-07-26 Thread zenfenan
Repository: nifi Updated Branches: refs/heads/master 610cbb66b -> b1f78d58a NIFI-5440 Added db and collection attributes to GetMongo output. This closes #2906 Signed-off-by: zenfenan Project: http://git-wip-us.apache.org/repos/asf/nifi/repo Commit: http://git-wip-us.apache.org/repos/

nifi git commit: NIFI-4434 Fixed recursive listing with a custom regex filter. Filter modes are now supported to perform listings based on directory and file names, file-names only, and full path.

2018-08-08 Thread zenfenan
-by: zenfenan Project: http://git-wip-us.apache.org/repos/asf/nifi/repo Commit: http://git-wip-us.apache.org/repos/asf/nifi/commit/451084e1 Tree: http://git-wip-us.apache.org/repos/asf/nifi/tree/451084e1 Diff: http://git-wip-us.apache.org/repos/asf/nifi/diff/451084e1 Branch: refs/heads/master Com

nifi git commit: NIFI-5448 Added failure relationship to UpdateAttributes to handle bad expression language logic.

2018-08-09 Thread zenfenan
Repository: nifi Updated Branches: refs/heads/master 451084e11 -> 32ee552ad NIFI-5448 Added failure relationship to UpdateAttributes to handle bad expression language logic. This closes #2914 Signed-off-by: zenfenan Project: http://git-wip-us.apache.org/repos/asf/nifi/repo Commit: h

nifi git commit: NIFI-5489: Add expression language support to AMQP processors HOST, VHOST and USER Fields.

2018-08-09 Thread zenfenan
Repository: nifi Updated Branches: refs/heads/master 32ee552ad -> 3731cc855 NIFI-5489: Add expression language support to AMQP processors HOST, VHOST and USER Fields. This closes #2936 Signed-off-by: zenfenan Project: http://git-wip-us.apache.org/repos/asf/nifi/repo Commit: http://

[2/2] nifi git commit: NIFI-5469 Additional italics and code formatting corrections for consistency

2018-08-13 Thread zenfenan
NIFI-5469 Additional italics and code formatting corrections for consistency This closes #2925 Signed-off-by: zenfenan Project: http://git-wip-us.apache.org/repos/asf/nifi/repo Commit: http://git-wip-us.apache.org/repos/asf/nifi/commit/86beca0c Tree: http://git-wip-us.apache.org/repos/asf

[1/2] nifi git commit: NIFI-5469 Additional italics and code formatting corrections for consistency

2018-08-13 Thread zenfenan
Repository: nifi Updated Branches: refs/heads/master 17ea29244 -> 86beca0c5 http://git-wip-us.apache.org/repos/asf/nifi/blob/86beca0c/nifi-docs/src/main/asciidoc/administration-guide.adoc -- diff --git a/nifi-docs/src/main/asci

nifi git commit: NIFI-5413 Added additional documentation for PutMongoRecord and fixed a typo in RunMongoAggregation's documentation.

2018-08-29 Thread zenfenan
Repository: nifi Updated Branches: refs/heads/master 860663ae3 -> c755ed932 NIFI-5413 Added additional documentation for PutMongoRecord and fixed a typo in RunMongoAggregation's documentation. This closes #2881 Signed-off-by: zenfenan Project: http://git-wip-us.apache.org/repos/

nifi git commit: NIFI-5495 Made date format configurable.

2018-09-09 Thread zenfenan
Repository: nifi Updated Branches: refs/heads/master fc1461298 -> 57820d0d8 NIFI-5495 Made date format configurable. This closes #2969 Signed-off-by: zenfenan Project: http://git-wip-us.apache.org/repos/asf/nifi/repo Commit: http://git-wip-us.apache.org/repos/asf/nifi/commit/57820d0d T

nifi git commit: NIFI-5239 Made a client service an optional source of connection pooling in Mongo processors.

2018-09-19 Thread zenfenan
Repository: nifi Updated Branches: refs/heads/master c56a7e9ba -> 1dea8faa0 NIFI-5239 Made a client service an optional source of connection pooling in Mongo processors. This closes #2896 Signed-off-by: zenfenan Project: http://git-wip-us.apache.org/repos/asf/nifi/repo Commit: http://

nifi git commit: NIFI-5599 - Bump Kafka versions

2018-09-20 Thread zenfenan
Repository: nifi Updated Branches: refs/heads/master 3dd548e80 -> 854ee3021 NIFI-5599 - Bump Kafka versions This closes #3006 Signed-off-by: zenfenan Project: http://git-wip-us.apache.org/repos/asf/nifi/repo Commit: http://git-wip-us.apache.org/repos/asf/nifi/commit/854ee302 Tree: h

nifi git commit: NIFI-5588 - Fix max wait time in DBCP Connection Pool

2018-09-24 Thread zenfenan
Repository: nifi Updated Branches: refs/heads/master 2a964681e -> c4d3b5e94 NIFI-5588 - Fix max wait time in DBCP Connection Pool This closes #3022 Signed-off-by: zenfenan Project: http://git-wip-us.apache.org/repos/asf/nifi/repo Commit: http://git-wip-us.apache.org/repos/asf/nifi/com