nifi git commit: NIFI-2304: If node address is not set, default to localhost, as the admin guide says it should

2016-08-01 Thread ijokarumawak
Repository: nifi Updated Branches: refs/heads/master 9a2f8c598 -> 09840027a NIFI-2304: If node address is not set, default to localhost, as the admin guide says it should This closes #688 Signed-off-by: Koji Kawamura Project:

nifi git commit: NIFI-2441 This closes #766. View state fails with a JS error

2016-08-01 Thread joewitt
Repository: nifi Updated Branches: refs/heads/master 7a5560c33 -> 9a2f8c598 NIFI-2441 This closes #766. View state fails with a JS error Removed permission check causing "Cannot read property 'canRead' of undefined". A given user won't have record level permission difference for component

[1/2] nifi git commit: NIFI-2450 Update Getting Started guide, Data Provenance section graphics

2016-08-01 Thread joewitt
Repository: nifi Updated Branches: refs/heads/master 05a99a93c -> 7a5560c33 NIFI-2450 Update Getting Started guide, Data Provenance section graphics Project: http://git-wip-us.apache.org/repos/asf/nifi/repo Commit: http://git-wip-us.apache.org/repos/asf/nifi/commit/73105035 Tree:

[2/2] nifi git commit: NIFI-2420 This closes #763. This closes #762. Updated Admin Guide with Multi-tenant Auth section and related system properties

2016-08-01 Thread joewitt
NIFI-2420 This closes #763. This closes #762. Updated Admin Guide with Multi-tenant Auth section and related system properties Project: http://git-wip-us.apache.org/repos/asf/nifi/repo Commit: http://git-wip-us.apache.org/repos/asf/nifi/commit/7a5560c3 Tree:

[jira] [Commented] (MINIFI-68) YAML config ingest by C++ version

2016-08-01 Thread Aldrin Piri (JIRA)
[ https://issues.apache.org/jira/browse/MINIFI-68?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15402889#comment-15402889 ] Aldrin Piri commented on MINIFI-68: --- Have completed this and done some testing both on OS X and Linux.

[jira] [Commented] (MINIFI-73) Perform release of C++ 0.0.1

2016-08-01 Thread Aldrin Piri (JIRA)
[ https://issues.apache.org/jira/browse/MINIFI-73?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15402857#comment-15402857 ] Aldrin Piri commented on MINIFI-73: --- Need to document dependencies for building on OS X and Linux

[1/4] nifi git commit: NIFI-2208 This closes #754. refactored as per comments on JIRA. Reduced API expsosure and tightened lifecycle management.

2016-08-01 Thread joewitt
Repository: nifi Updated Branches: refs/heads/master 7f45251bb -> 05a99a93c http://git-wip-us.apache.org/repos/asf/nifi/blob/05a99a93/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-framework-core/src/test/java/org/apache/nifi/processor/TestStandardPropertyValue.java

[2/4] nifi git commit: NIFI-2208 This closes #754. refactored as per comments on JIRA. Reduced API expsosure and tightened lifecycle management.

2016-08-01 Thread joewitt
http://git-wip-us.apache.org/repos/asf/nifi/blob/05a99a93/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-framework-core/src/main/java/org/apache/nifi/controller/FlowController.java -- diff --git

[3/4] nifi git commit: NIFI-2208 This closes #754. refactored as per comments on JIRA. Reduced API expsosure and tightened lifecycle management.

2016-08-01 Thread joewitt
http://git-wip-us.apache.org/repos/asf/nifi/blob/05a99a93/nifi-commons/nifi-expression-language/src/main/java/org/apache/nifi/attribute/expression/language/StandardAttributeExpression.java -- diff --git

[4/4] nifi git commit: NIFI-2208 This closes #754. refactored as per comments on JIRA. Reduced API expsosure and tightened lifecycle management.

2016-08-01 Thread joewitt
NIFI-2208 This closes #754. refactored as per comments on JIRA. Reduced API expsosure and tightened lifecycle management. Project: http://git-wip-us.apache.org/repos/asf/nifi/repo Commit: http://git-wip-us.apache.org/repos/asf/nifi/commit/05a99a93 Tree:

nifi git commit: [NIFI-2426] Update visibility of New service/task button in Controller Settings - Ensuring button is hidden when the user doesn't have permissions to modify the controller. - This clo

2016-08-01 Thread mcgilman
Repository: nifi Updated Branches: refs/heads/master 5d63ba6a1 -> 7f45251bb [NIFI-2426] Update visibility of New service/task button in Controller Settings - Ensuring button is hidden when the user doesn't have permissions to modify the controller. - This closes #759 Project:

nifi git commit: NIFI-2303 This closes #749. Update lineage styles

2016-08-01 Thread joewitt
Repository: nifi Updated Branches: refs/heads/master 8c011d91e -> 5d63ba6a1 NIFI-2303 This closes #749. Update lineage styles Project: http://git-wip-us.apache.org/repos/asf/nifi/repo Commit: http://git-wip-us.apache.org/repos/asf/nifi/commit/5d63ba6a Tree:

nifi git commit: NIFI-2060 - fixed unit tests to be compatible with 2.7.x

2016-08-01 Thread mattyb149
Repository: nifi Updated Branches: refs/heads/master 372a316de -> 8c011d91e NIFI-2060 - fixed unit tests to be compatible with 2.7.x This closes #547 Project: http://git-wip-us.apache.org/repos/asf/nifi/repo Commit: http://git-wip-us.apache.org/repos/asf/nifi/commit/8c011d91 Tree:

nifi git commit: NIFI-2434 This closes #747. Correct outdated info in Admin Guide: remove Java 8 refs, update browser versions, new weak crypto screenshot, new cluster screenshot, edit Site-to-Sitepro

2016-08-01 Thread joewitt
Repository: nifi Updated Branches: refs/heads/master bfdf94d52 -> 4d17504a0 NIFI-2434 This closes #747. Correct outdated info in Admin Guide: remove Java 8 refs, update browser versions, new weak crypto screenshot, new cluster screenshot, edit Site-to-Siteproperty descriptions, move cluster

nifi git commit: NIFI-2401: - Returning the enabled state of play and stop buttons in the palette. Allowing the user to always press if they have permissions to modify the selection. - Only attempting

2016-08-01 Thread jpercivall
Repository: nifi Updated Branches: refs/heads/master 4d17504a0 -> 372a316de NIFI-2401: - Returning the enabled state of play and stop buttons in the palette. Allowing the user to always press if they have permissions to modify the selection. - Only attempting to schedule components that

[jira] [Created] (MINIFI-75) Externalize log level configuration

2016-08-01 Thread Aldrin Piri (JIRA)
Aldrin Piri created MINIFI-75: - Summary: Externalize log level configuration Key: MINIFI-75 URL: https://issues.apache.org/jira/browse/MINIFI-75 Project: Apache NiFi MiNiFi Issue Type:

nifi git commit: Removing extraneous authorizations.xml from nifi-resources/src/main/resources/conf, created automatically in secure mode

2016-08-01 Thread bbende
Repository: nifi Updated Branches: refs/heads/master 1bf10944e -> bfdf94d52 Removing extraneous authorizations.xml from nifi-resources/src/main/resources/conf, created automatically in secure mode Project: http://git-wip-us.apache.org/repos/asf/nifi/repo Commit:

[jira] [Updated] (MINIFI-74) Create multiple build profiles

2016-08-01 Thread Aldrin Piri (JIRA)
[ https://issues.apache.org/jira/browse/MINIFI-74?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Aldrin Piri updated MINIFI-74: -- Component/s: C++ > Create multiple build profiles > -- > >

[jira] [Created] (MINIFI-74) Create multiple build profiles

2016-08-01 Thread Aldrin Piri (JIRA)
Aldrin Piri created MINIFI-74: - Summary: Create multiple build profiles Key: MINIFI-74 URL: https://issues.apache.org/jira/browse/MINIFI-74 Project: Apache NiFi MiNiFi Issue Type: Improvement