Commit Graph

908 Commits

Author SHA1 Message Date
bbende 71b6ffc958 Adding nifi-solr-bundle with processors adding and retrieving data from Apache Solr 2015-03-22 18:59:22 -04:00
joewitt 3c3306b711 NIFI-271 left some important items of the boat last commit 2015-03-21 17:02:21 -04:00
joewitt be5d13ec3b NIFI-271 added checkstyle and license checks as default parts of build 2015-03-21 17:02:21 -04:00
joewitt d696ba53ca NIFI-271 initial move with everything as-was except now we have a nifi-parent. Will add checkstyle/license check to build process soon 2015-03-21 17:02:21 -04:00
joewitt 0bd27847ab NIFI-309 This closes #40 2015-03-21 10:18:52 -04:00
danbress 204112d3d2 NIFI-309 describing dynamic relationships 2015-03-20 10:37:13 -04:00
danbress 2c0eb36af8 NIFI-309 adding @DynamicProperty to ExtractText 2015-03-20 10:31:07 -04:00
danbress be78efc010 NIFI-309 removing print statement 2015-03-20 09:51:24 -04:00
danbress 3b33d41cc3 NIFI-309 cleaning up HandleHttpRequest/HandleHttpResponse docs 2015-03-20 09:51:24 -04:00
danbress 5232ba33a2 NIFI-309 renaming DynamicRelationships 2015-03-20 09:51:23 -04:00
danbress a19215fc8d NIFI-309 applying ASF License 2015-03-20 09:51:22 -04:00
danbress 86a429ff76 NIFI-309 renaming DynamicRelationships 2015-03-20 09:51:22 -04:00
danbress c441f9160d NIFI-309 - cleaning up additionalDetails.html 2015-03-20 09:51:21 -04:00
danbress c98ddca2eb NIFI-309 adding a value to @DynamicProperty
this lets you describe the name, the value, and what the two together mean
2015-03-20 09:51:20 -04:00
danbress fd89849f5f NIFI-309 making sure dynamic property exists 2015-03-20 09:50:31 -04:00
danbress a3e1d3a20b NIFI-309 - applying @DynamicProperty and @DynamicRelationships to processors 2015-03-20 09:50:30 -04:00
danbress cce69a2f94 NIFI-309 supporting DynamicRelationships 2015-03-20 09:49:32 -04:00
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