Andrew Lim
ce0855e988
NIFI-5074 Added section Variables in Versioned Flows to User Guide
...
Signed-off-by: Pierre Villard <pierre.villard.fr@gmail.com>
This closes #2627 .
2018-04-11 18:53:07 +02:00
mans2singh
4366c67b27
NIFI-4927 - InfluxDB Query Processor
...
This closes #2562
Signed-off-by: Mike Thomsen <mikerthomsen@gmail.com>
2018-04-11 06:58:07 -04:00
Koji Kawamura
b2fae5f56e
NIFI-5065: HTTP Site-to-Site fails sending data more than 2GB at once
...
Int variables got overflown.
This closes #5065
Signed-off-by: Mike Thomsen <mikerthomsen@gmail.com>
2018-04-10 16:08:11 -04:00
Mark Bean
274ed46d92
NIFI-5055 added ability to unpenalize MockFlowFile directly or from MockProcessSession
...
Signed-off-by: Mike Thomsen <mikerthomsen@gmail.com>
2018-04-10 14:55:46 -04:00
Andrew Lim
eb3391f1d2
NIFI-5063 Added screenshots and supporting text for Primary Node processors
...
This closes #2624
Signed-off-by: Scott Aslan <scottyaslan@gmail.com>
2018-04-10 13:34:18 -04:00
Andrew Lim
b6c052066a
NIFI-4941 Updated nifi.sensitive.props.additional.keys description to refer to nifi.properties
...
This closes #2620
Signed-off-by: Scott Aslan <scottyaslan@gmail.com>
2018-04-10 09:29:39 -04:00
Matthew Burgess
b29304df79
NIFI-4857: Support String<->byte[] conversion for records
...
This closes #2570 .
Signed-off-by: Mark Payne <markap14@hotmail.com>
2018-04-09 14:53:21 -04:00
Andrew Lim
5f16f48a27
NIFI-5042 Added section Restricted Components in Versioned Flows and edited related section in Adding Components to the Canvas
...
This closes #2610 .
Signed-off-by: Bryan Bende <bbende@apache.org>
2018-04-09 09:53:22 -04:00
Matthew Burgess
ae1d3e3945
NIFI-4862: Keep incoming flowfile attributes in outgoing flowfiles from SelectHiveQL
...
This closes #2605 .
Signed-off-by: Koji Kawamura <ijokarumawak@apache.org>
2018-04-09 12:31:05 +09:00
joewitt
5013753119
NIFI-4995 update docker image and text info for next release
2018-04-06 17:03:18 -07:00
joewitt
59f625d3c2
Merge branch 'NIFI-4995-RC3' as part of NiFi 1.6.0 release process
2018-04-06 16:48:08 -07:00
Vi On
b414132324
NIFI-5050 update frontend-maven-plugin
...
This closes #2613
Signed-off-by: Scott Aslan <scottyaslan@gmail.com>
2018-04-06 16:07:25 -04:00
Mike Thomsen
63d4bba5a4
NIFI-5047 Fixed a bug in PutMongo that prevented it from working if the mode is insert and the query/query key are not set.
...
Signed-off-by: Pierre Villard <pierre.villard.fr@gmail.com>
This closes #2609 .
2018-04-06 21:36:30 +02:00
Andrew Lim
8e10f0bd54
NIFI-5048 Corrected typo in KeytabCredentialsService controller service description
...
This closes #2612
Signed-off-by: Scott Aslan <scottyaslan@gmail.com>
2018-04-06 15:17:03 -04:00
Pierre Villard
7cc77937d8
NIFI-4149 - fixed contrib-check errors
2018-04-06 20:38:04 +02:00
Mark Payne
644133dc35
NIFI-4149: Minor tweaks to verbiage
...
This closes #2205 .
2018-04-06 12:42:38 -04:00
Pierre Villard
4c787799ff
NIFI-4149 - Indicate if EL is evaluated against FFs or not
...
- take into account input requirement for documentation rendering
- Renamed variable registry scope and added comments
- Doc + change in mock framework to check scope + update of components + UI
2018-04-06 12:40:54 -04:00
Matthew Burgess
7ff38f690d
NIFI-5045: Fixed error code handling in PutHiveQL. This closes #2608
2018-04-05 16:03:42 -04:00
Marco Gaido
c119547222
NIFI-5043: TailFile in Multifile mode should not open new readers in onTrigger
...
This closes #2606 .
Signed-off-by: Mark Payne <markap14@hotmail.com>
2018-04-05 13:53:01 -04:00
Mike Moser
dc9b4cb516
NIFI-3599 Allow back pressure object count and data size to be configurable in nifi.properties. This closes #2497
2018-04-05 13:50:16 -04:00
Bryan Bende
7abb02fff0
NIFI-5027 Adding commands pg-get-services, pg-enable-services, and pg-disable-services
...
- Improving response when service is stuck enabling, and improving response when some services couldn't be enabled
- Throwing exception when a service is stuck enabling or can't be enabled so that standalone mode gets a non-zero status code, also allowing use of -verbose so stand-alone can decide if output is desired
- Improving information provided by pg-disable-services
Signed-off-by: Pierre Villard <pierre.villard.fr@gmail.com>
This closes #2604 .
2018-04-04 23:26:24 +02:00
Koji Kawamura
1913b1e2a8
NIFI-4932: Enable S2S work behind a Reverse Proxy
...
Adding S2S endpoint Reverse Proxy mapping capability.
Added license header to SVG files.
Incorporated review comments.
Use regex to check property key processing.
Catch AttributeExpressionLanguageParsingException.
This closes #2510
2018-04-03 15:40:28 -04:00
joewitt
d511fe3e4b
NIFI-4995-RC3 prepare for next development iteration
2018-04-03 08:28:34 -07:00
joewitt
f8466cb16d
NIFI-4995-RC3 prepare release nifi-1.6.0-RC3
2018-04-03 08:28:15 -07:00
Aldrin Piri
7c0ee014d3
NIFI-4788 This closes #2427 . Exposing nifi.web.proxy.host configuration for Docker containers.
...
Signed-off-by: joewitt <joewitt@apache.org>
2018-04-03 07:49:06 -07:00
Matt Gilman
364985fb41
NIFI-5034:
...
- Processing properties and property descriptors in Controller Service referencing components unconditionally.
This closes #2602 .
Signed-off-by: Mark Payne <markap14@hotmail.com>
2018-04-03 10:34:33 -04:00
Matt Gilman
924c935a38
NIFI-5034:
...
- Ensuring descriptors and properties of referencing components are populated like Processors, Reporting Tasks, etc.
2018-04-03 10:34:33 -04:00
patricker
2279fad673
NIFI-5037 - ConsumeEWS Fails to Read Emtpy Message Body Emails
...
Signed-off-by: Pierre Villard <pierre.villard.fr@gmail.com>
This closes #2603 .
2018-04-03 14:38:38 +02:00
Mark Bean
c59b6fdf66
NIFI-4658 set Maximum Number of Entries to required and allow FlowFiles having fragment.count greater than Max Entries property
...
Signed-off-by: Mike Moser <mosermw@apache.org>
This closes #2559
2018-04-02 20:42:04 -04:00
Bryan Bende
b7e1f48133
NIFI-5035 Moving MongoDB services out of standard services
...
Signed-off-by: Matthew Burgess <mattyb149@apache.org>
This closes #2599
2018-04-02 12:18:27 -04:00
Mark Payne
94d444abb0
NIFI-4883: Updated ValidateRecord to allow an optional Record Writer to be configured for invalid records that differs from the Record Writer used for writing valid records
...
Signed-off-by: Pierre Villard <pierre.villard.fr@gmail.com>
This closes #2600 .
2018-04-02 18:16:40 +02:00
Matt Gilman
bbe79d2260
NIFI-5033:
...
- Ensuring appropriate response in checkAuthorization when user is null.
- Ensuring the user reference is passed down when applying variable changes.
This closes #2598 .
Signed-off-by: Mark Payne <markap14@hotmail.com>
2018-04-02 10:35:04 -04:00
Bryan Bende
134339c4b7
NIFI-5021 Moving nifi-elasticsearch-client-service-api to nifi-elasticsearch-bundle and creating NAR for the API
...
This closes #2586 .
2018-04-02 09:49:05 -04:00
Arun A K
5d90d14f17
NIFI-5017 - ConvertExcelToCSVProcessor - EL support for rows and columns to skip
...
Signed-off-by: Pierre Villard <pierre.villard.fr@gmail.com>
This closes #2597 .
2018-03-30 11:45:48 +02:00
Matt Gilman
c4dcde837e
NIFI-5032: This closes #2596 .
...
- Overriding version ranges of transitive dependencies through oauth2-oidc-sdk.
Signed-off-by: joewitt <joewitt@apache.org>
2018-03-29 12:21:40 -04:00
Mark Payne
fd31c161a2
NIFI-5026: Refactored StandardPreparedQuery so that instead of a List of Strings that may or may not correspond to compiled expressions and a Map of String to Compiled Expression, the StandardPreparedQuery now just takes a List of Expression objects, and those Expressions can be evaluated to return the proper result
...
Signed-off-by: Pierre Villard <pierre.villard.fr@gmail.com>
This closes #2592 .
2018-03-29 10:54:25 +02:00
Mark Payne
bbbe428e7b
NIFI-5030: If ControlRate encounters a FlowFile that cannot be transferred, it should continue processing other FlowFiles that have different group attribute values
...
Signed-off-by: Pierre Villard <pierre.villard.fr@gmail.com>
This closes #2593 .
2018-03-29 10:31:15 +02:00
Scott Aslan
c1459825bb
[NIFI-4998] update node and npm version
...
This closes #2571
2018-03-28 16:49:32 -04:00
Mark Payne
641ba29cc8
NIFI-4993: Accept null user at querying ProvenanceRepository
...
Pass null user from ReportLineageToAtlas.
Address NullPointer dereferences
This closes #2589 .
Signed-off-by: Mark Payne <markap14@hotmail.com>
2018-03-28 12:15:05 -04:00
Mark Payne
f394c874e1
NIFI-4895: Added backend code to give users the ability to forcibly terminate a processor if the processor does not complete after clicking Stop
...
NIFI-4895: Addressed review feedback; addressed checkstyle issues
This closes #2555
2018-03-28 12:02:47 -04:00
Ed
9de73fbe1f
NIFI-4388: Modules Not Honored
...
The bug is not reproducible in Jython (it handles modules with every script reload). But Groovy loads JARs and dirs with classes only on setup.
Signed-off-by: Matthew Burgess <mattyb149@apache.org>
This closes #2584
2018-03-27 11:20:40 -04:00
joewitt
7b5bf265a6
NIFI-4995 updating copyright year on all notices
2018-03-26 21:54:10 -04:00
Joe Percivall
56ad14ad1e
NIFI-4977 Adding expression language support to the Sender properties of PutSyslog
...
This closes #2547 .
Signed-off-by: Bryan Bende <bbende@apache.org>
2018-03-26 15:49:52 -04:00
Mike Thomsen
aa947e4d3e
NIFI-4325 Added new processor that uses the JSON DSL.
...
NIFI-4325 Cleaned up how ElasticSearch client service builds SSLContext, added query attribute to flowfiles and other changes requested in a code review.
This closes #2113 .
Signed-off-by: Joe Percivall <JPercivall@apache.org>
2018-03-26 15:01:37 -04:00
Mike Thomsen
6b34d3bea9
NIFI-4743 - Added configurable null suppression to PutElasticsearchHttpRecord
...
Signed-off-by: Pierre Villard <pierre.villard.fr@gmail.com>
This closes #2501 .
2018-03-26 20:41:21 +02:00
Mark Payne
456c9c8fc0
NIFI-5012: When connecting to cluster, esure that controller services appropriately enabled/disabled
...
This closes #2579 .
Signed-off-by: Bryan Bende <bbende@apache.org>
2018-03-26 13:07:58 -04:00
zenfenan
3612fbe522
NIFI-4864: Improvements to PR #2470
...
This closes #2581 .
Signed-off-by: Bryan Bende <bbende@apache.org>
2018-03-26 10:49:20 -04:00
Matt Gilman
69a564e4c8
NIFI-5009:
...
- Fixing required permission for PutParquet.
NIFI-5008:
- Ensuring all restricted components are tagged as such.
This closes #2583 .
Signed-off-by: Bryan Bende <bbende@apache.org>
2018-03-26 09:47:54 -04:00
Otto Fowler
98c295dfc7
NIFI-5013 create test jar for standard processors
...
remove unnec TestServer instances
This closes #2580 .
Signed-off-by: Aldrin Piri <aldrin@apache.org>
2018-03-24 10:18:46 -04:00
Mark Payne
03f4c0fc47
NIFI-5011: Fixed threading bug in TestFileSystemRepository
...
This closes #2578 .
Signed-off-by: Mark Payne <markap14@hotmail.com>
2018-03-23 15:46:17 -04:00