GitHub user qianmoQ opened a pull request:
https://github.com/apache/nifi/pull/769
how
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/apache/nifi NIFI-2112-rc2
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/nifi/pull/769.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #769
----
commit 136beb881745474c226275a92e60d84d42428edd
Author: Matt Gilman <[email protected]>
Date: 2016-03-29T18:07:46Z
NIFI-1695:
- Removing hidden control characters that were affecting graph styles.
commit 84ad7fe996be85f39a10a76575b6a29aad45768f
Author: Mike Moser <[email protected]>
Date: 2016-03-31T20:05:38Z
NIFI-1714 use standard HttpClient cookie policy instead of default
Signed-off-by: jpercivall <[email protected]>
commit b8e945b94cac0f7a23d66c83010703bcb603489e
Author: Aldrin Piri <[email protected]>
Date: 2016-04-04T22:21:59Z
NIFI-1728 Specifying charsets for messages sent to/received from Kafka in
Kafka processor and related tests to remedy failures in Windows environments.
Specifying EOF as an int instead of a byte.
Signed-off-by: joewitt <[email protected]>
commit f1adf0847d278e238ca4b6214cd7497dee67978b
Author: Aldrin Piri <[email protected]>
Date: 2016-04-04T20:01:16Z
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 <[email protected]>
commit 0852e497bd7721d5cde568ca940040166be42f4b
Author: andrewmlim <[email protected]>
Date: 2016-04-05T14:23:54Z
Update getting-started.adoc
Corrected spelling/grammatical errors
This closes #327.
Signed-off-by: Andy LoPresto <[email protected]>
commit 746d6fa97dfc9837d8fe9412e9fa8b13a5119075
Author: Matt Brown <[email protected]>
Date: 2016-03-28T14:37:56Z
NIFI-1630 PutUDP processor created.
Signed-off-by: Bryan Bende <[email protected]>
commit c5b1bcbb2995b189697f60a0c2473128545d316b
Author: Mark Payne <[email protected]>
Date: 2016-04-05T20:41:56Z
NIFI-1726: Addressed issue where we can run into an infinite loop if we are
expiring data based on a timestamp instead of disk space usage and we have a
file whose timestamp is exactly equal to our threshold for deletion
Signed-off-by: joewitt <[email protected]>
commit 0282cfccc80d27bad1b1d486e048770b189860a3
Author: Bryan Bende <[email protected]>
Date: 2016-04-06T19:09:39Z
NIFI-1630 This closes #332. Making TestPutUDP select an open port for
testing to avoid conflicts
Signed-off-by: joewitt <[email protected]>
commit bb7f7aa9847c3be2757e9f17ee0732f24c5f2949
Author: ijokarumawak <[email protected]>
Date: 2016-04-07T05:56:41Z
NIFI-1736 Move kafka.StreamScanner to nifi-utils. This closes #333
commit a8afc15f48ac0bedaf2efe40f70d4028f6fc50da
Author: Adam Lamar <[email protected]>
Date: 2016-02-21T06:12:56Z
NIFI-1180: Modify PutS3Object to enable encryption
This closes #246.
Signed-off-by: Andy LoPresto <[email protected]>
commit 0f115a5ce008043559f9004d0f15bff58b86a421
Author: mans2singh <[email protected]>
Date: 2016-04-08T15:21:39Z
NIFI-1516 Provide AWS DynamoDB Delete/Put/Get processors
This closes #224.
Signed-off-by: Aldrin Piri <[email protected]>
commit 9eddf12a775cfe5af03a2b5801e9829bb0219216
Author: Oleg Zhurakousky <[email protected]>
Date: 2016-04-09T21:24:37Z
NIFI-1748 removed un-used test data
This closes #341.
Signed-off-by: Aldrin Piri <[email protected]>
commit 3e6f1f835ac5f0184188dabfaf726d557d095c77
Author: Mike Moser <[email protected]>
Date: 2016-04-08T21:09:24Z
NIFI-1746 avoid exceptions if configuration dir is a symbolic link
Signed-off-by: Joe Skora <[email protected]>
commit bfa8e2bd6a22f1d9f0da6b2c2c158e46496374e2
Author: Aldrin Piri <[email protected]>
Date: 2016-04-10T19:59:51Z
NIFI-1749 Adjusting tests that fail without a connection to the Internet
and removing attributable elements from test resources.
Signed-off-by: joewitt <[email protected]>
commit 5e0476c364fe0ffcdb8a6598558217a8c4c4aaca
Author: Oleg Zhurakousky <[email protected]>
Date: 2016-04-09T21:24:37Z
NIFI-1748 removed un-used test data
This closes #344.
Signed-off-by: Joe Skora <[email protected]>
commit a42fa991e1d7788e8cebc111663f509654936758
Author: Andrew Lim <[email protected]>
Date: 2016-04-05T20:34:21Z
Update getting-started.adoc
Corrected button, menu item and icon inconsistencies/errors. Fixed
bulleted list formatting error in "Working with Templates" section.
This closes #329.
Signed-off-by: Andy LoPresto <[email protected]>
commit e152dce07329576dbd894df938149a4a610082c3
Author: ijokarumawak <[email protected]>
Date: 2016-04-08T08:20:27Z
NIFI-1180 Adding more IT tests.
This closes #336.
Signed-off-by: Andy LoPresto <[email protected]>
commit 7b5583f3a8c8e3f62e2985059a3466a5bb36f4e8
Author: Andy LoPresto <[email protected]>
Date: 2016-04-12T03:11:45Z
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 <[email protected]>
commit 65c18b6ef55fe3fcfa34803f8a327a8432838e37
Author: Toivo Adams <[email protected]>
Date: 2016-03-25T16:51:00Z
NIFI-1685 Optimize database Junit tests to reduce execution time. Removed
commented blocks.
This closes #304.
Signed-off-by: Joe Skora <[email protected]>
commit 652ae1eefccdfeef74ce1e2146443f722ecd4b6d
Author: Pierre Villard <[email protected]>
Date: 2016-04-15T16:27:28Z
NIFI-1776 Allowed application/x-gzip as Gzip mime type
This closes #358
commit dedf9a52ac5613aa55c6eb6f5f06e04d09298888
Author: Hejki <[email protected]>
Date: 2016-04-07T11:20:26Z
NIFI-1738 - Repair logger names for ControllerStatusReportingTask
NIFI-1738 amending this commit with tests provided by @jvwing
This closes #334
commit 2859cd26a0c2084bff80dece8c1d8cf9ba681b3e
Author: Pierre Villard <[email protected]>
Date: 2016-04-15T14:49:47Z
NIFI-1777 Prevent deleting a connection going to a running processor
NIFI-1777 Added unit tests to test processor removal
This closes #357
commit 3a7a43930f8f55c2bd3ea69943ae7e139c1e8062
Author: Pierre Villard <[email protected]>
Date: 2016-04-13T12:21:43Z
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
commit 39f0dc79230bf5d5ebdb88c26e735b04ae65e686
Author: Oleg Zhurakousky <[email protected]>
Date: 2016-04-18T12:59:44Z
NIFI-1738 hot patch to fix reflection mistake that was made while modifying
@jvwing test
commit f9c3a678e8429f5b5585794c3d50e2bbc77612fb
Author: Oleg Zhurakousky <[email protected]>
Date: 2016-04-14T13:19:18Z
NIFI-1771 deprecated ObjectHolder
This closes #351.
Signed-off-by: Andy LoPresto <[email protected]>
commit 639879979d7125c6832d7e7e46494adc605617e1
Author: Bryan Bende <[email protected]>
Date: 2016-04-18T18:00:40Z
NIFI-1778 Adding NiFiBolt to write back to NiFi from Storm
- Adding example topology that creates a full loop between NiFi and Storm.
- Bumping Storm to 0.10.0
NIFI-1778 Addressing code review comments
This closes #361
commit 125123ad0db4a89799ca75a7ab199ea4b71cd974
Author: Oleg Zhurakousky <[email protected]>
Date: 2016-04-19T18:55:41Z
NIFI-1785 added NON_BLANK_VALIDATOR
NIFI-1785 addressed PR comment
NIFI-1785 fixed white spaces
This closes #365.
Signed-off-by: Bryan Bende <[email protected]>
commit 94b52d260953ebbbda2d212ccedf2629aeff06a8
Author: Pierre Villard <[email protected]>
Date: 2016-04-17T15:24:59Z
NIFI-1197 checkstyle (+2 squashed commits)
Squashed commits:
[b4e9b5f] NIFI-1197 fixed name/displayName on properties
[d39f82b] NIFI-1197 Added SSL support for MongoDB processors
(Also removed versions of maven dependencies in pom.xml to resolve
conflicts.)
This closes #360.
Signed-off-by: Andy LoPresto <[email protected]>
commit 798c547f97484182b6794c9ba14fe3ef96f3cd72
Author: Pierre Villard <[email protected]>
Date: 2016-04-20T08:14:23Z
NIFI-1787 fixed typo
This closes #367
commit 878cd7915ec3351b20496961ed23db02d5301949
Author: Pierre Villard <[email protected]>
Date: 2016-04-15T13:25:28Z
NIFI-1672 Improved the Provenance Events emitted by PutKafka
This closes #355
----
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---