Commit Graph

1331 Commits

Author SHA1 Message Date
Matt Gilman c3dff40902 NIFI-694:
- Ensuring bulletins are not lost when updating a reporting task.
2015-07-02 10:22:42 -04:00
Matt Gilman 4fd1e9494e NIFI-694:
- Fixing bug when clearing bulletins from the reporting task table.
- Allowed ENABLING state to trigger transition to next step of the enable/disable request.
2015-07-01 14:25:12 -04:00
Mark Payne e7c0461b15 NIFI-724: Ensure that bulletins generated for reporting tasks and controller services are shown at Controller level as well as component level 2015-07-01 12:54:18 -04:00
Mark Payne a09180799d NIFI-719: merged with develop 2015-07-01 10:44:42 -04:00
Matt Gilman 59aa8ffe10 NIFI-694:
- Showing bulletins in the controller service and reporting task tables.
- Fixed issue typo when emitting controller service bulletins.
2015-06-30 14:14:57 -04:00
joewitt 50215707f7 This closes #69 NIFI-738 2015-06-29 22:16:44 -04:00
Ryan Blue 2e32e0e2b8 NIFI-738: Improve error handling for CSV and JSON conversion.
Changes:
* Send bad record information on the "incompatible" relationship
* Use an attribute, "errors" for summarized error messages
* Send no error content for now, original content can't be accessed
* Summarize similar error messages with "N similar failures"
* Add similar error handling to CSV conversion

Signed-off-by: joewitt <joewitt@apache.org>
2015-06-29 22:00:22 -04:00
danbress c769742d9b NIFI-735: removing call to OnRemoved and updating unit tests 2015-06-28 16:42:52 -04:00
danbress 93546760be Merge branch 'develop' into NIFI-735 2015-06-28 16:03:32 -04:00
danbress 4dc2ea6d47 Merge branch 'NIFI-737' into develop 2015-06-28 16:01:14 -04:00
danbress 846d2f4472 NIFI-737: Typo in developer guide 'lot message' 2015-06-27 15:13:03 -04:00
danbress bd9782cb43 NIFI-735: DocGenerator should on @OnUnscheduled and @OnStopped after its done generating the docs 2015-06-27 14:38:45 -04:00
joewitt e35f348b83 NIFI-632 removed logs dir that showed up - root issue still unknown 2015-06-27 13:55:33 -04:00
joewitt 8f36ba1ab4 NIFI-632 fixed versioning issue 2015-06-27 13:45:00 -04:00
danbress cc3be416b2 Merge branch 'develop' into NIFI-680
Conflicts:
	nifi/nifi-mock/src/main/java/org/apache/nifi/util/StandardProcessorTestRunner.java
	nifi/nifi-mock/src/main/java/org/apache/nifi/util/TestRunner.java
	nifi/nifi-mock/src/test/java/org/apache/nifi/util/CurrentTestStandardProcessorTestRunner.java
2015-06-26 20:18:56 -04:00
danbress 40b55efbd7 Merge branch 'develop' into NIFI-632 2015-06-26 19:14:23 -04:00
Brian Ghigiarelli 97f33d5c51 Merge remote-tracking branch 'apache/develop' into develop 2015-06-26 11:21:49 -04:00
Matt Gilman 7a28903402 NIFI-694:
- Showing bulletins for services and referencing components when enabling and disabling.
2015-06-25 14:38:47 -04:00
Mark Payne 0a7ab1a06d NIFI-724: merged changes 2015-06-25 10:58:01 -04:00
Mark Payne e240e07aae NIFI-724: Enable bulletins for reporting tasks and controller services 2015-06-25 10:56:49 -04:00
Mark Payne f58972e566 NIFI-728: Allow Mock Framework to use property descriptors from subclasses that are created for unit testing 2015-06-25 09:56:07 -04:00
Mark Payne f1adb8bf03 NIFI-724: Enable bulletins for reporting tasks and controller services 2015-06-24 14:03:34 -04:00
Matt Gilman 69297a3aa0 Merge branch 'develop' of https://git-wip-us.apache.org/repos/asf/incubator-nifi into develop 2015-06-24 09:15:27 -04:00
Matt Gilman 0df351dcb4 NIFI-683:
- Fixing typo.
2015-06-24 09:13:29 -04:00
Mark Payne ba3155980e NIFI-719: Expose scheduling period to the ConfigurationContext 2015-06-24 08:13:06 -04:00
Aldrin Piri 0c5b78f03f NIFI-721: Correcting typos in capability description and dynamic property of ExtractText. 2015-06-23 19:59:00 -04:00
Matt Gilman 3a05a7da72 NIFI-683:
- Add explicit handling of errors that occur during the initial page loading.
2015-06-23 16:15:33 -04:00
Matt Gilman a896510d7f NIFI-565:
- Ensuring tooltips are properly disposed. Without proper cleanup the bulletins were not being initialized correctly, when new bulletins would arise.
- Increasing the max width of tooltips.
2015-06-23 14:09:45 -04:00
Mark Payne e767f5ce02 Merge branch 'NIFI-378' into develop 2015-06-23 11:17:30 -04:00
Mark Payne 169256015b Merge branch 'NIFI-718' into develop 2015-06-23 11:03:47 -04:00
Mark Payne a6de1b4250 Merge branch 'develop' of http://git-wip-us.apache.org/repos/asf/incubator-nifi into develop 2015-06-23 10:29:11 -04:00
Mark Payne c45dcf0b52 This closes #60 2015-06-23 10:24:58 -04:00
Mark Payne 1faca8c93e NIFI-718: Add links to /etc/rc2.d when installing nifi as a linux service 2015-06-23 09:53:40 -04:00
Matt Gilman b38d74a65f NIFI-373:
- Including a clearer message when the UI and cluster security properties are not inline.
2015-06-23 07:26:43 -04:00
Matt Gilman 628e63998c Merge branch 'develop' of https://git-wip-us.apache.org/repos/asf/incubator-nifi into develop 2015-06-22 16:43:25 -04:00
Matt Gilman 908ec18b59 NIFI-578:
- Deprecating unused methods.
2015-06-22 16:39:18 -04:00
Mark Payne 25146a5828 NIFI-80: Truncate attribute values that exceed some threshold. Expose threshold as properties in nifi.properties file 2015-06-22 16:06:40 -04:00
Mark Payne 979671ca97 NIFI-545: Code cleanup 2015-06-22 15:58:08 -04:00
Mark Payne b22a1261c3 NIFI-711: Do not check status of FlowFile when emitting provenance CLONE event during session commit/checkpoint 2015-06-22 13:30:53 -04:00
Mark Payne 77a0561bc0 NIFI-672: Fixed typo in Admin Guide 2015-06-22 12:50:17 -04:00
Mark Payne ddad70ba00 NIFI-378: updated documentation to explain contract of MergeContent's Defragment strategy a bit more clearly 2015-06-22 12:42:22 -04:00
danbress 5d8bfa7c80 NIFI-704 StandardProcessorTestRunner should allow you to wait before calling OnUnScheduled methods
Signed-off-by: Mark Payne <markap14@hotmail.com>
2015-06-22 12:08:41 -04:00
Mark Payne f2f9056055 NIFI-413: Formatted code to fix checkstyle failures 2015-06-22 12:05:02 -04:00
Mark Payne f5226ad3c6 Merge branch 'NIFI-413-PutKafka-Compression-and-Batching' of https://github.com/brianghig/incubator-nifi into NIFI-413 2015-06-22 10:37:42 -04:00
Brian Ghigiarelli e5444aa3cf Merge pull request #5 from apache/develop
Merging latest Apache NiFi develop branch
2015-06-22 09:21:58 -04:00
Mark Payne c4c98fc4a9 NIFI-482: Allowed for new 'literal' function. Make expressions invalid when they attempt to evaluate functions against the values of 'reducing functions'; cleanup Evaluators that were depending on Abstract classes instead of interfaces. Updated EL Guide to include new 'literal' function 2015-06-22 09:04:55 -04:00
danbress 28bfb70e46 Merge branch 'develop' into NIFI-632 2015-06-21 13:21:55 -04:00
danbress 6b4e90dd5d NIFI-704 StandardProcessorTestRunner should allow you to wait before calling OnUnScheduled methods 2015-06-20 19:48:02 -04:00
danbress 47847ab404 NIFI-680 Processor docs don't always need to mention Sensitive properties or EL 2015-06-20 18:07:39 -04:00
Mark Payne 0f01b3c96f NIFI-707: Use HTTP Content-Type Header to set mime.type attribute for GetHTTP 2015-06-20 17:20:42 -04:00