Commit Graph

1074 Commits

Author SHA1 Message Date
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
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
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
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
Matt Gilman a4d21e3cd6 NIFI-693:
- Filename in Content-Disposition should be quoted.
2015-06-17 08:52:17 -04:00
Mark Payne 69f04cbb86 NIFI-488: Merged develop 2015-06-17 08:19:36 -04:00
Mark Payne 315af02c59 NIFI-454: Use random ports instead of specific ports for running unit tests; updated abstract class and interface to expose the port being used 2015-06-17 08:15:10 -04:00
Mark Payne 739baa2e57 NIFI-37: Ensure that prov events that are emitted are emitted against FlowFiles that are known to that session. 2015-06-17 07:56:49 -04:00
Bryan Bende 28abc9acba NIFI-689 Add Bryan Bende to committers list on website 2015-06-15 22:25:15 -04:00
Matt Gilman f72fdcdb15 NIFI-618:
- Adding a context menu item that allows users to move components out of a process group.
2015-06-15 21:27:06 -04:00
Aldrin Piri 3295f7f193 NIFI-487: Changing the default JSON provider from SmartJson to Jackson to address issues with control characters causing documents to not get parsed correctly. 2015-06-15 16:21:48 -04:00
danbress 081994e119 NIFI-686 only deleting contents of dist/js directory since it is a versions directory and deleting it would remove the .svn directory 2015-06-14 21:11:01 -04:00
Aldrin Piri a1472701ad Adding links and changing wording concerning documentation within the FAQs page. 2015-06-13 16:28:48 -04:00
danbress 6b51455f4c NIFI-686 Add Dan Bress to committer list 2015-06-13 08:29:13 -04:00
Matt Gilman 1404275bdf Merge branch 'develop' of https://git-wip-us.apache.org/repos/asf/incubator-nifi into develop 2015-06-10 12:28:42 -04:00
Matt Gilman 9480c7a9c5 NIFI-669:
- Allowing a property that as been removed to be re-added before the configuration is saved. Previously this was not allowed as the property was hidden but still present (until that save action). Now in that case the values are cleared and user is allowed to edit the property again.
2015-06-10 12:27:00 -04:00
Jon Anderson 976cfaf602 Typo in documentation for EncryptContent
Signed-off-by: Mark Payne <markap14@hotmail.com>
2015-06-10 10:41:18 -04:00
Mark Payne 86cbfab14a NIFI-625: Fixed bug in expression language that caused EL not to get evaluated if enclosed within curly braces 2015-06-09 18:32:34 -04:00
Mark Payne b82d1428b2 Merge branch 'develop' of http://git-wip-us.apache.org/repos/asf/incubator-nifi into develop 2015-06-08 20:22:48 -04:00
Mark Payne facc4242bd NIFI-571: Removed checking List<List<ControllerServiceNode>> to see if it contains a ControllerServiceNode, as it would always return false; intent was to check all inner Lists, but it's really not necessary (a bit of an optimization) that just confuses things 2015-06-08 20:20:34 -04:00
Mark Payne 089897190c NIFI-662: Unit test expects \n when it should expect System.lineSeparator() 2015-06-08 20:20:33 -04:00