Commit Graph

4139 Commits

Author SHA1 Message Date
joewitt a94cf4be4b Merge branch 'develop' into NIFI-169 2014-12-16 12:53:40 -05:00
joewitt d9dab00612 NIFI-173 fixed web war finding 2014-12-16 11:46:37 -05:00
Matt Gilman d7b1113a86 NIFI-27:
- Upgrading jQuery, jQuery UI, jqGrid.
- Replacing deprecated functionality.
2014-12-16 11:25:25 -05:00
Matt Gilman a016bf47bd NIFI-27:
- Reverting to a slightly old version of minicolors to do issues compressing the css in the latests version.
2014-12-16 11:12:15 -05:00
joewitt 8fb78d2a58 NIFI-173 changed meta-inf/dependencies to meta-inf/bundled-dependencies 2014-12-16 10:38:59 -05:00
Matt Gilman f10bb3ccad Merge branch 'develop' into nifi-27 2014-12-16 09:44:24 -05:00
Matt Gilman 888d1bafc7 NIFI-27:
- Upgrading jQuery and jQuery UI.
- Updating autocomplete as appropriate.
- Restoring line returns between methods.
2014-12-16 09:40:56 -05:00
Matt Gilman 2965258e5d NIFI-27:
- Upgrading jQuery and jQuery UI.
- Replacing all instances of Deferred.then with Deferred.done/fail due to API change introduced in 1.8.
- Restoring line returns between public methods.
- Upgrading jquery.form and jquery.minicolors.
2014-12-16 08:42:13 -05:00
joewitt 3a4c6ed887 Merge branch 'develop' into NIFI-169 2014-12-16 08:16:52 -05:00
Mark Payne 7797184712 NIFI-33: On failure, was attempting to remove non-existent file; fixed this 2014-12-15 15:02:44 -05:00
Mark Payne ece5ce1409 NIFI-33: Ensure that we sync to disk, then rename file when swapping out; delete partial files on restart; destroy corrupt files on EOFException/FileNotFoundException when swapping in 2014-12-15 14:57:11 -05:00
Mark Payne 1cc3ce5755 NIFI-35: Provide an EventReporter to the FlowFileSwapManager and provide events for any errors 2014-12-15 14:28:11 -05:00
Mark Payne 9e60aa0f25 NIFI-49: Included patch from Philip Young to include name of default value when not allowed as a property descriptor value 2014-12-15 13:53:12 -05:00
Mark Payne ddfa621dab NIFI-49: Included patch from Philip Young to include name of default vlaue when not allowed as a property descriptor value 2014-12-15 13:29:35 -05:00
Mark Payne 1316042977 NIFI-49: Included patch from Philip Young to include name of default vlaue when not allowed as a property descriptor value 2014-12-15 13:28:09 -05:00
Mark Payne f0bea5c156 NIFI-49: include name of default value if it is not allowed in a property descriptor 2014-12-15 13:21:59 -05:00
Mark Payne e04a55d3a5 NIFI-43: Do not throw InvocationTargetException if it is wrapping a RuntimeException; instead just throw the RuntimeException 2014-12-15 13:14:42 -05:00
Mark Payne 73cc6cbe28 NIFI-56: Made test single-threaded 2014-12-15 13:09:08 -05:00
Mark Payne 1a231d8b95 NIFI-145: Update nifi.sh to avoid readlink that's not always compatible; added 'install command'; made nifi.sh chkconfig compatible 2014-12-15 13:04:54 -05:00
Matt Gilman fc78752e61 NIFI-27:
- Updating access control configuration for secure ports due to autocomplete upgrade.
2014-12-15 12:02:15 -05:00
joewitt 614349bdfd NIFI-169 updating a few tests and build 2014-12-15 10:43:07 -05:00
joewitt 675ea6611c NIFI-169 Fixed classpath issue affecting startup 2014-12-15 05:53:03 -05:00
joewitt dd57a33500 Fixed classpath issue affecting startup 2014-12-15 05:52:40 -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
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
Matt Gilman d307a13c5d NIFI-27:
- Better result normalization.
- Updated styles.
2014-12-12 10:37:02 -05:00
Matt Gilman 68e0898399 NIFI-27:
- Updating cluster search to work with upgraded jquery ui.
- Better support for case when no results are found.
2014-12-12 10:34:56 -05:00
Mark Payne d1271a281e Merge branch 'develop' into bootstrap 2014-12-12 10:31:50 -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 2a2f0f0364 NIFI-145: Fixed issue that indicated that NiFi was hung or died when the .pid file wasn't found 2014-12-12 10:18:14 -05:00
Mark Payne 8cf0c7814e Merge branch 'NIFI164' into bootstrap 2014-12-12 10:01:17 -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
Mark Payne 76f54f8611 NIFI-145: Allow a run.as user to be set in bootstrap.conf file; addressed concerns where an un-priveleged user could issue commands to running NiFi to shutdown; addressed concerns where an un-priveleged user could push large amounts of data to the Bootstrap or NiFi causing OOME 2014-12-12 09:47:19 -05:00
Matt Gilman 71e53ae566 NIFI-27:
- Starting to upgrade jQuery and jQuery UI.
2014-12-11 16:02:44 -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 d517b3fd09 NIFI-145: Added PID detection for Linux 2014-12-11 13:40:56 -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
Matt Gilman 5b0d8a5dc1 Merge branch 'nifi-27' of https://git-wip-us.apache.org/repos/asf/incubator-nifi into nifi-27 2014-12-10 14:42:01 -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 1d23e6e136 NIFI-27:
- Latest version of codemirror.
2014-12-10 14:36:44 -05:00