[
https://issues.apache.org/jira/browse/NIFI-4538?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16307163#comment-16307163
]
ASF GitHub Bot commented on NIFI-4538:
--------------------------------------
GitHub user yuri1969 opened a pull request:
https://github.com/apache/nifi/pull/2364
NIFI-4538 - Add Process Group information to...
...Search results
* Separated the search functionality.
* Added a unit test.
* Added the PG info to UI (a mere draft).
### For all changes:
- [x] Is there a JIRA ticket associated with this PR? Is it referenced
in the commit message?
- [x] Does your PR title start with NIFI-XXXX where XXXX is the JIRA number
you are trying to resolve? Pay particular attention to the hyphen "-" character.
- [x] Has your PR been rebased against the latest commit within the target
branch (typically master)?
- [x] Is your initial contribution a single, squashed commit?
### For code changes:
- [x] Have you ensured that the full suite of tests is executed via mvn
-Pcontrib-check clean install at the root nifi folder?
- [x] Have you written or updated unit tests to verify your changes?
- [ ] If adding new dependencies to the code, are these dependencies
licensed in a way that is compatible for inclusion under [ASF
2.0](http://www.apache.org/legal/resolved.html#category-a)?
- [ ] If applicable, have you updated the LICENSE file, including the main
LICENSE file under nifi-assembly?
- [ ] If applicable, have you updated the NOTICE file, including the main
NOTICE file found under nifi-assembly?
- [ ] If adding new Properties, have you added .displayName in addition to
.name (programmatic access) for each of the new properties?
### For documentation related changes:
- [ ] Have you ensured that format looks appropriate for the output in
which it is rendered?
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/yuri1969/nifi NIFI-4538
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/nifi/pull/2364.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 #2364
----
commit dfb4490c0bd0c7ff96734dae8ecaf5b6faef89c9
Author: yuri1969 <1969yuri1969@...>
Date: 2017-12-22T19:18:20Z
NIFI-4538 - Add Process Group information to...
...Search results
* Separated the search functionality.
* Added a unit test.
* Added the PG info to UI (a mere draft).
----
> Add Process Group information to Search results
> -----------------------------------------------
>
> Key: NIFI-4538
> URL: https://issues.apache.org/jira/browse/NIFI-4538
> Project: Apache NiFi
> Issue Type: Improvement
> Components: Core UI
> Reporter: Matt Burgess
> Assignee: Yuri
> Attachments: Screenshot from 2017-12-23 21-08-45.png, Screenshot from
> 2017-12-23 21-42-24.png
>
>
> When querying for components in the Search bar, no Process Group (PG)
> information is displayed. When copies of PGs are made on the canvas, the
> search results can be hard to navigate, as you may jump into a different PG
> than what you're looking for.
> I propose adding (conditionally, based on user permissions) the immediate
> parent PG name and/or ID, as well as the top-level PG. In this case I mean
> top-level being the highest parent PG except root, unless the component's
> immediate parent PG is root, in which case it wouldn't need to be displayed
> (or could be displayed as the root PG, albeit a duplicate of the immediate).
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)