1322 Commits

Author SHA1 Message Date
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
danbress
46aa2685e3 Merge branch 'develop' into NIFI-632 2015-06-15 20:38:54 -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
cad8aa11e1 NIFI-632 adding VolatileContentRepository and VolatileFlowFile repository to service definition file 2015-06-13 12:23:04 -04:00
danbress
e1a59c47b7 NIFI-632 moving thread startup from constructor to initialize methods 2015-06-13 12:22:38 -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
danbress
53b86d7a6c NIFI-632 calling annotations as part of initialization(@OnRemoved, @OnShutdown) 2015-06-09 21:34:28 -04:00
danbress
56d369e335 NIFI-632 creating service definition files 2015-06-09 21:34:27 -04:00
danbress
089a27f227 NIFI-632 moving thread start to init method 2015-06-09 21:34:27 -04:00
danbress
196da2b443 NIFI-632 using NarCloseable instead of NarThreadContextClassLoader
to make sure the right classloader is being used when initializing
a component for documentation generation
2015-06-09 21:34:26 -04:00
danbress
995a01636e NIFI-632 moving NarCloseable and NarThreadContextClassLoader to nifi-nar-utils from nifi-framework-core-api 2015-06-09 21:34:26 -04:00
danbress
dc4065a975 NIFI-632 - fixing parent pom 2015-06-09 21:34:25 -04:00
danbress
f2818d2263 NIFI-632 - improving tests 2015-06-09 21:34:24 -04:00
danbress
e4e9efad44 NIFI-632 cleaning up tests 2015-06-09 21:34:24 -04:00
danbress
4074ec3785 NIFI-632 using NarThreadContextClassLoader when generating documentation 2015-06-09 21:34:23 -04:00
danbress
6f36c7939b NIFI-632 Using newly generated example.nar in test code 2015-06-09 21:34:23 -04:00
danbress
b4ee97c771 NIFI-632 generating a test nar which loads a resource during its init method 2015-06-09 21:34:21 -04:00
danbress
30055dd0c8 NIFI-632 initial checkin 2015-06-09 21:34:20 -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
Aldrin Piri
0b4cddbe49 NIFI-668 Updating testDynamicEnvironment in TestExecuteStreamCommand to be tolerant of environment variables inherited from the system. 2015-06-08 19:16:45 -04:00
Aldrin Piri
096ca61e25 NIFI-583 Adjusting the callback to be aware of whether or not STDIN should be ignored, preferring to bypass the stream copying process and the reuse of the outputflowfile as the source. 2015-06-07 16:01:54 -04:00