Oleg Zhurakousky
8e4a4532df
NIFI-1690 Changed MonitorMemory to use allowable values for pool names
...
- removed dead code from MonitorMemory
- added MonitorMemoryTest
- minor refactoring in MonitorMemory
- initial fix for NIFI-1731 (WARN/INFO logging) that was required by MonitorMemoryTest
NIFI-1690 polishing
NIFI-1690 address PR comments, removed default value for MEMORY_POOL_PROPERTY
NIFI-1690 addressed latest PR comments
NIFI-1690 fixed breaking changes
Fixed checkstyle issue in StandardProcessScheduler. (+2 squashed commits)
Squashed commits:
[03829c4] Fixed checkstyle issues.
[cb20fe6
]
This closes #328 .
Signed-off-by: Andy LoPresto <alopresto@apache.org>
2016-06-16 15:17:13 -07:00
Joe Skora
4723f8e24c
NIFI-1829 - Create new DebugFlow processor.
...
Signed-off-by: Mike Moser <mosermw@apache.org>
This closes #458
2016-06-16 17:23:19 -04:00
Andy LoPresto
8b0c5a4911
NIFI-1981 Resolved issue where cluster communication without client certificates would fail even if needClientAuth set to false.
...
Fixed IDE setting for import wildcarding on Groovy files. (+4 squashed commits)
Squashed commits:
[4c3b174] NIFI-1981 Lowered logging level of client auth setting on cluster connection receive.
[b50f473] NIFI-1981 Finished logic to suppress exception on missing client certificates when clientAuth is set to WANT.
Added unit tests for CertificateUtil methods.
[ace35a2] NIFI-1981 Added test scope dependency on BouncyCastle and BC PKIX modules for CertificateUtils tests.
[2c463d1] NIFI-1981 Added ClientAuth enum and CertificateUtil methods to extract this setting from an SSLSocket.
Added logic to compare X509Certificate DNs regardless of RDN element order.
Added logic to suppress peer certificate exceptions when client authentication is not required.
Removed duplicate dependency in pom.xml.
2016-06-14 11:18:31 -04:00
Mike Moser
cc95e5d8c5
NIFI-1937 GetHTTP configurable redirect cookie policy
...
Reviewed by Tony Kurc (tkurc@apache.org ). This closes #479
2016-06-11 11:22:33 -04:00
Matt Burgess
3b99e12352
NIFI-1973 Allow ExecuteSQL to use flow file content as SQL query
...
This closes #498 .
Signed-off-by: Bryan Bende <bbende@apache.org>
2016-06-07 17:26:58 -04:00
Mark Bean
1ac44a0a4b
NIFI-1118 adding SplitText features of size limit and header marker characters
...
Signed-off-by: Mike Moser <mosermw@apache.org>
This closes #444
2016-06-07 11:37:23 -04:00
Oleg Zhurakousky
cee2426df6
NIFI-1956 added 'keyboard-interactive' option to SFTPTransfer
...
This closes #487 .
2016-06-06 19:32:16 +02:00
Thad Guidry
c090cdf29a
Added details about data size in description.
...
added "in bytes" to further explain the Segment Size property.
This closes #494
2016-06-06 09:50:57 -04:00
jpercivall
54c5c28cbb
NIFI-1943 added proper ReadsAttribute to PutFile
...
This closes #480
2016-06-02 13:04:14 -04:00
jpercivall
4f101294eb
NIFI-1265 Fixing InvokeHttp tests.
...
Signed-off-by: Matt Gilman <matt.c.gilman@gmail.com>
2016-06-02 09:49:57 -04:00
Matt Gilman
e587c99855
NIFI-1265:
...
- Upgrading to Jetty 9.3.
2016-06-02 09:49:57 -04:00
Andre F de Miranda
bcead3500d
NIFI-1945 - Corrects minor issue in "<Hash Attribute Name>" description
...
This closes #481 .
Signed-off-by: Pierre Villard <pierre.villard.fr@gmail.com>
2016-06-01 21:13:59 +02:00
Oleg Zhurakousky
93795bc7ba
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 .
Signed-off-by: Pierre Villard <pierre.villard.fr@gmail.com>
2016-06-01 20:17:59 +02:00
jpercivall
e1b654655a
NIFI-1913 Properly removing flowfile in HandleHttpRequest when the Context Map fails to register the request
...
This closes #462
2016-05-24 10:54:46 -04:00
Oleg Zhurakousky
f40a090073
NIFI-1905 enabled ExecuteProcess to terminate process
...
NIFI-1905 polishing
NIFI-1905 changed WARN to INFO during shutdown
This closes #456
2016-05-22 10:36:03 -04:00
DomenicPuzio
afc8c645a1
NIFI-1498: putFile - Flowfiles routed to failure relationship produce INFO level log messages
...
This closes #445 .
Signed-off-by: Aldrin Piri <aldrin@apache.org>
2016-05-19 16:21:45 -04:00
Aldrin Piri
1bd2cf0d09
NIFI-1811 Renaming MockProcessorLogger to MockComponentLogger for consistency. Removing unused imports from ExecuteScript causing checkstyle failures.
2016-05-19 14:38:41 -04:00
Pierre Villard
372ffb8aa0
NIFI-1811 Removed ProcessorLog and updated dependent interfaces
...
This closes #403 .
Signed-off-by: Aldrin Piri <aldrin@apache.org>
2016-05-19 13:08:09 -04:00
Koji Kawamura
7bd2c64adb
NIFI-1865 Close StreamThrottler when processor stops.
...
- Also, replaced copyrighted sample texts for tests
Signed-off-by: Matt Burgess <mattyb149@apache.org>
2016-05-10 22:02:15 -04:00
Pierre Villard
9064b97631
NIFI-1816 Added provenance event SEND in HandleHttpResponse
...
This closes #389
2016-05-07 11:51:26 -04:00
Pierre Villard
63a0d0c211
NIFI-1732 set jetty timeout to Long.MAX_VALUE
...
This closes #337
2016-05-06 19:38:52 -04:00
Pierre Villard
e2bbea1c53
NIFI-1814 Extended caught exceptions
...
This closes #382
2016-05-06 18:00:40 -04:00
Yolanda M. Davis
defb6f5b61
NIFI-361 - Create Processors to mutate JSON data
...
Signed-off-by: Matt Burgess <mattyb149@apache.org>
This closes #354
2016-05-03 14:38:11 -04:00
Andy LoPresto
a4409d366c
Fixed typo in ScryptCipherProviderGroovyTest Javadoc.
...
This closes #380 .
2016-04-27 16:05:16 -07:00
Andy LoPresto
f94b0f2ed2
NIFI-1789 Temporarily ignored incorrectly failing TestPutUDP#testUnknownHostname.
...
This closes #373 .
2016-04-20 19:20:41 -07:00
Pierre Villard
b5a8f4f73b
NIFI-1787 fixed typo
...
This closes #367
2016-04-20 06:57:43 -04:00
Oleg Zhurakousky
5b2490f1e8
NIFI-1738 hot patch to fix reflection mistake that was made while modifying @jvwing test
2016-04-18 08:59:44 -04:00
Pierre Villard
5e55a543eb
NIFI-1724 Added properties to configure log level when file not found and permission denied on FetchFile processor
...
NIFI-1724 Added unit test for logging with level
This closes #348
2016-04-18 08:15:27 -04:00
Hejki
1a57b37dc9
NIFI-1738 - Repair logger names for ControllerStatusReportingTask
...
NIFI-1738 amending this commit with tests provided by @jvwing
This closes #334
2016-04-17 15:53:13 -04:00
Pierre Villard
ad56f1f853
NIFI-1776 Allowed application/x-gzip as Gzip mime type
...
This closes #358
2016-04-17 14:36:13 -04:00
Toivo Adams
678d64d1d4
NIFI-1685 Optimize database Junit tests to reduce execution time. Removed commented blocks.
...
This closes #304 .
Signed-off-by: Joe Skora <jskora@apache.org>
2016-04-16 20:15:42 -04:00
Andy LoPresto
378ccf53c2
NIFI-1753 Replaced usage of javax.security.cert.X509Certificate with java.security.cert.X509Certificate and resolved user-reported ClassCastException when handling client certificates during TLS mutual authentication.
...
Fixed nifi-utils pom.xml comment about additional dependencies. (+5 squashed commits)
Squashed commits:
[965b766] NIFI-1753 Removed temporary work-around of duplicate certificate conversion util method and added nifi-security-utils as dependency of nifi-utils.
[cd35f9b] NIFI-1753 Replaced legacy X.509 certificate declarations with new declarations in SSLSocketChannel and EndpointConnectionPool.
Temporary work-around of duplicate certificate conversion util method because nifi-utils cannot depend on nifi-security-utils.
[6420897] NIFI-1753 Replaced legacy X.509 certificate declarations with new declarations in PostHTTP.
[b9868ef] NIFI-1753 Added convenience method for extracting DN from peer certificate chain in SSL socket (canonical implementation to reduce code duplication and references to legacy certificate implementations).
Refactored logic retrieving legacy X.509 certificates with reference to convenience method in NodeProtocolSenderImpl.
Replaced logic retrieving legacy X.509 certificates with reference to convenience method in SocketProtocolListener.
Cleaned up exception handling in SocketProtocolListener.
Replaced legacy X.509 certificate declarations with new declarations in HandleHttpRequest (needs manual test).
[e2d1c35] NIFI-1753 Added convenience methods for converting legacy X.509 certificates and abstract certificates to correct X.509 format.
Added unit tests for certificate manipulation.
Replaced logic retrieving legacy X.509 certificates with new logic in NodeProtocolSenderImpl.
Added bcpkix (Bouncy Castle PKI implementation) dependency to nifi-standard-processors pom.
This closes #346 .
Signed-off-by: Andy LoPresto <alopresto@apache.org>
2016-04-13 18:30:21 -07:00
Zachary Jaffee
41583e6dc0
NIFI-400 remove deprecated processor EvaluateRegularExpression
...
This closes #77
Signed-off-by: Aldrin Piri <aldrin@apache.org>
2016-04-08 09:11:20 -04:00
Bryan Bende
3adb45eafc
NIFI-1630 This closes #332 . Making TestPutUDP select an open port for testing to avoid conflicts
...
Signed-off-by: joewitt <joewitt@apache.org>
2016-04-06 23:39:30 -04:00
Matt Brown
b0cc6ae7e8
NIFI-1630 PutUDP processor created.
...
Signed-off-by: Bryan Bende <bbende@apache.org>
2016-04-06 11:04:01 -04:00
Aldrin Piri
3effc6cca5
NIFI-1689 Correcting TimeUnit conversion to be milliseconds instead of the incorrect microseconds and using historical modified times to avoid issues with second granularity of HFS+
...
Signed-off-by: joewitt <joewitt@apache.org>
2016-04-05 09:38:48 -04:00
Mike Moser
1c025dd4be
NIFI-1714 use standard HttpClient cookie policy instead of default
...
Signed-off-by: jpercivall <joepercivall@yahoo.com>
2016-04-04 13:13:17 -04:00
Matt Gilman
2de7f3f884
Updating versions to 1.0.0-SNAPSHOT.
2016-04-04 11:36:20 -04:00
Matt Burgess
65b26e6f41
NIFI-1691: Add Fetch Size property to QueryDatabaseTable
...
This closes #307
Signed-off-by: Bryan Bende <bbende@apache.org>
2016-03-29 10:51:30 -04:00
Aldrin Piri
e977729b56
NIFI-1634-rc2 prepare for next development iteration
2016-03-23 18:56:34 -04:00
Aldrin Piri
0b9bd20d31
NIFI-1634-rc2 prepare release nifi-0.6.0-RC2
2016-03-23 18:56:22 -04:00
Aldrin Piri
4babd067c1
NIFI-1664 Preferring System.nanoTime to System.currentTimeMillis and providing explicit handling of timestamps for files in those tests that are testing other attributes of the ListFile process besides timestamp which could lead to erroneous transmissions depending on exactly when files were created.
...
Adding unsalted_128_raw.enc and salted_128_raw.enc to the list of exclusions for the RAT plugin which caused issues in the Windows environment for contrib-checks.
This closes #297 .
2016-03-22 14:13:37 -04:00
Mark Payne
736896246c
NIFI-1649: Addressed bug in SplitText that resulted in improper handling of input data if Remove Trailing Newlines is true and there is a FlowFile that is only made up of newlines
2016-03-21 13:26:32 -04:00
Joey Frazee
3a4546c08a
NIFI-1617 Add source filename metadata to IdentifyMimeType
...
Signed-off-by: Matt Burgess <mattyb149@apache.org>
2016-03-18 00:23:16 -04:00
Michal Klempa
e12e7a55b7
NIFI-1562 ExecuteStreamCommand and ExecuteProcess now support empty command line arguments
...
This closes #247
Signed-off-by: Matt Burgess <mattyb149@apache.org>
2016-03-17 23:15:12 -04:00
Pierre Villard
e7a254f78e
NIFI-1332 Fixed HTTP-204 handling + unit test
...
This closes #259 .
Signed-off-by: Aldrin Piri <aldrin@apache.org>
2016-03-17 23:03:51 -04:00
Matt Burgess
98395de74f
NIFI-1575: Add QueryDatabaseTable processor
2016-03-16 15:55:57 -04:00
Mark Payne
68cfc8c612
NIFI-1632: Fixed NPE that occurs if a capturing group is optional and not matched; updated docs to illustrate how this is handled
...
Signed-off-by: joewitt <joewitt@apache.org>
2016-03-16 15:19:17 -04:00
Mark Payne
56f79e1e85
NIFI-1588: Reworked how ListHDFS store state so that only 2 timestamps are stored and no paths
...
Signed-off-by: joewitt <joewitt@apache.org>
2016-03-14 15:59:24 -04:00
joewitt
730d999d4b
NIFI-627 minor formating adjustments and removed exception based handling logic. This closes #268 . This closes #274 .
...
Signed-off-by: joewitt <joewitt@apache.org>
2016-03-13 13:28:48 -04:00