GitHub user mcgilman opened a pull request:

    https://github.com/apache/nifi/pull/698

    Updating the UI to reflect the access policies being enforced

    NIFI-2244:
    - Separating the access control check and the supports modification check 
for the selected component.
    - Using separated access control check to support editing when possible 
without write permission.
    
    NIFI-2307:
    - Adding support for opening Connection configuration and Connection 
details dialog when source/destination permissions are not allowed.
    - Enforcing connection permissions based on the source and destination 
comonent.
    - Removing connection specific access policies.
    
    NIFI-2265:
    - Filtering out sensitive details in component status and status history 
when appropriate.
    
    NIFI-1800:
    - Adding parent process group id to the Controller Services table.
    
    NIFI-2077:
    - Removing some old un-used icons following the UI refresh.
    
    NIFI-2242:
    - Requiring write permissions for all components in a selection.
    
    NIFI-2080:
    - Updating style of the name in the selection context to handle scroll bars 
and use available width.
    
    NIFI-2331:
    - Addressing issue when removing a user/group which was causing the tenant 
policy to be removed.
    
    NIFI-2335:
    - Ensuring the flow is saved after starting/stopping a process group.
    
    NIFI-2235:
    - Ensuring we use consistent conditions between the context menu and the 
operate palette.
    
    - Allowing users with read only access to the tenants page.
    - Fixing current user integration test.
    - Ensuring schedule methods are locked appropriately.

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/mcgilman/nifi NIFI-2244

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/nifi/pull/698.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #698
    
----
commit f62f48efe5f0e68f6c6f439565a31c9ae4e708b7
Author: Matt Gilman <[email protected]>
Date:   2016-07-21T01:41:06Z

    NIFI-2244:
    - Separating the access control check and the supports modification check 
for the selected component.
    - Using separated access control check to support editing when possible 
without write permission.
    NIFI-2307:
    - Adding support for opening Connection configuration and Connection 
details dialog when source/destination permissions are not allowed.
    - Enforcing connection permissions based on the source and destination 
comonent.
    - Removing connection specific access policies.
    NIFI-2265:
    - Filtering out sensitive details in component status and status history 
when appropriate.
    NIFI-1800:
    - Adding parent process group id to the Controller Services table.
    NIFI-2077:
    - Removing some old un-used icons following the UI refresh.
    NIFI-2242:
    - Requiring write permissions for all components in a selection.
    NIFI-2080:
    - Updating style of the name in the selection context to handle scroll bars 
and use available width.
    NIFI-2331:
    - Addressing issue when removing a user/group which was causing the tenant 
policy to be removed.
    NIFI-2335:
    - Ensuring the flow is saved after starting/stopping a process group.
    NIFI-2235:
    - Ensuring we use consistent conditions between the context menu and the 
operate palette.
    
    - Allowing users with read only access to the tenants page.
    - Fixing current user integration test.
    - Ensuring schedule methods are locked appropriately.

----


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---

Reply via email to