nifi git commit: NIFI-5781 - Incorrect schema for provenance events in SiteToSiteProvenanceReportingTask

2018-11-01 Thread mattyb149
Repository: nifi Updated Branches: refs/heads/master f0a7dda84 -> bcfd6f0b1 NIFI-5781 - Incorrect schema for provenance events in SiteToSiteProvenanceReportingTask Signed-off-by: Matthew Burgess This closes #3123 Project: http://git-wip-us.apache.org/repos/asf/nifi/repo Commit:

nifi git commit: NIFI-5788: Introduce batch size limit in PutDatabaseRecord processor

2018-11-15 Thread mattyb149
Repository: nifi Updated Branches: refs/heads/master 13011ac6d -> d319a3ef2 NIFI-5788: Introduce batch size limit in PutDatabaseRecord processor NIFI-5788: Introduce batch size limit in PutDatabaseRecord processor Renamed 'batch size' to 'Maximum Batch Size'. Changed default

nifi git commit: NIFI-4130 Add lookup controller service in TransformXML to define XSLT from the UI

2018-11-14 Thread mattyb149
Repository: nifi Updated Branches: refs/heads/master 9e7610ac7 -> 4112af013 NIFI-4130 Add lookup controller service in TransformXML to define XSLT from the UI addressed review comments Signed-off-by: Matthew Burgess This closes #1953 Project:

[1/2] nifi git commit: NIFI-5533: Be more efficient with heap utilization - Updated FlowFile Repo / Write Ahead Log so that any update that writes more than 1 MB of data is written to a file inside th

2018-10-09 Thread mattyb149
Repository: nifi Updated Branches: refs/heads/master c87d79193 -> c425bd288 http://git-wip-us.apache.org/repos/asf/nifi/blob/c425bd28/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-framework-core/src/main/java/org/apache/nifi/controller/repository/StandardProcessSession.java

[2/2] nifi git commit: NIFI-5533: Be more efficient with heap utilization - Updated FlowFile Repo / Write Ahead Log so that any update that writes more than 1 MB of data is written to a file inside th

2018-10-09 Thread mattyb149
NIFI-5533: Be more efficient with heap utilization - Updated FlowFile Repo / Write Ahead Log so that any update that writes more than 1 MB of data is written to a file inside the FlowFile Repo rather than being buffered in memory - Update SplitText so that it does not hold FlowFiles that are

nifi git commit: NIFI-5051 Created ElasticSearch lookup service.

2018-10-01 Thread mattyb149
Repository: nifi Updated Branches: refs/heads/master 748cf7456 -> b1478cdb1 NIFI-5051 Created ElasticSearch lookup service. NIFI-5051 Fixed checkstyle issue. NIFI-5051 Converted ES lookup service to use a SchemaRegistry. NIFI-5051 Cleaned up POM and added a simple unit test that uses a mock

nifi git commit: NIFI-5609: Fixed NullPointer when attempting to view status history for a component that has not yet run

2018-09-19 Thread mattyb149
Repository: nifi Updated Branches: refs/heads/master f570cb980 -> 3dd548e80 NIFI-5609: Fixed NullPointer when attempting to view status history for a component that has not yet run Signed-off-by: Matthew Burgess This closes #3012 Project: http://git-wip-us.apache.org/repos/asf/nifi/repo

nifi git commit: NIFI-5598: Allow JMS Processors to lookup Connection Factory via JNDI

2018-09-19 Thread mattyb149
Repository: nifi Updated Branches: refs/heads/master 0da4f50ea -> ad80f5f06 NIFI-5598: Allow JMS Processors to lookup Connection Factory via JNDI NIFI-5598: Expose JNDI Principal & Credentails as explicit properties Signed-off-by: Matthew Burgess This closes #3005 Project:

nifi git commit: NIFI-5640: Improved efficiency of Avro Reader and some methods of AvroTypeUtil. Also switched ServiceStateTransition to using read/write locks instead of synchronized blocks because p

2018-09-27 Thread mattyb149
Repository: nifi Updated Branches: refs/heads/master ad4c886fb -> 2e1005e88 NIFI-5640: Improved efficiency of Avro Reader and some methods of AvroTypeUtil. Also switched ServiceStateTransition to using read/write locks instead of synchronized blocks because profiling showed that significant

nifi git commit: NIFI-5612: Support JDBC drivers that return Long for unsigned ints

2018-09-28 Thread mattyb149
Repository: nifi Updated Branches: refs/heads/master e24388aa7 -> 0dd382370 NIFI-5612: Support JDBC drivers that return Long for unsigned ints Refactors tests in order to share code repeated in tests and to enable some parameterized testing. MySQL Connector/J 5.1.x in conjunction with MySQL

nifi git commit: NIFI-5891 fix handling of null logical types in Hive3Streaming processor

2018-12-13 Thread mattyb149
Repository: nifi Updated Branches: refs/heads/master 9a1ab4c50 -> c51512f5e NIFI-5891 fix handling of null logical types in Hive3Streaming processor NIFI-5891: Fixed Checkstyle issues Signed-off-by: Matthew Burgess This closes #3216 Project:

nifi git commit: NIFI-4579: Fix ValidateRecord type coercing

2018-12-13 Thread mattyb149
Repository: nifi Updated Branches: refs/heads/master c51512f5e -> 0efddf47d NIFI-4579: Fix ValidateRecord type coercing Signed-off-by: Matthew Burgess This closes #2794 Project: http://git-wip-us.apache.org/repos/asf/nifi/repo Commit:

nifi git commit: NIFI-5843 added subjects to the error message when neither script body nor script text are provided

2018-11-28 Thread mattyb149
Repository: nifi Updated Branches: refs/heads/master 455e3c1bc -> 98cdb50cc NIFI-5843 added subjects to the error message when neither script body nor script text are provided Signed-off-by: Matthew Burgess This closes #3186 Project: http://git-wip-us.apache.org/repos/asf/nifi/repo

[nifi] branch master updated: NIFI-5945 Add support for password login to kerberos code in nifi-security-utils

2019-01-10 Thread mattyb149
This is an automated email from the ASF dual-hosted git repository. mattyb149 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 2bbfb32 NIFI-5945 Add support for password

[nifi] branch master updated: NIFI-5879: Fixed bug in FileSystemRepository that can occur if an InputStream is obtained, then more data is written to the Content Claim - the InputStream would end befo

2019-01-07 Thread mattyb149
This is an automated email from the ASF dual-hosted git repository. mattyb149 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 cf41c10 NIFI-5879: Fixed bug

[nifi] branch master updated: NIFI-5854 Added skeleton logic to convert decimal time units. Added helper methods. Added unit tests.

2019-01-07 Thread mattyb149
This is an automated email from the ASF dual-hosted git repository. mattyb149 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 b59fa5a NIFI-5854 Added skeleton logic

[nifi] 01/02: NIFI-6117: Fix BIGINT handling in DataTypeUtils

2019-03-26 Thread mattyb149
This is an automated email from the ASF dual-hosted git repository. mattyb149 pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/nifi.git commit c2dc0910b76565817e95fa349e56aca5d8f2328e Author: Matthew Burgess AuthorDate: Wed Mar 13 18:35:38 2019 -0400 NIFI

[nifi] branch master updated (ead6a3b -> cae01d5)

2019-03-26 Thread mattyb149
This is an automated email from the ASF dual-hosted git repository. mattyb149 pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/nifi.git. from ead6a3b NIFI-6144 - Enable EL on listening port in HandleHttpRequest new c2dc091 NIFI-6117: Fix BIGINT

[nifi] 02/02: NIFI-6117: Fix BIGINT handling in DataTypeUtils

2019-03-26 Thread mattyb149
This is an automated email from the ASF dual-hosted git repository. mattyb149 pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/nifi.git commit cae01d555cc2f30b2a302b9dc8ec84db2a04469c Author: Koji Kawamura AuthorDate: Tue Mar 26 08:37:20 2019 +0900 NIFI

[nifi] branch master updated: NIFI-6180: exposing firehose grace period to DruidTranquilityController

2019-04-03 Thread mattyb149
This is an automated email from the ASF dual-hosted git repository. mattyb149 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 3a63de2 NIFI-6180: exposing firehose grace

[nifi] branch master updated: NIFI-6179: minor changes to DruidTranquilityController

2019-04-03 Thread mattyb149
This is an automated email from the ASF dual-hosted git repository. mattyb149 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 e907b68 NIFI-6179: minor changes

[nifi] branch master updated: NIFI-6016 PutCassandraRecord batch size

2019-04-04 Thread mattyb149
This is an automated email from the ASF dual-hosted git repository. mattyb149 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 d36fa6a NIFI-6016 PutCassandraRecord batch

[nifi] branch master updated: NIFI-6186 Resolve handling of module paths in JythonScriptEngineConfigurator

2019-04-04 Thread mattyb149
This is an automated email from the ASF dual-hosted git repository. mattyb149 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 c93ee5a NIFI-6186 Resolve handling of module

[nifi] branch master updated: NIFI-6172 Fixed a bug that caused ElasticSearchStringLookupService to always return a value even when it should return Optional.empty().

2019-04-05 Thread mattyb149
This is an automated email from the ASF dual-hosted git repository. mattyb149 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 4810f6d NIFI-6172 Fixed a bug that caused

[nifi] branch master updated: NIFI-5172 Adding the ability to specify a record writer for PutElasticsearchHttpRecord in order to individually handle failed records

2019-02-25 Thread mattyb149
This is an automated email from the ASF dual-hosted git repository. mattyb149 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 cd7edb1 NIFI-5172 Adding the ability

[nifi] branch master updated: Added tests for commons utilities StringUtils and FormatUtils These tests were written using Diffblue Cover.

2019-03-06 Thread mattyb149
This is an automated email from the ASF dual-hosted git repository. mattyb149 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 08a307c Added tests for commons utilities

[nifi] 02/02: NIFI-6105: Fix handling of arrays of records/maps in record utilities

2019-03-13 Thread mattyb149
This is an automated email from the ASF dual-hosted git repository. mattyb149 pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/nifi.git commit 2846d3c3c6e454f7960763bd69e36e879684a033 Author: Koji Kawamura AuthorDate: Wed Mar 13 14:34:16 2019 +0900 NIFI

[nifi] branch master updated (35d1cac -> 2846d3c)

2019-03-13 Thread mattyb149
This is an automated email from the ASF dual-hosted git repository. mattyb149 pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/nifi.git. from 35d1cac Documentation : ConsumerKafka_2_0 - updated configuration details re… (#3360) new f91311d NIFI

[nifi] 01/02: NIFI-6105: Fix handling of arrays of records/maps in record utilities

2019-03-13 Thread mattyb149
This is an automated email from the ASF dual-hosted git repository. mattyb149 pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/nifi.git commit f91311da9d759fb5712ee8121d54d27a7deea236 Author: Matthew Burgess AuthorDate: Wed Mar 6 09:53:13 2019 -0500 NIFI

[nifi] branch master updated: NIFI-6078: Create PostSlack processor

2019-03-07 Thread mattyb149
This is an automated email from the ASF dual-hosted git repository. mattyb149 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 79e05c9 NIFI-6078: Create PostSlack processor

[nifi] branch master updated: NIFI-4735: ParseEVTX only outputs one event per chunk

2019-03-20 Thread mattyb149
This is an automated email from the ASF dual-hosted git repository. mattyb149 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 48a6c81 NIFI-4735: ParseEVTX only outputs one

[nifi] branch master updated: NIFI-5983: handling parse problems in recordReader implementations

2019-02-06 Thread mattyb149
This is an automated email from the ASF dual-hosted git repository. mattyb149 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 24a7d48 NIFI-5983: handling parse problems

[nifi] branch master updated: NIFI-5903: Allow RecordPath to be used in QueryRecord processor. Also some code cleanup and improvements to the docs

2019-02-12 Thread mattyb149
This is an automated email from the ASF dual-hosted git repository. mattyb149 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 82a0434 NIFI-5903: Allow RecordPath

[nifi] branch master updated: NIFI-5869 Support Reconnection for JMS

2019-02-13 Thread mattyb149
This is an automated email from the ASF dual-hosted git repository. mattyb149 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 3492313 NIFI-5869 Support Reconnection

[nifi] branch master updated: NIFI-6000 Catch also IllegalArgumentException in ConvertAvroToORC hive processor. Added support for Avro null types.

2019-02-14 Thread mattyb149
This is an automated email from the ASF dual-hosted git repository. mattyb149 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 e598b30 NIFI-6000 Catch also

[nifi] branch master updated: NIFI-4367 Fix on processor for permit deriving script classes from AbstractProcessor or other Records based base classes

2019-02-14 Thread mattyb149
This is an automated email from the ASF dual-hosted git repository. mattyb149 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 8a197e5 NIFI-4367 Fix on processor for permit

[nifi] branch master updated: NIFI-5974 fix: Fragment Attributes are populated in case no split has occured. Unit test is implemented: testNoSplitterInString

2019-01-30 Thread mattyb149
This is an automated email from the ASF dual-hosted git repository. mattyb149 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 8e77720 NIFI-5974 fix: Fragment Attributes

[nifi] branch master updated: NIFI-5867 - add thread() EL function to get thread name

2019-01-30 Thread mattyb149
This is an automated email from the ASF dual-hosted git repository. mattyb149 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 8a3d7a4 NIFI-5867 - add thread() EL function

[nifi] branch master updated: NIFI-5995 Updated ScriptedLookupService documentation to warn about Jython and removed Jython from the list of supported script engines for it because it's broken now.

2019-02-01 Thread mattyb149
This is an automated email from the ASF dual-hosted git repository. mattyb149 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 fef41b3 NIFI-5995 Updated

[nifi] branch master updated: Update WriteResourceToStream.java

2019-04-08 Thread mattyb149
This is an automated email from the ASF dual-hosted git repository. mattyb149 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 da593a2 Update WriteResourceToStream.java

[nifi] branch master updated: NIFI-6215: Ensure that when we are swapping FlowFiles back into nifi, that we consider forward slashes or back slashes as the same path separator when determining filenam

2019-04-15 Thread mattyb149
This is an automated email from the ASF dual-hosted git repository. mattyb149 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 7b94518 NIFI-6215: Ensure that when we

[nifi] branch master updated: NIFI-6337 Resolved groovy unit test execution problems in nifi-properties-loader and fixed failing unit tests.

2019-05-31 Thread mattyb149
This is an automated email from the ASF dual-hosted git repository. mattyb149 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 a9d1dd7 NIFI-6337 Resolved groovy unit test

[nifi] branch master updated: NIFI-5916 Added an option to enable empty flowfiles to be sent if there are no results from a query.

2019-06-01 Thread mattyb149
This is an automated email from the ASF dual-hosted git repository. mattyb149 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 407add7 NIFI-5916 Added an option to enable

[nifi] branch master updated: NIFI-5902 Added GeoEnrichIPRecord. NIFI-5902 Updated GeoEnrichIPRecord with more error handling.

2019-06-12 Thread mattyb149
This is an automated email from the ASF dual-hosted git repository. mattyb149 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 3e7816d NIFI-5902 Added GeoEnrichIPRecord

[nifi] branch master updated: NIFI-6228 Fixed order of operations bug that prevented SSLContext from being handled correctly.

2019-06-20 Thread mattyb149
This is an automated email from the ASF dual-hosted git repository. mattyb149 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 c352c2c NIFI-6228 Fixed order of operations

[nifi] 01/02: NIFI-5537 Create Neo4J cypher execution processor

2019-06-20 Thread mattyb149
This is an automated email from the ASF dual-hosted git repository. mattyb149 pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/nifi.git commit 1b28c7b45c3eb4b7c58214ae64688226fcb866b1 Author: mans2singh AuthorDate: Sun Aug 19 19:18:13 2018 -0700 NIFI-5537

[nifi] branch master updated (c352c2c -> 82f177c)

2019-06-20 Thread mattyb149
This is an automated email from the ASF dual-hosted git repository. mattyb149 pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/nifi.git. from c352c2c NIFI-6228 Fixed order of operations bug that prevented SSLContext from being handled correctly. new

[nifi] branch master updated: NIFI-6257: removing duplicate table row from administration guide

2019-05-03 Thread mattyb149
This is an automated email from the ASF dual-hosted git repository. mattyb149 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 9194726 NIFI-6257: removing duplicate table

[nifi] branch master updated: NIFI-6413 Remove nifi-ssl-context-service dependency from nifi-prometheus-nar

2019-07-03 Thread mattyb149
This is an automated email from the ASF dual-hosted git repository. mattyb149 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 0857d5f NIFI-6413 Remove nifi-ssl-context

[nifi] branch analytics-framework updated: NIFI-6566 - Refactor to decouple model instance from status analytics object. Also allow configurable model from nifi.properties

2019-08-21 Thread mattyb149
This is an automated email from the ASF dual-hosted git repository. mattyb149 pushed a commit to branch analytics-framework in repository https://gitbox.apache.org/repos/asf/nifi.git The following commit(s) were added to refs/heads/analytics-framework by this push: new 7d6e1b5 NIFI-6566

[nifi] branch master updated: NIFI-6424 Created a proper transit URL for Gremlin and OpenCypher services.

2019-08-30 Thread mattyb149
This is an automated email from the ASF dual-hosted git repository. mattyb149 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 fc3477b NIFI-6424 Created a proper transit

[nifi] branch master updated: NIFI-6425 Made executeQuery able to reconnect to the Gremlin cluster.

2019-09-03 Thread mattyb149
This is an automated email from the ASF dual-hosted git repository. mattyb149 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 768a7b8 NIFI-6425 Made executeQuery able

[nifi] branch master updated: - Removed unused AUTOCREATE_PARTITIONS from PutHive3Streaming - Renamed PARTITION_VALUES to STATIC_PARTITION_VALUES for correctness and better understanding - STATIC_PART

2019-09-03 Thread mattyb149
This is an automated email from the ASF dual-hosted git repository. mattyb149 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 9071e5b - Removed unused

[nifi] branch analytics-framework updated (7d6e1b5 -> e9986c2)

2019-08-26 Thread mattyb149
This is an automated email from the ASF dual-hosted git repository. mattyb149 pushed a change to branch analytics-framework in repository https://gitbox.apache.org/repos/asf/nifi.git. from 7d6e1b5 NIFI-6566 - Refactor to decouple model instance from status analytics object. Also allow

[nifi] branch master updated: NIFI-6621: Add support for Druid schema-less dimensions

2019-09-06 Thread mattyb149
This is an automated email from the ASF dual-hosted git repository. mattyb149 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 a672294 NIFI-6621: Add support for Druid

[nifi] branch analytics-framework updated: NIFI-6510 - Fix issue displaying estimated time to back pressure in connection summary table when only one of the predictions is known.

2019-09-06 Thread mattyb149
This is an automated email from the ASF dual-hosted git repository. mattyb149 pushed a commit to branch analytics-framework in repository https://gitbox.apache.org/repos/asf/nifi.git The following commit(s) were added to refs/heads/analytics-framework by this push: new 60d9ce4 NIFI-6510

[nifi] branch master updated: fix deserialization issues with NiFiRecordSerDe for hive3streaming

2019-09-13 Thread mattyb149
This is an automated email from the ASF dual-hosted git repository. mattyb149 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 3d1bb09 fix deserialization issues

[nifi] branch master updated: NIFI-6649 - added separate query interval configuration for observation queries NIFI-6649 - documentation update

2019-09-12 Thread mattyb149
This is an automated email from the ASF dual-hosted git repository. mattyb149 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 8e1452a NIFI-6649 - added separate query

[nifi] branch master updated: NIFI-6649 - repaired test due to min zero fix

2019-09-12 Thread mattyb149
This is an automated email from the ASF dual-hosted git repository. mattyb149 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 5106b76 NIFI-6649 - repaired test due to min

[nifi] branch master updated: NIFI-6642 - JsonPath support for adding array element

2019-09-11 Thread mattyb149
This is an automated email from the ASF dual-hosted git repository. mattyb149 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 9ec6314 NIFI-6642 - JsonPath support

[nifi] branch master updated: NIFI-6534 Improve logging in PutHive3Streaming processor Added logging for PutHive3Streaming when routing to failure

2019-08-09 Thread mattyb149
This is an automated email from the ASF dual-hosted git repository. mattyb149 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 2baafcc NIFI-6534 Improve logging

[nifi] branch master updated: NIFI-6854 - Added option to ignore condition errors in rules. Test correction

2019-11-08 Thread mattyb149
This is an automated email from the ASF dual-hosted git repository. mattyb149 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 a37b57e NIFI-6854 - Added option to ignore

[nifi] branch master updated: NIFI-6775 Added fix to support Oracle Float type conversion to Avro

2019-11-05 Thread mattyb149
This is an automated email from the ASF dual-hosted git repository. mattyb149 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 7ac4157 NIFI-6775 Added fix to support Oracle

[nifi] branch master updated: NIFI-6771 : Added fix to support Oracle Binary float and Binary double conversion to Avro type

2019-11-06 Thread mattyb149
This is an automated email from the ASF dual-hosted git repository. mattyb149 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 e3f72c5 NIFI-6771 : Added fix to support

[nifi] branch master updated: NIFI-6842 - Introduce MetricsEventReportingTask

2019-11-08 Thread mattyb149
This is an automated email from the ASF dual-hosted git repository. mattyb149 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 c998a72 NIFI-6842 - Introduce

[nifi] branch master updated: NIFI-6896 Standardize hadoop.version for everything that uses nifi-hadoop-libraries

2019-11-22 Thread mattyb149
This is an automated email from the ASF dual-hosted git repository. mattyb149 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 5cfc68d NIFI-6896 Standardize hadoop.version

[nifi] branch master updated: NIFI-6890 Support configuring rules in controller service configuration

2019-11-22 Thread mattyb149
This is an automated email from the ASF dual-hosted git repository. mattyb149 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 5813048 NIFI-6890 Support configuring rules

[nifi] branch master updated: NIFI-6885: - Fixed bug when calling logUnbuildableDestination with "jms_destination" instead of actual destination name value

2019-11-21 Thread mattyb149
This is an automated email from the ASF dual-hosted git repository. mattyb149 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 ae2b3d6 NIFI-6885: - Fixed bug when calling

[nifi] branch master updated: NIFI-6917 - fix doc for dynamic properties variables support in JMS Connection Factory Provider

2019-12-04 Thread mattyb149
This is an automated email from the ASF dual-hosted git repository. mattyb149 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 41fef55 NIFI-6917 - fix doc for dynamic

[nifi] branch master updated: NIFI-6778 - Added rules engine service api and Easy Rules Implementation

2019-10-21 Thread mattyb149
This is an automated email from the ASF dual-hosted git repository. mattyb149 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 7c9d34f NIFI-6778 - Added rules engine

[nifi] branch master updated: NIFI-6801 - fix to ensure unique model instance is created for each connection. Also increased default query interval.

2019-10-24 Thread mattyb149
This is an automated email from the ASF dual-hosted git repository. mattyb149 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 1473652 NIFI-6801 - fix to ensure unique

[nifi] branch master updated: NIFI-6855 - added action type enforcement option for handlers

2019-11-20 Thread mattyb149
This is an automated email from the ASF dual-hosted git repository. mattyb149 pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/nifi.git View the commit online: https://github.com/apache/nifi/commit/18245a4441406d7e4295997cba4369a27834dafd The following commit

[nifi] branch master updated: NIFI-6803 - Initial commit for ActionHandler Controller Services

2019-11-01 Thread mattyb149
This is an automated email from the ASF dual-hosted git repository. mattyb149 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 5b28f6d NIFI-6803 - Initial commit

[nifi] branch master updated: NIFI-5970 Handle multiple input FlowFiles at Put.initConnection

2019-11-19 Thread mattyb149
This is an automated email from the ASF dual-hosted git repository. mattyb149 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 b3880a4 NIFI-5970 Handle multiple input

[nifi] branch master updated: NIFI-6753: Fixed bug where all values being provided to the CSV Writer were String objects, which resulted in the CSV Writer improperly quoting numeric values when the sc

2019-10-09 Thread mattyb149
This is an automated email from the ASF dual-hosted git repository. mattyb149 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 e394f66 NIFI-6753: Fixed bug where all values

[nifi] branch master updated: NIFI-6723: Enrich processor-related and JVM GC metrics in Prometheus Reporting Task

2019-10-03 Thread mattyb149
This is an automated email from the ASF dual-hosted git repository. mattyb149 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 d7ca37d NIFI-6723: Enrich processor-related

[nifi] branch master updated: NIFI-7109 Unit tests should be able to determine if item validator was called - Create a mock Validator to track count of calls to validate(). We cannot use Mockito for t

2020-02-12 Thread mattyb149
This is an automated email from the ASF dual-hosted git repository. mattyb149 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 6e8f10c NIFI-7109 Unit tests should be able

[nifi] branch master updated: NIFI-7007: Add update functionality to the PutCassandraRecord processor.

2020-02-24 Thread mattyb149
This is an automated email from the ASF dual-hosted git repository. mattyb149 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 9848eb4 NIFI-7007: Add update functionality

[nifi] branch master updated: NIFI-5924 Labels should be searchable

2020-02-24 Thread mattyb149
This is an automated email from the ASF dual-hosted git repository. mattyb149 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 acaf321 NIFI-5924 Labels should be searchable

[nifi] branch master updated: NIFI-7139 Add record.error.message on failure of a record reader or writer

2020-02-26 Thread mattyb149
This is an automated email from the ASF dual-hosted git repository. mattyb149 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 0bb8ce7 NIFI-7139 Add record.error.message

[nifi] branch master updated: NIFI-7025: Wrap Hive 3 calls with UGI.doAs Updated PutHive3Streaming to wrap calls to Hive in UGI.doAs methods Fixed misleading logging message after the principal has be

2020-03-04 Thread mattyb149
This is an automated email from the ASF dual-hosted git repository. mattyb149 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 4b6de8d NIFI-7025: Wrap Hive 3 calls

[nifi] branch master updated: NIFI-7055 handle empty split evaluations, which contain only ,

2020-03-04 Thread mattyb149
This is an automated email from the ASF dual-hosted git repository. mattyb149 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 f1c6e92 NIFI-7055 handle empty split

[nifi] branch master updated: NIFI-7163 - added RulesEngine and RulesEngineProvider interfaces, enhanced easy rules to support provider interface and refactored to extract rules engine implementation

2020-02-25 Thread mattyb149
This is an automated email from the ASF dual-hosted git repository. mattyb149 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 abf223d NIFI-7163 - added RulesEngine

[nifi] branch master updated: NIFI-4792: Add support for querying array fields in QueryRecord

2020-02-11 Thread mattyb149
This is an automated email from the ASF dual-hosted git repository. mattyb149 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 5e964fb NIFI-4792: Add support for querying

[nifi] branch master updated: NIFI-7106 - Add parent name and parent path in SiteToSiteStatusReportingTask

2020-02-10 Thread mattyb149
This is an automated email from the ASF dual-hosted git repository. mattyb149 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 58bcd6c NIFI-7106 - Add parent name

[nifi] branch master updated: NIFI-6919: Added relationship attribute to DistributeLoad

2020-01-14 Thread mattyb149
This is an automated email from the ASF dual-hosted git repository. mattyb149 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 421bfdd NIFI-6919: Added relationship

[nifi] branch master updated: NIFI-7210 - added PG path in bulletins for S2S Bulletin RT

2020-03-09 Thread mattyb149
This is an automated email from the ASF dual-hosted git repository. mattyb149 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 12c8402 NIFI-7210 - added PG path

[nifi] branch master updated: NIFI-7087: Use FlowManager.findAllConnections() when available

2020-04-09 Thread mattyb149
This is an automated email from the ASF dual-hosted git repository. mattyb149 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 84968e7 NIFI-7087: Use

[nifi] branch master updated: NIFI-7359 Fix parent id on process metrics for Prometheus

2020-04-15 Thread mattyb149
This is an automated email from the ASF dual-hosted git repository. mattyb149 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 b113a02 NIFI-7359 Fix parent id on process

[nifi] branch master updated: NIFI-7287: Move services-api dependency from Prometheus reporting task to its NAR

2020-03-27 Thread mattyb149
This is an automated email from the ASF dual-hosted git repository. mattyb149 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 be2929b NIFI-7287: Move services-api

[nifi] branch master updated (daddf40 -> 4a2a911)

2020-04-01 Thread mattyb149
This is an automated email from the ASF dual-hosted git repository. mattyb149 pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/nifi.git. from daddf40 NIFI-7103 Adding PutDataLakeStorage Processor to provide native support for Azure Data Lake Storage Gen 2

[nifi] branch master updated (659a383 -> 7784178)

2020-04-29 Thread mattyb149
This is an automated email from the ASF dual-hosted git repository. mattyb149 pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/nifi.git. from 659a383 NIFI-7394: Add support for sending Multipart/FORM data to InvokeHTTP. By using dynamic properties

[nifi] branch master updated (c51b905 -> 13418cc)

2020-05-18 Thread mattyb149
This is an automated email from the ASF dual-hosted git repository. mattyb149 pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/nifi.git. from c51b905 NIFI-7460: Avoid NPE when a VersionedProcessor has a null value for autoTerminatedRelationships. Added

[nifi] branch master updated: NIFI-7390 Covering Avro type conversion in case of map withing Record

2020-05-08 Thread mattyb149
This is an automated email from the ASF dual-hosted git repository. mattyb149 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 66b175f NIFI-7390 Covering Avro type

[nifi] branch master updated: NIFI-7413: Documented REMOTE_INVOCATION provenance event type in user/dev guides

2020-05-12 Thread mattyb149
This is an automated email from the ASF dual-hosted git repository. mattyb149 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 6b73ea4 NIFI-7413: Documented

[nifi-registry] branch master updated: NIFIREG-390: Add .asf.yaml file to GitHub repo

2020-05-20 Thread mattyb149
This is an automated email from the ASF dual-hosted git repository. mattyb149 pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/nifi-registry.git The following commit(s) were added to refs/heads/master by this push: new df00b46 NIFIREG-390: Add .asf.yaml

[nifi] branch MINIFI-422 created (now b6ef7e1)

2020-05-21 Thread mattyb149
This is an automated email from the ASF dual-hosted git repository. mattyb149 pushed a change to branch MINIFI-422 in repository https://gitbox.apache.org/repos/asf/nifi.git. at b6ef7e1 NIFI-7462: This adds a way to convert or cast a choice object into a valid type for use with calcite

[nifi] branch master updated: NIFI-7462: This adds a way to convert or cast a choice object into a valid type for use with calcite query functions

2020-05-21 Thread mattyb149
This is an automated email from the ASF dual-hosted git repository. mattyb149 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 b6ef7e1 NIFI-7462: This adds a way to convert

[nifi] branch main updated: NIFI-7743 Document Empty all queues option for Process Groups

2020-09-02 Thread mattyb149
This is an automated email from the ASF dual-hosted git repository. mattyb149 pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/nifi.git The following commit(s) were added to refs/heads/main by this push: new 29e23e5 NIFI-7743 Document Empty all queues

[nifi] branch main updated: NIFI-7800: Provide an option to omit XML declaration for XMLRecordSetWriter

2020-09-11 Thread mattyb149
This is an automated email from the ASF dual-hosted git repository. mattyb149 pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/nifi.git The following commit(s) were added to refs/heads/main by this push: new fd8b0b2 NIFI-7800: Provide an option to omit XML

<    1   2   3   4   5   6   7   8   9   >