nifi/nifi-nar-bundles
Matt Gilman a6133d4ce3 NIFI-2635:
- Fixing contrib check issues.
- Clean up pom.
- Addressing issue where reporting task property descriptor using wrong scope.

NIFI-2635:
- Fixing issue with revisions when creating users and user groups.
- Forwarding requests to the coordinator instead of replicating.
- Tweaking verbage in dialog for removing users and groups.

This closes #943
2016-08-25 13:08:35 -04:00
..
nifi-ambari-bundle NIFI-2269 Added datadog support 2016-08-22 21:34:51 -04:00
nifi-amqp-bundle NIFI-1831 Added internal logic and command-line tool to allow AES-encrypted sensitive configuration values in nifi.properties. 2016-08-23 20:34:31 -07:00
nifi-avro-bundle NIFI-1157 searched for and resolved all remaining references to deprecated items that were clearly addressable. 2016-07-14 09:32:35 -04:00
nifi-aws-bundle NIFI-2507 Added Canned ACL support to PutS3Object 2016-08-09 13:20:52 -07:00
nifi-azure-bundle NIFI-2516 - Extract version info into parent pom, upgrade to commons-io 2.5 2016-08-09 22:43:29 +02:00
nifi-cassandra-bundle NIFI-2174: Fix handling of time/date types in QueryCassandra 2016-07-16 13:31:21 -04:00
nifi-couchbase-bundle
nifi-datadog-bundle NIFI-2269 Fixing minor issues with style check, licensing, etc. 2016-08-22 21:34:51 -04:00
nifi-elasticsearch-bundle NIFI-2516 - Extract version info into parent pom, upgrade to commons-io 2.5 2016-08-09 22:43:29 +02:00
nifi-email-bundle NIFI-2519 polishing remote address formatting to avoid NPE and other potential exceptions. 2016-08-17 15:13:05 -04:00
nifi-enrich-bundle NIFI-1965 This closes #819. COnvert DNS_TIMEOUT property to TIME_PERIOD 2016-08-09 14:25:07 -04:00
nifi-evtx-bundle NIFI-2516 - Extract version info into parent pom, upgrade to commons-io 2.5 2016-08-09 22:43:29 +02:00
nifi-flume-bundle NIFI-1157 resolved deprecated nifi-api items and ripple effects 2016-07-14 09:32:34 -04:00
nifi-framework-bundle NIFI-2635: 2016-08-25 13:08:35 -04:00
nifi-hadoop-bundle NIFI-2547: Fixed checkstyle errors and updated to reflect KerberosProperties changes 2016-08-21 10:26:40 -04:00
nifi-hadoop-libraries-bundle NIFI-2552: Updated Curator for HiveQL processors using Zookeeper quorum in URL 2016-08-15 16:53:57 -04:00
nifi-hbase-bundle NIFI-2620 Adding support for Binary Row Keys for both PutHBaseCell and PutHBaseJSON. This also involved making changes to PutFlowFile and PutColumn to carry around byte[] and not all strings. This closes #914. 2016-08-23 13:25:55 -04:00
nifi-hive-bundle NIFI-2622: Added support for complex types in SelectHiveQL 2016-08-23 15:52:16 -04:00
nifi-hl7-bundle NIFI-2090 This closes #669. Added options for segment names, parse fields in ExtractHL7Attributes 2016-07-22 10:11:03 -04:00
nifi-html-bundle
nifi-ignite-bundle NIFI-2516 - Extract version info into parent pom, upgrade to commons-io 2.5 2016-08-09 22:43:29 +02:00
nifi-jetty-bundle
nifi-jms-bundle NIFI-2407 Implements EL support on some properties of processors/services 2016-08-04 14:23:29 -04:00
nifi-kafka-bundle NIFI-2608 This closes #930. restructured the ConsumeKafka processor to follow new consumer API. Made nar classloading more precise to support spawned threads NIFI-2660. 2016-08-25 10:09:50 -04:00
nifi-kerberos-iaa-providers-bundle NIFI-2561: - Decoupling kerberos service and spnego principles and keytabs. 2016-08-17 08:14:05 -04:00
nifi-kite-bundle NIFI-2465 - InferAvroSchema EL support based on incoming FlowFiles 2016-08-16 12:50:53 -04:00
nifi-language-translation-bundle
nifi-ldap-iaa-providers-bundle NIFI-2173 Fixing typo in LDAP referral strategy 2016-07-15 09:55:37 -04:00
nifi-lumberjack-bundle
nifi-media-bundle NIFI-2610 annotated unstable tests with @Ignore 2016-08-23 13:13:05 -04:00
nifi-mongodb-bundle NIFI-2516 - Extract version info into parent pom, upgrade to commons-io 2.5 2016-08-09 22:43:29 +02:00
nifi-mqtt-bundle fixes NIFI-1989 2016-07-14 15:59:45 -04:00
nifi-provenance-repository-bundle NIFI-1831 Added internal logic and command-line tool to allow AES-encrypted sensitive configuration values in nifi.properties. 2016-08-23 20:34:31 -07:00
nifi-ranger-bundle NIFI-2561: - Decoupling kerberos service and spnego principles and keytabs. 2016-08-17 08:14:05 -04:00
nifi-riemann-bundle
nifi-scripting-bundle NIFI-2574 Changed NiFiProperties to avoid static initializer and updated all references to it. 2016-08-17 00:10:07 -07:00
nifi-site-to-site-reporting-bundle NIFI-2291: Correct the Content URI for 1.0.0 REST API; added cluster node identifier & whether or not clustered to ReportingContext so that the Reporting Task could make use of it 2016-08-03 10:35:11 -04:00
nifi-slack-bundle
nifi-snmp-bundle NIFI-2516 - Extract version info into parent pom, upgrade to commons-io 2.5 2016-08-09 22:43:29 +02:00
nifi-social-media-bundle NIFI-1733 Initial commit for nifi-ranger-bundle 2016-07-26 10:15:22 -04:00
nifi-solr-bundle NIFI-2516 - Extract version info into parent pom, upgrade to commons-io 2.5 2016-08-09 22:43:29 +02:00
nifi-splunk-bundle NIFI-2516 - Extract version info into parent pom, upgrade to commons-io 2.5 2016-08-09 22:43:29 +02:00
nifi-spring-bundle
nifi-standard-bundle PutSQLBinary 2016-08-25 08:41:23 -04:00
nifi-standard-services NIFI-2620 Adding support for Binary Row Keys for both PutHBaseCell and PutHBaseJSON. This also involved making changes to PutFlowFile and PutColumn to carry around byte[] and not all strings. This closes #914. 2016-08-23 13:25:55 -04:00
nifi-update-attribute-bundle NIFI-2208 This closes #754. refactored as per comments on JIRA. Reduced API expsosure and tightened lifecycle management. 2016-08-01 14:17:26 -04:00
nifi-windows-event-log-bundle NIFI-1976 - Windows Event Log native processor 2016-06-29 17:48:39 -04:00
pom.xml NIFI-2269 Added datadog support 2016-08-22 21:34:51 -04:00