Commit Graph

1306 Commits

Author SHA1 Message Date
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
danbress 33848b3036 NIFI-682 EvaluateXPath docs missing closing parenthesis 2015-06-20 11:10:03 -04:00
Brian Ghigiarelli 8af84f3f73 [NIFI-413] Updating PutKafka properties to follow NiFi standards. Added validation for asynchronous properties. 2015-06-19 18:49:21 -04:00
Brian Ghigiarelli 5b0648cf3f Merge branch 'develop' into NIFI-413-PutKafka-Compression-and-Batching 2015-06-19 17:46:53 -04:00
Brian Ghigiarelli 3045a52e35 Merge branch 'develop' of github.com:apache/incubator-nifi into develop 2015-06-19 17:46:08 -04:00
Mark Payne 531136db98 Merge branch 'NIFI-230' into develop 2015-06-19 13:12:09 -04:00
Mark Payne 548f6d0835 Merge branch 'develop' of http://git-wip-us.apache.org/repos/asf/incubator-nifi into develop 2015-06-19 13:08:49 -04:00
Mark Payne a5d6f88c2e NIFI-703: Do not use prefetch if using FlowFileFilter, as this can result in FlowFiles not being pulled from the queue 2015-06-19 12:55:04 -04:00
Matt Gilman 2d0bb1c1cd Merge branch 'develop' of https://git-wip-us.apache.org/repos/asf/incubator-nifi into develop 2015-06-19 11:50:02 -04:00
Mark Payne a1f0438451 NIFI-702: Ensure that we always skip to the appropriate location within the ContentClaim when exporting to an external stream or Path 2015-06-19 11:10:11 -04:00
Matt Gilman 5fe9975292 NIFI-701:
- Including controller services in downloaded templates.
2015-06-19 09:57:30 -04:00
Matt Gilman cef7206796 NIFI-699:
- Removing the enabled checkbox from the controller service configuration dialog. This was originally added to be consistent with the processor configuration dialog. However, the action may be long running and needs a polling mechanism to indicate to the user once the action completes. This is currently built into the enable/disable dialog and that is the preferred mechanism for enabling/disabling.
2015-06-19 08:51:22 -04:00
Aldrin Piri 64502d0e10 NIFI-419 Providing a user configurable selection of the SSL Protocol algorithm used for connections withing an SSL Context controller service. This provides defaults of TLS/SSL values as well as performs a look up of the available items within the JVM. 2015-06-18 23:13:49 -04:00
Aldrin Piri 8b5a8ab054 NIFI-698: Wrapping test resource files in a URI to handle encoding issues as per JDK-4466485 2015-06-18 23:12:24 -04:00
Mark Payne c4d186bdd9 NIFI-230: Fixed bug in calculating how much data has been written to a ContentClaim 2015-06-18 11:30:04 -04:00
Matt Gilman b7b42c7423 NIFI-670:
- Preventing duplicate controller services from being created when copying and pasting processors. A new controller service will be included/created when using templates.
2015-06-18 10:20:49 -04:00
Mark Payne e50b20c4ce NIFI-129: Fixed bug that caused root group port's isTransmitting to return false, even when there is data being transferred 2015-06-18 09:03:54 -04:00
Matt Gilman 66365b0e1d NIFI-547:
- Setting the default charset in the content viewer page.
- Using the content stream when formatting json.
2015-06-17 22:43:33 -04:00
Mark Payne 0af9c75d78 Merge branch 'NIFI-626' into develop 2015-06-17 13:33:08 -04:00
Mark Payne 118b6608c7 NIFI-626: Fixed checkstyle violations 2015-06-17 13:31:02 -04:00
Mark Payne ec02e58d3c NIFI-626: SQL timestamps were being added to Avro schema as string but value was being added as java.sql.Date object, which caused exceptions to be thrown. Now call toString() on the Date object to put to the record. 2015-06-17 12:37:27 -04:00
Toivo Adams ae9b40ec6f NIFI-677, DBCPService should allow user to specify Connection URL should fix also NIFI-676 and NIFI-678
Signed-off-by: Toivo Adams <toivo.adams@gmail.com>
Signed-off-by: Mark Payne <markap14@hotmail.com>
2015-06-17 12:37:26 -04:00
Mark Payne a3b8e44ad5 NIFI-626: Code cleanup to adhere to NiFi coding styles 2015-06-17 12:37:25 -04:00
Toivo Adams d98757e4c7 NIFI-626 - query timeout added
Signed-off-by: Toivo Adams <toivo.adams@gmail.com>
Signed-off-by: Mark Payne <markap14@hotmail.com>
2015-06-17 12:35:55 -04:00
Toivo Adams 14bcad212a NIFI-626 - First working version.
Signed-off-by: Toivo Adams <toivo.adams@gmail.com>
Signed-off-by: Mark Payne <markap14@hotmail.com>
2015-06-17 12:35:54 -04:00
Toivo Adams 13addeb571 NIFI-626 - ExecuteSQL processor for executing arbitrary SQL queries, initial implementation.
Signed-off-by: Toivo Adams <toivo.adams@gmail.com>
Signed-off-by: Mark Payne <markap14@hotmail.com>
2015-06-17 12:35:53 -04:00