Commit Graph

45 Commits

Author SHA1 Message Date
Mark Payne 73cc6cbe28 NIFI-56: Made test single-threaded 2014-12-15 13:09:08 -05:00
Karl-Heinz Marbaise 9ccbf8be7b Added appropriate Maven configuration to build the nar-maven-plugin with Maven 3.X instead of Maven 3.2.X
Signed-off-by: joewitt <joewitt@apache.org>
2014-12-13 20:50:53 -05:00
Karl-Heinz Marbaise 21c24b6b68 Correctly inject MavenProject / MavenSession into nar-maven-plugin
Signed-off-by: joewitt <joewitt@apache.org>
2014-12-13 20:46:44 -05:00
Mark Payne bc94625142 NIFI-70: If ROUTE indicates FlowFile routed to same Connection it came from (and only that connection!) then drop the redundant ROUTE event 2014-12-12 12:02:49 -05:00
Mark Payne a8722317ab NIFI-66: 2014-12-12 11:09:52 -05:00
Mark Payne 67354bd31c Merge branch 'NIFI164' into develop 2014-12-12 10:25:39 -05:00
Mark Payne d57861d8b5 NIFI-164: Fixed MockContentRepository that existed in a unit test 2014-12-12 10:19:20 -05:00
Mark Payne 55d4b1c099 NIFI-164: Add shutdown() method to ContentRepository and implement in FileSystemRepository and VolatileContentRepository to cleanup executors; call shutdown() from FlowController shutdown method 2014-12-12 10:00:40 -05:00
joewitt 52eadeba18 another change for goofy netbeans configs 2014-12-11 13:54:25 -05:00
joewitt f1baec6b66 updating to skip nb configuration files 2014-12-11 13:52:49 -05:00
Mark Payne 2bcd1e657a NIFI-132: Log to Processor's logger 2014-12-11 09:45:24 -05:00
Mark Payne 74c7940487 NIFI-161: Removed references to deprecated methods 2014-12-11 09:44:38 -05:00
Mark Payne cbea1f1936 NIFI-72: Added unit tests and fixed bug that caused CONTENT_MODIFIED to be emitted for newly created FlowFiles 2014-12-11 09:16:48 -05:00
Mark Payne 6b0a5e8cd7 NIFI-72: Auto-generate CREATE, CONTENT_MODIFIED, ATTRIBUTES_MODIFIED events when appropriate 2014-12-11 09:03:05 -05:00
joewitt 8ed8d69899 updated build-order.sh to incorporate the boostrap stuff 2014-12-10 23:33:13 -05:00
Mark Payne d89ba7392f Merge branch 'develop' of https://git-wip-us.apache.org/repos/asf/incubator-nifi into develop 2014-12-10 14:40:18 -05:00
Mark Payne 82e42fad03 NIFI-145: Moved bootstrap jar into its own directory: lib/bootstrap 2014-12-10 14:39:59 -05:00
Matt Gilman fe2a331820 NIFI-159:
- Allowing optional properties to be reset.
- Used null to represent an unset value as previously it was considered undefined. When undefined, the property was not being included in the serialized configuration.
2014-12-10 14:27:11 -05:00
Mark Payne cb2e855fc7 NIFI-12: Remove Processors even if their @OnRemoved methods throw Exceptions 2014-12-10 12:49:31 -05:00
Mark Payne f60a97b026 NIFI-39: Implemented loadLibrary 2014-12-10 12:17:55 -05:00
Mark Payne f63cd9a15e NIFI-145: Fixed stack trace that occassionally occurs on shutdown 2014-12-10 12:17:32 -05:00
Mark Payne 97f8ab0cc5 NIFI-54: When incrementing active thread count, if the value exceeds max, do not run 2014-12-10 11:57:33 -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
Mark Payne cce36335e1 Merge branch 'bootstrap' into develop 2014-12-10 11:08:55 -05:00
Mark Payne 5ebf3b51cd Merge branch 'develop' of https://git-wip-us.apache.org/repos/asf/incubator-nifi into develop 2014-12-10 11:08:10 -05:00
Mark Payne 192d782277 NIFI-145: Bug Fixes and updated nifi.sh to use bootstrap code 2014-12-10 11:03:21 -05:00
Mark Payne 6d46829795 NIFI-145: Added run-nifi.bat and fixed bugs 2014-12-10 09:23:51 -05:00
joewitt 2735c6c253 NIFI-154 contributed via JIRA by Jake Visser jake at nightrise dot com dot au 2014-12-10 07:38:12 -05:00
joewitt 51d177b242 NIFI-151 Fixed test issue which resulted from needing to cleanup after previous runs 2014-12-10 07:09:18 -05:00
joewitt c55e851089 Merge branch 'develop', remote branch 'origin/develop' into develop 2014-12-09 20:59:30 -05:00
Matt Gilman 3861446958 NIFI-42:
- Using displayName where appropriate.
- Ensuring descriptor exists before attempting to use a default value.
2014-12-09 15:58:32 -05:00
Matt Gilman 63e80d3fdc NIFI-147:
- Clean up change for SVG resizing to remove unnecessary window resize listener.
2014-12-09 15:33:21 -05:00
Matt Gilman 61c5cb3773 NIFI-146:
- Using shift instead of ctrl to drive group selection.
- Added support for metaKey for keyboard shortcuts.
2014-12-09 15:18:52 -05:00
Mark Payne e544191f1d NIFIDEV-145: Bug fixes and pulled bootstrap into the assembly pom 2014-12-09 14:37:31 -05:00
Mark Payne eed4a9bb81 NIFI-145: Added batch scripts and a simple bootstrap.conf file and fixed ShutdownHook to be Java 7 compliant 2014-12-09 13:51:15 -05:00
Matt Gilman 457787cde0 NIFI-141:
- Removing the use of PreparedQueries when searching as it should be considering the raw form (not the evaluated form).
2014-12-09 12:42:55 -05:00
Mark Payne 646570490c NIFI-145 2014-12-09 12:18:35 -05:00
Matt Gilman 1120b0f1ab NIFI-28:
- Automatically including any self loops when moving the corresponding component.
2014-12-09 12:13:26 -05:00
Mark Payne cb63c66602 Merge branch 'develop' of https://git-wip-us.apache.org/repos/asf/incubator-nifi into develop 2014-12-09 11:20:13 -05:00
joewitt 4410b7072c Merge branch 'develop', remote branch 'origin/develop' into develop 2014-12-09 10:08:57 -05:00
Matt Gilman 0125f3da3f NIFI-142:
- Adding javax.mail dependency to address a runtime dependency.
2014-12-09 09:52:11 -05:00
Mark Payne 567dfc794c NIFI-145: Initial commit of bootstrap module 2014-12-09 08:48:07 -05:00
Matt Gilman 203e83ee0d adding .DS_Store to gitignore 2014-12-09 08:20:42 -05:00
Matt Gilman c3ba275c63 NIFI-143:
- Added a check to ensure that a process does not attempt to drop on itself.
2014-12-09 08:17:31 -05:00
joewitt 4d998c12c9 Initial code contribution 2014-12-08 15:22:14 -05:00