danbress
|
bae2b4069b
|
NIFI-309 - Adding DynamicProperty support
|
2015-03-20 09:49:31 -04:00 |
danbress
|
72153c9453
|
NIFI-309 adding javadoc
|
2015-03-20 09:49:29 -04:00 |
danbress
|
90fd0edaf8
|
NIFI-309 documenting @SeeAlso, @ReadsAttributes, @WritesAttributes
|
2015-03-20 09:49:29 -04:00 |
danbress
|
201cfeaf1c
|
NIFI-309 cleaning up formatting of MergeContent
|
2015-03-20 09:49:28 -04:00 |
danbress
|
68dffdd1d8
|
NIFI-309 Updating additionalDetails.html or removing
based what is contained in new annotations
|
2015-03-20 09:49:27 -04:00 |
danbress
|
ff1ba78b34
|
NIFI-309 fixing bug when dealing with string class names
|
2015-03-20 09:46:06 -04:00 |
danbress
|
458540e5d2
|
NIFI-309 adding documentation attributes to processors
|
2015-03-20 09:46:05 -04:00 |
danbress
|
84f5a08c04
|
NIFI-309 adding SeeAlso to standard services
|
2015-03-20 09:46:03 -04:00 |
danbress
|
6722fc9dbc
|
NIFI-309 better support for See also using class names
|
2015-03-20 09:46:02 -04:00 |
danbress
|
376a9c6acf
|
NIFI-309 - Adding doc annotations to std processors
|
2015-03-20 09:46:02 -04:00 |
danbress
|
9288f237e0
|
NIFI-309 - writing javadoc
|
2015-03-20 09:42:15 -04:00 |
danbress
|
faf976ca91
|
NIFI-309 - Adding support or SeeAlso
|
2015-03-20 09:42:14 -04:00 |
danbress
|
3ac9cbaa21
|
NIFI-309 - Adding support for Reads/Writes Attributes
|
2015-03-20 09:38:44 -04:00 |
Mark Payne
|
e88ed13d8d
|
Merge branch 'inputstream-callback-protection' of https://github.com/rowolabi/incubator-nifi into develop
|
2015-03-20 09:11:39 -04:00 |
Mark Payne
|
93b361e69b
|
Merge branch 'develop' of http://git-wip-us.apache.org/repos/asf/incubator-nifi into develop
|
2015-03-19 11:49:11 -04:00 |
Mark Payne
|
c9eb237895
|
NIFI-443: Removed stopFunnel from ProcessGroup because we don't want to allow it
|
2015-03-19 11:40:01 -04:00 |
Mark Payne
|
8b911c5aab
|
NIFI-443: Always start funnels when added to process group, even when autoResumeState is false
|
2015-03-19 11:04:46 -04:00 |
joewitt
|
a6740a6e2c
|
NIFI-399 addressed items in the ticket
|
2015-03-19 10:05:19 -04:00 |
joewitt
|
ad18853b58
|
NIFI-399 initial port
|
2015-03-19 10:05:19 -04:00 |
Bobby Owolabi
|
3f36236473
|
NIFI-396 reverting accidentially modified whitespace in TestStandardProcessSession
|
2015-03-19 01:43:17 -04:00 |
Bobby Owolabi
|
cd183be441
|
NIFI-396 updated the javadocs of ProcessSession to reflect that a FlowFileAccessExcpetion will be thrown if an Input/Output Stream is attempted to be accessed after the callback is executed.
|
2015-03-19 01:18:22 -04:00 |
Bobby Owolabi
|
e2760f8c98
|
NIFI-396 added a DisableOnCloseInputStream class; modified StandardProcessSession to prevent access of the Input/OutputStreams after callbacks have been executed; updated tests
|
2015-03-19 00:54:24 -04:00 |
Bobby Owolabi
|
7272d0df58
|
NIFI-396 created tests to demonstrate the situations where the ProcessSession throws an Exception and where it doesn't after it returns from the callback
|
2015-03-18 23:30:57 -04:00 |
Oscar de la Pena
|
eb5ec703ba
|
Fixes incorrect messages count in Provenance reporter. Adds Unit test to verify fix
|
2015-03-19 10:10:27 +08:00 |
joewitt
|
dea9e22475
|
NIFI-432 the short duration of 75ms appears too tight for present design. Moving to 2000 which is still very fast for testing.
|
2015-03-18 16:27:01 -04:00 |
Mark Payne
|
e569af60f4
|
Merge branch 'develop' of http://git-wip-us.apache.org/repos/asf/incubator-nifi into develop
|
2015-03-18 10:10:49 -04:00 |
Mark Payne
|
b560a88cbd
|
NIFI-432: Reduced amount of time needed for rollovers in unit tests in order to speed up tests
|
2015-03-18 10:10:21 -04:00 |
joewitt
|
c118ead0bb
|
This closes #1 Feedback on the PR has been provided in NIFI-190
|
2015-03-18 00:01:19 -04:00 |
joewitt
|
e9d31f5d99
|
NIFI-280 This closes #19 Updated poms for versions after merge. Minor doc removals. Awesome PR!
|
2015-03-17 23:42:22 -04:00 |
joewitt
|
cadfc679d8
|
Merge branch 'NIFI-280-take2-tworow' of https://github.com/danbress/incubator-nifi into NIFI-280-P19 This closes #19
|
2015-03-17 13:58:00 -04:00 |
joewitt
|
1cca300d1d
|
This closes #10 Feedback on the PR have been provided in NIFI-121
|
2015-03-17 12:54:45 -04:00 |
joewitt
|
fe64d82c58
|
NIFI-428 This closes #36
|
2015-03-17 12:37:39 -04:00 |
joewitt
|
230e48b9f0
|
Merge branch 'NIFI-428-update-to-kite-1.0' of https://github.com/rdblue/incubator-nifi into develop
|
2015-03-17 10:46:26 -04:00 |
joewitt
|
e40cd97bb4
|
NIFI-429 bumped all versions to next planned release which is 0.1.0
|
2015-03-17 10:33:44 -04:00 |
Ryan Blue
|
37645b599e
|
NIFI-428: Update to Kite 1.0.0.
Kite 1.0.0 fixes the JSON and CSV readers so they no longer need to be
in NiFi.
|
2015-03-16 20:53:39 -07:00 |
joewitt
|
761e64a410
|
NIFI-410 pushed RAT exclusions down to the relevant modules and stopped doing broad test resource exclusion - is now specific
|
2015-03-16 22:48:14 -04:00 |
joewitt
|
eb757a484e
|
Merge branch 'NIFI-402-RC1' into develop
|
2015-03-16 10:34:00 -04:00 |
joewitt
|
2de2134c64
|
NIFI-410 adding license and notice for nifi-resources to ensure binary artifact has them
|
2015-03-14 23:53:23 -04:00 |
joewitt
|
cf49dad271
|
NIFI-410 removed unecessary NOTICE for JsonPath PathCompiler
|
2015-03-14 22:36:14 -04:00 |
Mark Payne
|
373f470b6d
|
NIFI-25: Added AWS processors
|
2015-03-14 17:07:29 -04:00 |
Jenn Barnabee
|
cc890e291c
|
NIFI-407a Adds the property nifi.bored.yield.duration with a better description.
|
2015-03-13 08:58:23 -04:00 |
Jenn Barnabee
|
fcc0078827
|
NIFI-407 Added the property nifi.bored.yield.duration and its description to the Admin Guide.
|
2015-03-13 07:24:04 -04:00 |
Mark Payne
|
71989128b9
|
NIFI-416: Applied change from Ricky Saltzer to favor JAVA_HOME environment variable over simple 'java' command if available and default java is set
|
2015-03-12 18:22:02 -04:00 |
Mark Payne
|
0f0d766707
|
Merge branch 'develop' of http://git-wip-us.apache.org/repos/asf/incubator-nifi into develop
|
2015-03-12 15:44:18 -04:00 |
Mark Payne
|
e63268af04
|
Merge branch 'NIFI-414' of https://github.com/jamespowenjr/incubator-nifi into develop
|
2015-03-12 15:43:35 -04:00 |
Jenn Barnabee
|
7a9c8e2a47
|
Merge branch 'develop' of http://git-wip-us.apache.org/repos/asf/incubator-nifi into develop
|
2015-03-12 15:25:37 -04:00 |
James Owen
|
5450a5a2f0
|
Added username/password to PutEmail Processor
|
2015-03-11 18:29:08 -04:00 |
Jenn Barnabee
|
e0de183569
|
NIFI-412 This alters the nifi/README.md doc to make the start-up instructions clearer.
|
2015-03-11 11:12:48 -04:00 |
Matt Gilman
|
56cc1860f1
|
NIFI-411:
- Upgrading jersey to address zero byte files in the temp directory.
|
2015-03-11 10:17:12 -04:00 |
Mark Payne
|
053d29dc19
|
NIFI-409: Fixed NPE
|
2015-03-10 12:01:42 -04:00 |