Commit Graph

890 Commits

Author SHA1 Message Date
Mark Payne 509933f631 NIFI-478: Fixed bug that caused byte sequence to be dropped for last split under certain circumstances; added new unit tests 2015-03-31 08:34:23 -04:00
Brandon DeVries e7d6d94584 Merge branch 'rep3' into develop 2015-03-30 12:14:20 -04:00
Brandon DeVries ac409fd69a NIFI-424
Processors / Controller Services should not be able to directly call ControllerService.initialize and ControllerService.onPropertyModified
2015-03-30 12:11:15 -04:00
Jenn Barnabee ed5fd733d8 NIFI-422 Updated Clustering Configuration section to account for some missing details; added short troubleshooting section.
Signed-off-by: joewitt <joewitt@apache.org>
2015-03-30 08:55:28 -04:00
Brian Ghigiarelli 878e950acc Adding HTML support to the PutEmail service by allowing the content mime type to be configurable with a PropertyDescriptor
Signed-off-by: Mark Payne <markap14@hotmail.com>
2015-03-27 15:16:37 -04:00
Mark Payne 909ded32aa NIFI-443: Fixed out-of-date comments/documentation 2015-03-27 15:06:11 -04:00
Mark Payne 42a4f90242 NIFI-443: If a funnel is given an incoming connection but has no outgoing connection, it continually runs and fails, logging a lot of ERROR messages 2015-03-27 14:46:20 -04:00
bbende 23989609ae Addressing feedback from pull request, adding commitWithin parameter to PutSolrContentStream since all update handlers support it 2015-03-26 22:27:09 -04:00
bbende 041f543283 Merge remote-tracking branch 'upstream/develop' into nifi-solr-bundle 2015-03-26 21:16:51 -04:00
Tony Kurc 3a27c378cc NIFI-464 This closes #45 (minor revision - replace hard coded constant
with length)
2015-03-25 23:10:36 -04:00
danbress a5e140f107 NIFI-460 deprecating StandardValidators.createControllerServiceExistsValidator 2015-03-24 14:18:56 -04:00
danbress 06ee1291c2 NIFI-460 using identifiesControllerService 2015-03-24 11:56:02 -04:00
bbende 4107a0e934 Merge remote-tracking branch 'upstream/develop' into nifi-solr-bundle
Conflicts:
	nifi/nifi-assembly/pom.xml
2015-03-23 19:46:14 -04:00
Mark Payne a7b826ae20 NIFI-268: If processor is using deprecated annotations, should fail unit test 2015-03-23 15:39:53 -04:00
Mark Payne 54f3476a4c NIFI-450: Catch Throwable from all implementations of Runnable in the FileSystemRepository; these are expected to always be running, so if anything odd like an OutOfMemoryError occurs, this needs to be caught rather than allowing the thread to die 2015-03-23 15:19:18 -04:00
Mark Payne d6408046bc NIFI-408: Instead of yielding for 100 milliseconds when data is not available, Root Group Port should poll with a max wait time of 100 milliseconds and if no data is available return without yielding. 2015-03-23 15:11:41 -04:00
Mark Payne 12fa9e79f7 NIFI-431: Updated validators to use new isExpressionLanguagePresent and isExpressionLanguageSupported methods of ValidationContext 2015-03-23 15:02:42 -04:00
Mark Payne 2429e0540f NIFI-430: Added isExpressionLanguageSupported and isExpressionLanguagePresent methods to ValidationContext 2015-03-23 15:02:03 -04:00
Mark Payne 220ec94c09 Merge branch 'NIFI-441d' of https://github.com/danbress/incubator-nifi into develop 2015-03-23 14:50:57 -04:00
danbress 2c418ece71 NIFI-434 formatting tds to not wrap on spaces 2015-03-23 10:30:25 -04:00
danbress 10f724753c NIFI-434 adding additional ids to dynamic property tds 2015-03-23 10:30:09 -04:00
danbress 2f09e6ec5a NIFI-434 adjusting CSS to not break on spaces
for the first three columns of a property table
2015-03-23 10:29:56 -04:00
danbress 0c5abce5f9 NIFI-434 putting ids on html element to facilitate CSS 2015-03-23 10:29:37 -04:00
Brian Ghigiarelli b97396c0fa Adding TLS to PutEmail and several other PropertyDescriptors that can be driven by EL for full control of outgoing emails. Also switched from Sun SMTPTransport to Java Transport for sending the email message
Signed-off-by: Mark Payne <markap14@hotmail.com>
2015-03-23 10:10:49 -04:00
Mark Payne e48ea72c30 Merge branch 'NIFI-441' of https://github.com/danbress/incubator-nifi into develop 2015-03-23 10:07:22 -04:00
danbress e78aeddb69 NIFI-441 removing additionalDetails.html 2015-03-23 09:59:50 -04:00
danbress 3359891c66 NIFI-441 incorporating changes from moving annotations 2015-03-23 08:34:41 -04:00
danbress 0f6fb7ecac NIFI-441 updating additionalDetails.html 2015-03-23 08:04:19 -04:00
danbress f63e09b9b8 NIFI-441 - Adding SeeAlso, ReadsAttributes and WritesAttributes 2015-03-23 08:04:19 -04:00
danbress efeba19cb6 NIFI-441 Defaulting nifi version to 0.1.0-incubating-SNAPSHOT 2015-03-23 08:04:18 -04:00
danbress 511360cf59 NIFI-441 - renaming index.html to additionalDetails.html
and removing html that is generated by the framework
2015-03-23 08:04:17 -04:00
Matt Gilman e05c9fd20e Squashed commit of the following:
commit 7e96bb903c4051613b5192e81aeaeef7997a9c1d
Author: Matt Gilman <matt.c.gilman@gmail.com>
Date:   Sun Mar 22 23:09:18 2015 -0400

    Conflicts:
    	nifi/nifi-nar-bundles/nifi-standard-bundle/nifi-standard-processors/src/main/java/org/apache/nifi/processors/standard/EvaluateRegularExpression.java
    	nifi/nifi-nar-bundles/nifi-standard-bundle/nifi-standard-processors/src/main/java/org/apache/nifi/processors/standard/ExtractText.java

commit 7fc79a34b7bee4b92988a36c64f8585b7fec8d33
Author: Matt Gilman <matt.c.gilman@gmail.com>
Date:   Sun Mar 22 22:40:51 2015 -0400

    NIFI-353:
    - Only showing up to 1.5kb of the content in the hex view.

commit 36f11c3d9d8466fa3f207b5fc859375b33370b53
Author: Matt Gilman <matt.c.gilman@gmail.com>
Date:   Sun Mar 22 16:27:19 2015 -0400

    NIFI-353:
    - Disabling the content viewer by default.

commit f78f74dc8dcc21e8f01ae65cb17a6db80c2f3a6c
Author: Matt Gilman <matt.c.gilman@gmail.com>
Date:   Sun Mar 22 16:24:45 2015 -0400

    NIFI-353:
    - Adding error handling around the call into the content viewer extension.
    - Using forward instead of include when showing errors.

commit b43fe6f935ce5697f551e5a3b30f7703b49f64a7
Author: Matt Gilman <matt.c.gilman@gmail.com>
Date:   Sun Mar 22 00:30:34 2015 -0400

    NIFI-353:
    - Clean up.
    - Fixing authority check for DFM with check for Provenance.

commit 61fc0467437a6fb0b9db4f1331699c23155aa3a6
Author: Matt Gilman <matt.c.gilman@gmail.com>
Date:   Sat Mar 21 22:19:19 2015 -0400

    NIFI-353:
    - Fixing artifact versions.

commit 2bd1a18f3ca5258f745ddf4681f79ea2741aaa78
Author: Matt Gilman <matt.c.gilman@gmail.com>
Date:   Fri Mar 20 20:59:44 2015 -0400

    NIFI-353:
    - Fixing artifact versions.

commit c2eaa192eae7e977ffd50033a007693f636a6322
Author: Matt Gilman <matt.c.gilman@gmail.com>
Date:   Fri Mar 20 20:15:40 2015 -0400

    NIFI-353:
    - Javadocs.
    - Updating the styles of the content labels.

commit 3410197b7d88444de5c6f74622d67a1b0cc39e6a
Author: Matt Gilman <matt.c.gilman@gmail.com>
Date:   Fri Mar 20 19:40:02 2015 -0400

    Squashed commit of the following:

    commit e88ed13d8d
    Merge: 93b361e 3f36236
    Author: Mark Payne <markap14@hotmail.com>
    Date:   Fri Mar 20 09:11:39 2015 -0400

        Merge branch 'inputstream-callback-protection' of https://github.com/rowolabi/incubator-nifi into develop

    commit 93b361e69b
    Merge: c9eb237 a6740a6
    Author: Mark Payne <markap14@hotmail.com>
    Date:   Thu Mar 19 11:49:11 2015 -0400

        Merge branch 'develop' of http://git-wip-us.apache.org/repos/asf/incubator-nifi into develop

    commit c9eb237895
    Author: Mark Payne <markap14@hotmail.com>
    Date:   Thu Mar 19 11:40:01 2015 -0400

        NIFI-443: Removed stopFunnel from ProcessGroup because we don't want to allow it

    commit 8b911c5aab
    Author: Mark Payne <markap14@hotmail.com>
    Date:   Thu Mar 19 11:04:46 2015 -0400

        NIFI-443: Always start funnels when added to process group, even when autoResumeState is false

    commit a6740a6e2c
    Author: joewitt <joewitt@apache.org>
    Date:   Thu Mar 19 01:21:32 2015 -0400

        NIFI-399 addressed items in the ticket

    commit ad18853b58
    Author: joewitt <joewitt@apache.org>
    Date:   Wed Mar 18 10:59:13 2015 -0400

        NIFI-399 initial port

    commit 3f36236473
    Author: Bobby Owolabi <bobbyowolabi@gmail.com>
    Date:   Thu Mar 19 01:43:17 2015 -0400

        NIFI-396 reverting accidentially modified whitespace in TestStandardProcessSession

    commit cd183be441
    Author: Bobby Owolabi <bobbyowolabi@gmail.com>
    Date:   Thu Mar 19 01:18:22 2015 -0400

        NIFI-396 updated the javadocs of ProcessSession to reflect that a FlowFileAccessExcpetion will be thrown if an Input/Output Stream is attempted to be accessed after the callback is executed.

    commit e2760f8c98
    Author: Bobby Owolabi <bobbyowolabi@gmail.com>
    Date:   Thu Mar 19 00:54:24 2015 -0400

        NIFI-396 added a DisableOnCloseInputStream class; modified StandardProcessSession to prevent access of the Input/OutputStreams after callbacks have been executed; updated tests

    commit 7272d0df58
    Author: Bobby Owolabi <bobbyowolabi@gmail.com>
    Date:   Wed Mar 18 23:30:57 2015 -0400

        NIFI-396 created tests to demonstrate the situations where the ProcessSession throws an Exception and where it doesn't after it returns from the callback

    commit eb5ec703ba
    Author: Oscar de la Pena <odelapena@exist.com>
    Date:   Thu Mar 19 10:10:09 2015 +0800

        Fixes incorrect messages count in Provenance reporter. Adds Unit test to verify fix

commit b1873d86649d22fcf39956c93371be124a2e161b
Author: Matt Gilman <matt.c.gilman@gmail.com>
Date:   Wed Mar 18 23:08:57 2015 -0400

    NIFI-353:
    - Adjusting the layout of the file name and content type.

commit 0ebb54a501825cb68134f009c4810fb79e49c39f
Merge: ecbccae dea9e22
Author: Matt Gilman <matt.c.gilman@gmail.com>
Date:   Wed Mar 18 21:23:37 2015 -0400

    Merge branch 'develop' into NIFI-353

commit ecbccae7343561e25acc9383b64b8c155f2c5700
Merge: 4c44843 1cca300
Author: Matt Gilman <matt.c.gilman@gmail.com>
Date:   Tue Mar 17 23:20:39 2015 -0400

    Merge branch 'develop' into NIFI-353

commit 4c448436c5f84ac5bd4b3afad1b75f40c45c6d54
Author: Matt Gilman <matt.c.gilman@gmail.com>
Date:   Tue Mar 17 23:20:24 2015 -0400

    NIFI-353:
    - Modifying the hexview plugin to address html escape issues and no longer rendering the base64 padding characters.

commit 1a05c9db63cbbe21e08b40a87da14526653c41e1
Author: joewitt <joewitt@apache.org>
Date:   Mon Mar 16 16:58:52 2015 -0400

    NIFI-353 merged to latest dev post 002 release and fixed pom references.  Viewer looks great

commit 2b07b0bc1da9f4da6f40c31258c66afed30ffa4e
Merge: f920902 eb757a4
Author: joewitt <joewitt@apache.org>
Date:   Mon Mar 16 16:38:08 2015 -0400

    Merge branch 'develop' into NIFI-353

commit f92090233fb3ad804cb1881d183592dfd30ffc99
Author: Matt Gilman <matt.c.gilman@gmail.com>
Date:   Sun Mar 15 23:51:31 2015 -0400

    NIFI-353:
    - Addressing issues when running clustered.
    - Javadocs.

commit 73a54eeb859fe9c8822141b59ee79eba8d1e6dff
Author: Matt Gilman <matt.c.gilman@gmail.com>
Date:   Sun Mar 15 09:16:24 2015 -0400

    NIFI-353:
    - Adding support for text/plain.

commit c117a5c6f16c173ba971097fb9a14e9ed495f25b
Author: Matt Gilman <matt.c.gilman@gmail.com>
Date:   Sun Mar 15 08:41:34 2015 -0400

    NIFI-353:
    - Fixing dependency issue.
    - Setting the default content viewer path.
    - Restoring correct content type in the standard viewer META-INF.

commit 12c867daea51d45b80767f82b1f8cf0ec249bb55
Merge: e7d77fe cc890e2
Author: Matt Gilman <matt.c.gilman@gmail.com>
Date:   Sat Mar 14 10:11:30 2015 -0400

    Merge branch 'develop' into NIFI-353

commit e7d77fedbdac106803c553626050e380c8b51287
Author: Matt Gilman <matt.c.gilman@gmail.com>
Date:   Thu Mar 12 23:01:36 2015 -0400

    NIFI-353
    - Javadocs.
    - Cleaning up dependencies.

commit a81e1ecbf85b34d5af2054b43118830f0d4fbfa3
Merge: 173177c 7198912
Author: Matt Gilman <matt.c.gilman@gmail.com>
Date:   Thu Mar 12 21:40:45 2015 -0400

    Merge branch 'develop' into NIFI-353

commit 173177c918e6c07c1c98d807ecc7f8be6d0fa637
Author: Matt Gilman <matt.c.gilman@gmail.com>
Date:   Wed Mar 11 23:21:43 2015 -0400

    NIFI-353:
    - Cleaning up error handling.
    - Showing the file name and content type.

commit 098f9709dc0cac7a475d21c08d72de839260952c
Author: Matt Gilman <matt.c.gilman@gmail.com>
Date:   Tue Mar 10 23:21:01 2015 -0400

    NIFI-353:
    - Better error handling when unable to interpret the request, unable to find the content, and no viewer is registered for the detected content type.

commit ee28e9de729dad477cc97b46d9a5e9cd9ef84609
Author: Matt Gilman <matt.c.gilman@gmail.com>
Date:   Sun Mar 8 22:57:15 2015 -0400

    NIFI-353:
    - Replacing dependency on tika parsers with icu4j.

commit a50a6b6e8bf393bb4d47672f69c13e1fa3bc202c
Author: Matt Gilman <matt.c.gilman@gmail.com>
Date:   Sun Mar 8 22:21:49 2015 -0400

    NIFI-353:
    - Allowing the user to toggle between viewing the original content, the formatted content, and the raw bytes in a hex dump.

commit d100a2839bb2aef5af0de00f5e78ecc9c7f1ad0a
Merge: 347e4e0 342ca17
Author: Matt Gilman <matt.c.gilman@gmail.com>
Date:   Sun Mar 8 13:54:24 2015 -0400

    Merge branch 'develop' into NIFI-353

commit 347e4e024d4e990e6eb17a2101c31db79200f7a7
Author: Matt Gilman <matt.c.gilman@gmail.com>
Date:   Thu Mar 5 23:20:39 2015 -0500

    NIFI-353:
    - Updating markup generation flow.
    - Adding a combo box to view the content in original, formatted, or hex form (still not functional).

commit 37b5ca48f43cd3bb80b080e14c7cc2478da859aa
Merge: 4819228 5e0026c
Author: Matt Gilman <matt.c.gilman@gmail.com>
Date:   Wed Mar 4 21:44:10 2015 -0500

    Merge branch 'develop' into NIFI-353

commit 48192289e492ed98bcc433925a70203570223c2a
Merge: cc0b6fe 50744bf
Author: Matt Gilman <matt.c.gilman@gmail.com>
Date:   Wed Feb 25 22:53:29 2015 -0500

    Merge branch 'develop' into NIFI-353

commit cc0b6fe2f2b852457824357ff493b5c4e9d44ccd
Author: Matt Gilman <matt.c.gilman@gmail.com>
Date:   Wed Feb 25 22:50:23 2015 -0500

    NIFI-353:
    - Starting to moving the hex viewer into the main content viewer web application that comes bundled in framework. Previously it was only in the standard content viewer extension but we want to be able to render the content in hex for all types of data.

commit 60c411de0dab6e0dc099e9b1fb04adfb1c2507f1
Author: Matt Gilman <matt.c.gilman@gmail.com>
Date:   Tue Feb 24 23:15:21 2015 -0500

    NIFI-353:
    - Starting to add support for the hex viewer.

commit efe8e06827488b1156edd5ea65e712d2eb675ef2
Author: Matt Gilman <matt.c.gilman@gmail.com>
Date:   Sun Feb 22 21:48:09 2015 -0500

    NIFI-353:
    - Adding support for viewing xml documents.
    - Adding supporting to fold the json and xml documents.

commit 1955926a857daede8091a761e984d22273ada235
Author: Matt Gilman <matt.c.gilman@gmail.com>
Date:   Sat Feb 21 21:49:48 2015 -0500

    NIFI-353:
    - Allowing the content to be obtained by either stream or as a string (with the char encoding detected using tika).
    - Set the json viewer size during window resize events.

commit 43f6e3c0585436176527344febc860586ded3b60
Author: Matt Gilman <matt.c.gilman@gmail.com>
Date:   Sat Feb 21 16:36:43 2015 -0500

    NIFI-353:
    - Starting to add support for viewing JSON.
    - Updating codemirror to add support for JSON and XML.

commit 8f54adf1c1e6cc581ee501d6f1182dac2ff63512
Merge: 605a05b 57b5d58
Author: Matt Gilman <matt.c.gilman@gmail.com>
Date:   Sat Feb 21 08:02:47 2015 -0500

    Merge branch 'develop' into NIFI-353

commit 605a05b89f09bd16311d6321d6a1eeee881880b5
Author: Matt Gilman <matt.c.gilman@gmail.com>
Date:   Thu Feb 19 23:15:54 2015 -0500

    NIFI-353:
    - Adding mime type detection using tika.

commit bd9ef8431bc66f567d8e526e06f0635de2417254
Author: Matt Gilman <matt.c.gilman@gmail.com>
Date:   Wed Feb 18 23:35:28 2015 -0500

    NIFI-353:
    - Continuing to wire up the content viewer controller to NiFi (standalone/clustered) and the content type specific renderer.

commit 2334e4888e48764b93671b8ac2a00d26a07dc3bc
Author: Matt Gilman <matt.c.gilman@gmail.com>
Date:   Tue Feb 17 23:00:07 2015 -0500

    NIFI-353:
    - Updating the mark up on the content page.

commit 78bab591d1c717077c7ee975c5ab4cf17c02d139
Merge: b1b2eaf 0047fa4
Author: Matt Gilman <matt.c.gilman@gmail.com>
Date:   Tue Feb 17 22:48:33 2015 -0500

    Merge branch 'develop' into NIFI-353

commit b1b2eafe807c8f2e6cccb1a51736db8badd5d03b
Author: Matt Gilman <matt.c.gilman@gmail.com>
Date:   Tue Feb 17 22:47:26 2015 -0500

    NIFI-353:
    - Creating an interface for retrieving content.
    - Creating an interface for reading content bytes.
    - Integrating these concepts into the exiting content viewer controller.

commit cd0a1bd42ac4b953cb1d8c979d7041373555882a
Author: Matt Gilman <matt.c.gilman@gmail.com>
Date:   Mon Feb 16 17:08:32 2015 -0500

    NIFI-353:
    - Renaming data-viewer to content-viewer.

commit 48b1572f177e2292ddbacc92a3a5838cc45c7a42
Author: Matt Gilman <matt.c.gilman@gmail.com>
Date:   Mon Feb 16 15:45:15 2015 -0500

    NIFI-353:
    - Renaming data-viewer to content-viewer.

commit b50953d9d22881bcdc34edf1a34557d975b6dcc7
Author: Matt Gilman <matt.c.gilman@gmail.com>
Date:   Sun Feb 15 18:20:17 2015 -0500

    NIFI-353:
    - Starting to integrate the data viewer controller into the Jetty Server.
    - Starting to set up the data viewer controller.
    - Starting to set up the standard data viewer.
2015-03-22 23:13:07 -04:00
bbende 71b6ffc958 Adding nifi-solr-bundle with processors adding and retrieving data from Apache Solr 2015-03-22 18:59:22 -04:00
joewitt 3c3306b711 NIFI-271 left some important items of the boat last commit 2015-03-21 17:02:21 -04:00
joewitt be5d13ec3b NIFI-271 added checkstyle and license checks as default parts of build 2015-03-21 17:02:21 -04:00
joewitt d696ba53ca NIFI-271 initial move with everything as-was except now we have a nifi-parent. Will add checkstyle/license check to build process soon 2015-03-21 17:02:21 -04:00
joewitt 0bd27847ab NIFI-309 This closes #40 2015-03-21 10:18:52 -04:00
danbress 204112d3d2 NIFI-309 describing dynamic relationships 2015-03-20 10:37:13 -04:00
danbress 2c0eb36af8 NIFI-309 adding @DynamicProperty to ExtractText 2015-03-20 10:31:07 -04:00
danbress be78efc010 NIFI-309 removing print statement 2015-03-20 09:51:24 -04:00
danbress 3b33d41cc3 NIFI-309 cleaning up HandleHttpRequest/HandleHttpResponse docs 2015-03-20 09:51:24 -04:00
danbress 5232ba33a2 NIFI-309 renaming DynamicRelationships 2015-03-20 09:51:23 -04:00
danbress a19215fc8d NIFI-309 applying ASF License 2015-03-20 09:51:22 -04:00
danbress 86a429ff76 NIFI-309 renaming DynamicRelationships 2015-03-20 09:51:22 -04:00
danbress c441f9160d NIFI-309 - cleaning up additionalDetails.html 2015-03-20 09:51:21 -04:00
danbress c98ddca2eb NIFI-309 adding a value to @DynamicProperty
this lets you describe the name, the value, and what the two together mean
2015-03-20 09:51:20 -04:00
danbress fd89849f5f NIFI-309 making sure dynamic property exists 2015-03-20 09:50:31 -04:00
danbress a3e1d3a20b NIFI-309 - applying @DynamicProperty and @DynamicRelationships to processors 2015-03-20 09:50:30 -04:00
danbress cce69a2f94 NIFI-309 supporting DynamicRelationships 2015-03-20 09:49:32 -04:00
danbress bae2b4069b NIFI-309 - Adding DynamicProperty support 2015-03-20 09:49:31 -04:00