6636 Commits

Author SHA1 Message Date
Mark Payne
7589ad356e NIFI-174: Always 'enrich' the Provenance SEND event, regardless of whether or not we are commiting ot he repository immediately 2014-12-30 10:29:38 -05:00
Mark Payne
05cc6f045d NIFI-212: When comparing .tar files for differences, rather than comparing MD5SUM's of .tar files, ensure that .tar files have the same number of entries and that those entries are identical. This prevents issues that arise if the TAR metadata within the file differs 2014-12-30 10:00:24 -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
Mark Payne
bfe39c0b82 Merge branch 'NIFI-33' into develop 2014-12-30 09:08:19 -05:00
Mark Payne
0a0b7e05a0 NIFI-211: Use ServerSocket.accept instead of ServerSocketChannel.accept so that timeout is taken into account 2014-12-30 08:59:10 -05:00
Matt Gilman
d27d2e303e NIFI-24:
- Updating the state of the enable/disable button in the toolbar when appropriate.
2014-12-30 07:43:20 -05:00
Mark Payne
6f1c12f5ef Updated user guide 2014-12-29 16:17:48 -05:00
Mark Payne
40890c9aec Merge branch 'develop' of https://git-wip-us.apache.org/repos/asf/incubator-nifi into develop 2014-12-29 11:02:36 -05:00
joewitt
87b07384a5 NIFI-162 filled in a basic overview. Definitely still needs work though. Too wordy. Too specific. 2014-12-28 15:23:45 -05:00
Mark Payne
c69e4dbec6 Merge branch 'develop' of https://git-wip-us.apache.org/repos/asf/incubator-nifi into develop 2014-12-28 13:33:03 -05:00
gresockj
b233eaf20d NIFI-201: Supporting arbitrary HTTP headers as flow file attributes in ListenHTTP 2014-12-27 05:50:31 -05:00
joewitt
b6f2dd280c NIFI-162 all doc components prepped and integrated to build process. Now just to fill in content 2014-12-26 23:06:31 -05:00
joewitt
ac3c3bb4d5 NIFI-200 added quotes around appropriate path to allow space to work and ensured nifi root was set properly/tested on paths with spaces and without 2014-12-24 22:12:09 -05:00
joewitt
9b0a9a6415 NIFI-198 formatting adjustment, removed comments provided as guides to understand previous patch 2014-12-23 22:28:42 -05:00
joewitt
32bc17db85 Merge branch 'NIFI-199' of https://github.com/khmarbaise/incubator-nifi into develop 2014-12-23 22:12:14 -05:00
joewitt
508b6329c5 Merge branch 'NIFI-198' of https://github.com/khmarbaise/incubator-nifi into develop 2014-12-23 22:01:41 -05:00
Karl-Heinz Marbaise
03f2ce5000 [NIFI-199] Removed plugin dependencies from main project cause they are
not needed at the moment.
2014-12-23 22:58:39 +01:00
Karl-Heinz Marbaise
07547a74f1 [NIFI-198] Prerequisites is not correctly checked
Using maven-enforcer-plugin to check the correct maven version.
2014-12-23 22:53:33 +01:00
Matt Gilman
d997fd1b58 Merge branch 'develop' of https://git-wip-us.apache.org/repos/asf/incubator-nifi into develop 2014-12-23 16:12:38 -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
Matt Gilman
79803c1c67 NIFI-58:
- Addressed issues submitting replays while clustered.
2014-12-23 15:58:46 -05:00
joewitt
ed3452f527 Merge remote-tracking branch 'origin/develop' into develop 2014-12-23 15:40:17 -05:00
Matt Gilman
b569a9d784 Merge branch 'NIFI-65' into develop 2014-12-23 15:36:37 -05:00
joewitt
c394454157 NIFI-51 fixed if/else logic/order 2014-12-23 15:12:37 -05:00
Matt Gilman
1a34e75c5b NIFI-65:
- Addressed issues submitting replays while clustered.
2014-12-23 14:56:08 -05:00
Matt Gilman
2436b5338e NIFI-65:
- Code clean up.
2014-12-23 13:46:48 -05:00
Matt Gilman
469502f30c NIFI-65:
- Code clean up.
- Updating authorizeDownload(...) to accept the dnChain in the appropriate order.
2014-12-23 13:00:38 -05:00
Matt Gilman
1374d1db7c NIFI-197:
- Fixing issue when initializing the toolbox for non DFM users.
2014-12-23 12:17:59 -05:00
Matt Gilman
7a29166d9c NIFI-65:
- Replacing calls to nf.Common.submit with window.open where appropriate.
2014-12-23 10:28:41 -05:00
Matt Gilman
1f4ae73065 NIFI-65:
- Only requiring ROLE_PROVENANCE for downloading content as the AuthorityProvider is able to make authorization decisions based on FlowFile attributes.
- Requiring ROLE_PROVENANCE and ROLE_DFM to submit a replay request.
2014-12-23 10:27:09 -05:00
Matt Gilman
71ab084d39 NIFI-65:
- Adding methods to the AuthorityProvider to authorize the downloading of content.
2014-12-23 09:46:35 -05:00
Matt Gilman
e67eb4f53b NIFI-65:
- Setting the dn chain on the current NiFiUser.
- Adding unit tests.
2014-12-23 09:33:43 -05:00
Matt Gilman
1c72081257 NIFI-65:
- Adding methods to the AuthorityProvider to authorize the downloading of content.
2014-12-23 09:33:17 -05:00
Matt Gilman
2fed138888 NIFI-65:
- Calling the userService to verify the user has authorization to download content.
2014-12-23 09:32:54 -05:00
Matt Gilman
e1ffbdf466 NIFI-65:
- Adding methods to the AuthorityProvider to authorize the downloading of content.
2014-12-23 09:31:55 -05:00
Matt Gilman
418d6b03b2 NIFI-65:
- Adding methods to the AuthorityProvider to authorize the downloading of content.
2014-12-23 09:31:46 -05:00
Matt Gilman
2df03143b9 NIFI-65:
- Renaming artifact name.
2014-12-23 09:30:47 -05:00
Matt Gilman
1c9393032d NIFI-65:
- Adding an authorizeDownload method to the UserService.
- Removing an unused/deprecated unit test.
2014-12-23 09:30:29 -05:00
joewitt
df9529c561 Merge branch 'NIFI-195' of https://github.com/khmarbaise/incubator-nifi into develop 2014-12-22 21:18:45 -05:00
joewitt
9fc7e6463c Merge branch 'NIFI-194' of https://github.com/khmarbaise/incubator-nifi into develop 2014-12-22 21:11:05 -05:00
Karl-Heinz Marbaise
31921212da [NIFI-195] Take advantage of inheritance from ASF parent version 16 2014-12-22 22:41:07 +01:00
Karl-Heinz Marbaise
3b4a7a63c6 [NIFI-194] get mvn clean package working correctly
- Removed phase definition for maven-source-plugin
 - Changed goal to jar-no-fork to prevent life cylcle forking
 - Removed version ranges.
2014-12-22 21:48:35 +01:00
joewitt
13578e2d41 Merge remote-tracking branch 'origin/develop' into develop 2014-12-22 15:27:46 -05:00
Karl-Heinz Marbaise
527bec55c8 WARNING on mvn install in nar-maven-plugin
Signed-off-by: joewitt <joewitt@apache.org>
2014-12-22 15:25:48 -05:00
Matt Gilman
62965770d0 NIFI-182:
- Adjusting color of text in tables.
2014-12-22 15:22:38 -05:00
Matt Gilman
022ba888bb NIFI-182:
- Updating headers.
- Fixing filtering logic.
2014-12-22 14:56:11 -05:00
Matt Gilman
f180d5d2f1 NIFI-182:
- No longer logging the REST API documentation URL.
2014-12-22 14:38:56 -05:00
Matt Gilman
d3f082e25c NIFI-182:
- Making the documentation in the help section for cohesive.
2014-12-22 14:23:02 -05:00
Matt Gilman
fa80827de9 NIFI-182:
- Making the documentation in the help section for cohesive.
2014-12-22 11:09:51 -05:00
Matt Gilman
b375f01519 NIFI-182:
- Updating styles to better match the rest of the documentation.
2014-12-22 11:05:48 -05:00