[GitHub] nifi-registry issue #99: [NIFIREG-126] adding some polish and testing around...

2018-02-09 Thread scottyaslan
Github user scottyaslan commented on the issue:

https://github.com/apache/nifi-registry/pull/99
  
@kevdoran I have updated this PR with the new message as well as logging 
info.


---


[GitHub] nifi-registry issue #99: [NIFIREG-126] adding some polish and testing around...

2018-02-08 Thread kevdoran
Github user kevdoran commented on the issue:

https://github.com/apache/nifi-registry/pull/99
  
Thanks @moranr and @scottyaslan! Will do a final pass on this


---


[GitHub] nifi-registry issue #99: [NIFIREG-126] adding some polish and testing around...

2018-02-07 Thread scottyaslan
Github user scottyaslan commented on the issue:

https://github.com/apache/nifi-registry/pull/99
  
@kevdoran I have updated this PR with @moranr suggested messaging.


---


[GitHub] nifi-registry issue #99: [NIFIREG-126] adding some polish and testing around...

2018-02-07 Thread moranr
Github user moranr commented on the issue:

https://github.com/apache/nifi-registry/pull/99
  
@scottyaslan , @kevdoran – redirect behavior looks good. Below are 
recommendations for the dialog titles and messages.

UNSECURED
_-nifi-registry/explorer/grid-list/buckets/0_
_-nifi-registry/explorer/grid-list/buckets/0/flows/0_
- Title – Bucket Not Found
- Msg – The specified bucket ID does not exist in this registry.

_-nifi-registry/explorer/grid-list/buckets/**existing-bucket-id**/flows/0_
- Title – Flow Not Found
- Msg – The specified flow ID does not exist in this bucket.

_-nifi-registry/administration/users_
- Title – Not Applicable
- Msg – User administration is not configured for this registry.

SECURED
_-nifi-registry/administration/workflow(sidenav:manage/bucket/)_
- Title – Bucket Not Found
- Msg – The specified bucket ID does not exist in this registry.

_-nifi-registry/administration/users(sidenav:manage/user/)_
- Title – User Not Found
- Msg – The specified user ID does not exist in this registry.

_-nifi-registry/administration/users(sidenav:manage/group/)_
- Title – User Group Not Found
- Msg – The specified user group ID does not exist in this registry.

_-nifi-registry/administration/*_ (If user does not have applicable admin 
privileges)
- Title – Access Denied
- Msg – Please contact your System Administrator.


---


[GitHub] nifi-registry issue #99: [NIFIREG-126] adding some polish and testing around...

2018-02-02 Thread kevdoran
Github user kevdoran commented on the issue:

https://github.com/apache/nifi-registry/pull/99
  
Reviewing...


---