Commit Graph

14 Commits

Author SHA1 Message Date
Mark Payne b29333b9b6 Merge branch 'NIFI-22' into develop 2015-01-07 14:33:26 -05:00
Mark Payne 14cba2a57e NIFI-22: fixed issues with newly added join and count functions 2015-01-07 14:16:51 -05:00
Mark Payne 93309901ba NIFI-225: Change Locale to always be EN-US 2015-01-07 09:01:42 -05:00
joewitt d8b4a781d2 NIFI-225 updating error handling to provide more context in output for date format parsing 2015-01-06 09:23:19 -05:00
Mark Payne 49256d9d83 NIFI-22: Added 'count', 'join', 'isEmpty', and 'replaceEmpty' functions 2015-01-05 15:40:32 -05:00
Matt Gilman 3c5bb56386 NIFI-59:
- Adding a property to specify the size of the Jetty thread pool.
2014-12-31 10:42:42 -05:00
Mark Payne 394c7116d1 NIFI-44: Removed the swap directory property and always use the 'swap' directory under the flowfile repo 2014-12-30 16:30:13 -05:00
Mark Payne 84d6255d68 NIFI-181: Applied fix that is illustrated in ticket description. If calling LeakyBucketStreamThrottler's InputStream.read(byte[], int, int) and pass 0 as the length, it should just return 0 2014-12-30 11:07:00 -05:00
Mark Payne fed987e778 NIFI-206: Build appropriate AnyAttribute, AllAttributes, AnyMatchingAttribute, etc. evaluators in the buildExpressionEvaluator method rather than building at evaluation time. This way, embedded expressions are also wrapped appropriately. 2014-12-30 09:16:14 -05:00
joewitt 7f0eb2e352 NIFI-51 made a test a little nicer about cleanup as it kept messing up the build and addressed the possible NPE/ordering logic for 51 2014-12-23 16:05:43 -05:00
joewitt 1357a17b67 NIFI-189 Collapsed several commons libs into one 2014-12-20 00:40:14 -05:00
joewitt 19d4a150a8 NIFI-169 well it finally all builds. There is a classpath issue still to sort out which impacts startup 2014-12-15 05:14:32 -05:00
Mark Payne 8254b75437 NIFI-52: Created new implementation of PreparedQuery so that we can still prepare a query even if the expression is invalid 2014-12-10 11:47:00 -05:00
joewitt 4d998c12c9 Initial code contribution 2014-12-08 15:22:14 -05:00