Mark Payne
|
6a7a4d0762
|
NIFI-829: ensure that the proper provenance events are emitted by InvokeHTTP
|
2015-08-10 17:31:44 -04:00 |
Mark Payne
|
e5fa763458
|
NIFI-832: Added information about site-to-site to user guide
|
2015-08-10 13:44:15 -04:00 |
Mark Payne
|
33279fd9d7
|
NIFI-831, NIFI-799: Fixed a NullPointerException; use a buffer size of 10,000 messages instead of 100,000
|
2015-08-08 15:52:49 -04:00 |
Mark Payne
|
4b9ee460a8
|
NIFI-825: Use new method of accessing controller services and rather than caching an SSLContext, obtain one from the service each time
|
2015-08-06 11:55:08 -04:00 |
Mark Payne
|
e59ee5dda1
|
NIFI-807: Cache the buffers that will be used to write data when reading from FlowFiles
|
2015-08-04 14:37:54 -04:00 |
Mark Payne
|
15d49025f2
|
Merge branch 'develop' into NIFI-800
|
2015-08-04 08:55:47 -04:00 |
Mark Payne
|
2600877080
|
Merge branch 'develop' into NIFI-803
|
2015-08-04 08:54:28 -04:00 |
Mark Payne
|
6a0a321b64
|
NIFI-803: Ensure that if an OutOfMemoryError occurs, the Provenance Repo won't become corrupt
|
2015-08-04 08:54:03 -04:00 |
joewitt
|
90ebc3a91e
|
NIFI-805 addressed a series of sonar identified formatting issues
|
2015-08-03 23:32:48 -04:00 |
Mark Payne
|
34e08ba775
|
NIFI-800: Ensured that all Throwable that gets thrown when updating a Partition marks the Partition as unusable until a checkpoint occurs
|
2015-08-03 08:43:18 -04:00 |
Mark Payne
|
496ebfb3be
|
NIFI-782: Make sure that FlowFiles' lineage identifiers are propagated properly
|
2015-07-31 09:55:08 -04:00 |
Mark Payne
|
bf84ce6608
|
Merge branch 'develop' of https://git-wip-us.apache.org/repos/asf/nifi into develop
|
2015-07-31 09:18:30 -04:00 |
Joe Skora
|
3dd6b24ceb
|
nifi-715 Fixed LimitedInputStream to reflect the limit in available() method. Corrected name of test class from TestLimitedOutputStream to TestLimitedInputStream and added tests for available, mark, reset, and close methods.
Signed-off-by: Mark Payne <markap14@hotmail.com>
|
2015-07-31 09:01:35 -04:00 |
Matt Gilman
|
82a79f1971
|
NIFI-798:
- Adding special handling for ajax failures with a response code of 201.
|
2015-07-30 22:57:56 -04:00 |
Mark Payne
|
75ed16c8fe
|
NIFI-794: Update nifi-site's README to include what was necessary to update site
|
2015-07-29 09:34:08 -04:00 |
Mark Payne
|
fba3c3705f
|
NiFI-794: Updated Getting Started guide with information about git configuration
|
2015-07-29 09:12:04 -04:00 |
joewitt
|
c541728e0f
|
NIFI-783
|
2015-07-28 01:12:55 -04:00 |
joewitt
|
354ce9c888
|
NIFI-783 added download link
|
2015-07-27 00:18:08 -04:00 |
joewitt
|
6e3ec1b8c4
|
NIFI-783 release 0.2.1 merge commit
|
2015-07-26 22:36:04 -04:00 |
Aldrin Piri
|
f26e1432f1
|
Correcting Benson's last name on the people portion of the site.
|
2015-07-26 00:34:24 -04:00 |
Brian Ghigiarelli
|
8507902096
|
[NIFI-784] Per review feedback, updating to use OnStopped insted of OnUnscheduled to avoid concurrency issue updating propertyMap. Also removed this from logger statements since it is already included
|
2015-07-24 15:26:22 -04:00 |
Brian Ghigiarelli
|
4a43e81343
|
[NIFI-784] Moving dynamic propertyMap to onScheduled method and updating logger statements to use lazy evaluation with String formatter
|
2015-07-23 22:52:35 -04:00 |
Brian Ghigiarelli
|
a1af29eca0
|
Merge pull request #6 from apache/develop
Merging in latest Apache NiFi develop branch
|
2015-07-23 21:43:06 -04:00 |
joewitt
|
3a75b3e8bd
|
NIFI-783 RC1prepare for next development iteration
|
2015-07-23 10:09:39 -07:00 |
joewitt
|
08cd40ddcb
|
NIFI-783 RC1prepare release nifi-0.2.1-RC1
|
2015-07-23 10:09:27 -07:00 |
Matt Gilman
|
8d0b1ef1f5
|
NIFI-777:
- Ensuring the account request form is shown.
(cherry picked from commit a19390cdec )
|
2015-07-23 09:32:17 -07:00 |
joewitt
|
106d5dbdc5
|
NIFI-783
|
2015-07-23 09:31:58 -07:00 |
joewitt
|
712d60700c
|
NIFI-783
|
2015-07-23 09:25:45 -07:00 |
joewitt
|
cafddb6568
|
NIFI-783
|
2015-07-23 08:56:03 -07:00 |
Bryan Bende
|
c0144f23a3
|
NIFI-780 Adding dependency management to solr bundle pom to override httpclient version
|
2015-07-22 15:04:26 -04:00 |
Aldrin Piri
|
133649b4b4
|
Updating broken link for quickstart in the release guide to point to the correct location.
|
2015-07-21 14:46:53 -07:00 |
Bryan Bende
|
5b47f52f62
|
Adding Jackson to assembly NOTICE file
|
2015-07-21 08:18:54 -04:00 |
Bryan Bende
|
bddb8b1fe5
|
NIFI-770 Adding AWS nar to the assembly
NIFI-770 Removing versions from nars in assembly pom
|
2015-07-20 11:44:43 -04:00 |
Joe Skora
|
dcd9739bc3
|
NIFI-769: - Add test for and fix bug in ByteCountingInputStream reset method.
Signed-off-by: Mark Payne <markap14@hotmail.com>
|
2015-07-20 11:25:36 -04:00 |
Matt Gilman
|
a19390cdec
|
NIFI-777:
- Ensuring the account request form is shown.
|
2015-07-20 09:46:58 -04:00 |
Matt Gilman
|
eee5a22f0d
|
Merge branch 'develop' of https://git-wip-us.apache.org/repos/asf/nifi into develop
|
2015-07-19 15:24:59 -04:00 |
Matt Gilman
|
9f75cad411
|
NIFI-776:
- Allowing tooltips to break words to wrap.
|
2015-07-19 15:08:48 -04:00 |
Aldrin Piri
|
bca9acbf4f
|
NIFI-768: Providing updated links for downloads to reflect the new structure of NiFi as TLP
|
2015-07-19 14:20:49 -04:00 |
Mark Payne
|
42c07a38d4
|
NIFI-775: Ignore unit tests that fail on windows
|
2015-07-19 10:40:46 -04:00 |
joewitt
|
fb570ed7ef
|
NIFI-768 updated to 030-SNAPSHOT
|
2015-07-18 22:12:39 -04:00 |
joewitt
|
6cac136b48
|
NIFI-768
|
2015-07-18 08:58:30 -04:00 |
joewitt
|
a8eb0c7d86
|
NIFI-768
|
2015-07-18 02:06:29 -04:00 |
joewitt
|
dae1b9656f
|
NIFI-768 changed all versions and docs and paths to TLP version removing incubator refs
NIFI-768 changed all versions and docs and paths to TLP version removing incubator refs
|
2015-07-18 01:13:40 -04:00 |
joewitt
|
f76aeb2270
|
NIFI-768
|
2015-07-18 00:52:30 -04:00 |
joewitt
|
3982294ced
|
NIFI-768
|
2015-07-18 00:50:15 -04:00 |
joewitt
|
808c772c38
|
NIFI-768
|
2015-07-18 00:48:14 -04:00 |
joewitt
|
cbfe3fc317
|
NIFI-768 added parens to protect password entry just like commit message had
|
2015-07-18 00:41:05 -04:00 |
joewitt
|
d68c7ec24a
|
NIFI-768 updated site for TLP push
|
2015-07-17 20:47:42 -04:00 |
Matt Gilman
|
16cc08748d
|
NIFI-656:
- Adding links to download 0.2.0-incubating.
|
2015-07-17 09:09:43 -04:00 |
Matt Gilman
|
54ad9c8991
|
NIFI-656:
- Updating version of flume bundle that was added during release vote.
|
2015-07-16 11:20:27 -04:00 |