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
Matt Gilman
24372962aa
Merge branch 'develop' into NIFI-182
2014-12-22 06:58:39 -05:00
joewitt
0d8da145bd
NIFI-183 Updated LICENSE and NOTICE based on thorough analysis of all dependencies. Removed HORNETQ and c3p0 as they are incompatible with ASF licensing policies.
2014-12-21 15:14:53 -05:00
joewitt
42f9cfb2d9
NIFI-192 fixed dependency inclusion/exclusion logic for RPM
2014-12-20 21:43:09 -05:00
joewitt
a3664a00c8
NIFI-192 fixed rpm build, assembly is cleaned up, and references to the license, notice, disclaimer, etc.. are to those at the root only
2014-12-20 20:42:40 -05:00
joewitt
1da5a9c175
NIFI-191 updated readme to reflect export control and added readme to resources for distro
2014-12-20 12:22:13 -05:00
joewitt
965e0ab613
NIFI-186 disabled code cahce options by default
2014-12-20 01:06:46 -05:00
joewitt
1357a17b67
NIFI-189 Collapsed several commons libs into one
2014-12-20 00:40:14 -05:00
joewitt
c0e4618d42
NIFI-186 fixed extra + and made default mem sizes equal
2014-12-19 17:29:43 -05:00
joewitt
21182ac260
NIFI-150 updated to ensure docs get built and end up in the assembly under docs.
2014-12-19 16:34:25 -05:00
Mark Payne
a2fd2636d0
NIFI-187: Fixed bug that prevents nifi from shutting down properly when RemoteProcessGroup is present on graph
2014-12-19 16:03:08 -05:00
joewitt
d850768765
NIFI-150 fixed error with inserting license header
2014-12-19 15:32:55 -05:00
joewitt
4031bd5495
NIFI-150 fixed error with inserting license header - still need to figure out the license header addition
2014-12-19 14:57:13 -05:00
Mark Payne
b0a5115097
NIFI-186: Added additional args to bootstrap conf file
2014-12-19 14:25:26 -05:00
Mark Payne
f048ed710f
Merge branch 'NIFI-USER-GUIDE' into develop
2014-12-19 14:14:44 -05:00
Mark Payne
d57b34c452
NIFI-150: Addressed issues not pulling in the user guide appropriately
2014-12-19 14:13:34 -05:00
Mark Payne
9c38f358b8
NIFI-150: Removed old formatted document and updated asciidoc version of user guide
2014-12-19 14:11:43 -05:00
Mark Payne
62f3354a12
NIFI-150: Finished 'Anatomy of a Processor' section
2014-12-19 14:00:49 -05:00
joewitt
782b2c1882
NIFI-150 updated replace text plugin to avoid double addition of license header
2014-12-19 13:22:39 -05:00
Mark Payne
d8911e75e6
NIFI-150: Added additional documentation
2014-12-19 12:28:14 -05:00
Matt Gilman
5e6de841d0
NIFI-182:
...
- Embedding REST docs in the Help section.
2014-12-19 10:47:23 -05:00
Mark Payne
ea17562dd3
Merge branch 'develop' of https://git-wip-us.apache.org/repos/asf/incubator-nifi into develop
2014-12-19 10:03:28 -05:00
Mark Payne
cbb1746587
NIFI-185: Improved error message
2014-12-19 10:02:53 -05:00
Mark Payne
c213895cc2
NIFI-150: Added Apache License to the output HTML
2014-12-19 10:01:09 -05:00
Matt Gilman
4146a23cee
Merge branch 'develop' into NIFI-182
2014-12-19 07:50:05 -05:00
Matt Gilman
732cb7071e
NIFI-27:
...
- Update to support newer version of jquery.
2014-12-19 07:32:28 -05:00
joewitt
1a6f83e7de
NIFI-184 fixed profile activition to occur only on Java 1.7
2014-12-18 20:40:30 -05:00
Mark Payne
42566cd6aa
NIFI-150: Added documentation
2014-12-18 17:25:22 -05:00