nifi git commit: NIFI-2555: - Addressing potential NullPointerException when an AccessDeniedException is thrown from an endpoint that isn't subject to the security filter chain.

2016-08-12 Thread alopresto
Repository: nifi Updated Branches: refs/heads/master 6799bd491 -> 0855cb9bd NIFI-2555: - Addressing potential NullPointerException when an AccessDeniedException is thrown from an endpoint that isn't subject to the security filter chain. This closes #846. Signed-off-by: Andy LoPresto

[1/8] nifi git commit: NIFI-1876 Implements merging of responses to successful requests based on authorization, returning the most restrictive response - Added StandardHttpResponseMergerSpec for testi

2016-08-12 Thread jpercivall
Repository: nifi Updated Branches: refs/heads/master a9675552d -> 6799bd491 http://git-wip-us.apache.org/repos/asf/nifi/blob/572dfed7/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-api/src/main/java/org/apache/nifi/web/NiFiServiceFacade.java

[7/8] nifi git commit: NIFI-1876 Implemented PropertyDescriptorDTO merging

2016-08-12 Thread jpercivall
NIFI-1876 Implemented PropertyDescriptorDTO merging NIFI-1876 Updated PermissionsDTO to use boolean primitives instead of Boolean objects for read and write permission Removed ISE throwing from EntityFactory, it will rely on null checks instead This closes #694 Signed-off-by: jpercivall

[6/8] nifi git commit: NIFI-1876: - Introducing entities for allowable values and process group status.

2016-08-12 Thread jpercivall
NIFI-1876: - Introducing entities for allowable values and process group status. Signed-off-by: Jeff Storck Signed-off-by: jpercivall Project: http://git-wip-us.apache.org/repos/asf/nifi/repo Commit:

[3/8] nifi git commit: NIFI-1876 Implements merging of responses to successful requests based on authorization, returning the most restrictive response - Added StandardHttpResponseMergerSpec for testi

2016-08-12 Thread jpercivall
http://git-wip-us.apache.org/repos/asf/nifi/blob/572dfed7/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-framework-cluster/src/main/java/org/apache/nifi/cluster/coordination/http/endpoints/ProcessorStatusEndpointMerger.java

[4/8] nifi git commit: NIFI-1876 Implements merging of responses to successful requests based on authorization, returning the most restrictive response - Added StandardHttpResponseMergerSpec for testi

2016-08-12 Thread jpercivall
http://git-wip-us.apache.org/repos/asf/nifi/blob/572dfed7/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-client-dto/src/main/java/org/apache/nifi/web/api/entity/ProcessorStatusEntity.java -- diff --git

[2/8] nifi git commit: NIFI-1876 Implements merging of responses to successful requests based on authorization, returning the most restrictive response - Added StandardHttpResponseMergerSpec for testi

2016-08-12 Thread jpercivall
http://git-wip-us.apache.org/repos/asf/nifi/blob/572dfed7/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-framework-cluster/src/main/java/org/apache/nifi/cluster/manager/StatusMerger.java -- diff --git

[5/8] nifi git commit: NIFI-1876 Implements merging of responses to successful requests based on authorization, returning the most restrictive response - Added StandardHttpResponseMergerSpec for testi

2016-08-12 Thread jpercivall
NIFI-1876 Implements merging of responses to successful requests based on authorization, returning the most restrictive response - Added StandardHttpResponseMergerSpec for testing response merging - Added Permissible interface - Added nifi-api/controller/archive to ProcessGroupEndpointMerger -

[8/8] nifi git commit: NIFI-1876 fixing counter URI pattern

2016-08-12 Thread jpercivall
NIFI-1876 fixing counter URI pattern Project: http://git-wip-us.apache.org/repos/asf/nifi/repo Commit: http://git-wip-us.apache.org/repos/asf/nifi/commit/6799bd49 Tree: http://git-wip-us.apache.org/repos/asf/nifi/tree/6799bd49 Diff: http://git-wip-us.apache.org/repos/asf/nifi/diff/6799bd49

nifi git commit: [NIFI-2557] Enhance Modal Plugin. This closes #842

2016-08-12 Thread mcgilman
Repository: nifi Updated Branches: refs/heads/master 098a35c91 -> a9675552d [NIFI-2557] Enhance Modal Plugin. This closes #842 Project: http://git-wip-us.apache.org/repos/asf/nifi/repo Commit: http://git-wip-us.apache.org/repos/asf/nifi/commit/a9675552 Tree:

[1/7] nifi git commit: Changed the heading for doc to encode instead of escape

2016-08-12 Thread mattyb149
Repository: nifi Updated Branches: refs/heads/master e5e86cf07 -> 098a35c91 Changed the heading for doc to encode instead of escape Signed-off-by: Matt Burgess Project: http://git-wip-us.apache.org/repos/asf/nifi/repo Commit:

[7/7] nifi git commit: Fixed CharSequenceTranslatorEvaluator to meet style standard and added license text block

2016-08-12 Thread mattyb149
Fixed CharSequenceTranslatorEvaluator to meet style standard and added license text block Signed-off-by: Matt Burgess This closes #833 Project: http://git-wip-us.apache.org/repos/asf/nifi/repo Commit: http://git-wip-us.apache.org/repos/asf/nifi/commit/098a35c9 Tree:

[5/7] nifi git commit: added functions for escaping text to the expression language

2016-08-12 Thread mattyb149
added functions for escaping text to the expression language Signed-off-by: Matt Burgess Project: http://git-wip-us.apache.org/repos/asf/nifi/repo Commit: http://git-wip-us.apache.org/repos/asf/nifi/commit/8f74241a Tree:

[4/7] nifi git commit: EscapeJson function added to expression-language

2016-08-12 Thread mattyb149
EscapeJson function added to expression-language Made use of org.apache.commons.lang3.StringEscapeUtils to do that actual processing Signed-off-by: Matt Burgess Project: http://git-wip-us.apache.org/repos/asf/nifi/repo Commit:

[3/7] nifi git commit: fix a copy past error

2016-08-12 Thread mattyb149
fix a copy past error Signed-off-by: Matt Burgess Project: http://git-wip-us.apache.org/repos/asf/nifi/repo Commit: http://git-wip-us.apache.org/repos/asf/nifi/commit/6f85440e Tree: http://git-wip-us.apache.org/repos/asf/nifi/tree/6f85440e Diff:

[6/7] nifi git commit: Added more test for escape and unescape functions

2016-08-12 Thread mattyb149
Added more test for escape and unescape functions Signed-off-by: Matt Burgess Project: http://git-wip-us.apache.org/repos/asf/nifi/repo Commit: http://git-wip-us.apache.org/repos/asf/nifi/commit/219e0e96 Tree: http://git-wip-us.apache.org/repos/asf/nifi/tree/219e0e96

[2/7] nifi git commit: Added documentation for the new expression language functions for escapes

2016-08-12 Thread mattyb149
Added documentation for the new expression language functions for escapes Signed-off-by: Matt Burgess Project: http://git-wip-us.apache.org/repos/asf/nifi/repo Commit: http://git-wip-us.apache.org/repos/asf/nifi/commit/c3856512 Tree:

nifi git commit: NIFI-2548: - Allowing selection of User/Cluster node when searching and encountering an exact match.

2016-08-12 Thread ijokarumawak
Repository: nifi Updated Branches: refs/heads/master fa639e259 -> e5e86cf07 NIFI-2548: - Allowing selection of User/Cluster node when searching and encountering an exact match. This closes #839 Signed-off-by: Koji Kawamura Project:

nifi git commit: NIFI-2542: - Ensuring transitive referencing components are able to be returned. - Ensuring we can enable/disable services with transitive referencing components. - Ensuring we cannot

2016-08-12 Thread jpercivall
Repository: nifi Updated Branches: refs/heads/master 25a2fac45 -> fa639e259 NIFI-2542: - Ensuring transitive referencing components are able to be returned. - Ensuring we can enable/disable services with transitive referencing components. - Ensuring we cannot enable/disable services with