You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@nifi.apache.org by markap14 <gi...@git.apache.org> on 2017/12/04 21:18:32 UTC

[GitHub] nifi-registry pull request #47: NIFIREG-62: Added ability to diff two Contro...

GitHub user markap14 opened a pull request:

    https://github.com/apache/nifi-registry/pull/47

    NIFIREG-62: Added ability to diff two Controller Services without dif…

    …f'ing entire flow
    
    - Use HashSets instead of LinkedHashSets for VersionedProcessGroup, since there is no longer a need for the strict ordering

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

    $ git pull https://github.com/markap14/nifi-registry NIFIREG-62

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

    https://github.com/apache/nifi-registry/pull/47.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 #47
    
----
commit b38f3404a7a4926adbb50175a2f1d370311582b7
Author: Mark Payne <ma...@hotmail.com>
Date:   2017-11-30T19:03:20Z

    NIFIREG-62: Added ability to diff two Controller Services without diff'ing entire flow
    - Use HashSets instead of LinkedHashSets for VersionedProcessGroup, since there is no longer a need for the strict ordering

----


---

[GitHub] nifi-registry pull request #47: NIFIREG-62: Added ability to diff two Contro...

Posted by asfgit <gi...@git.apache.org>.
Github user asfgit closed the pull request at:

    https://github.com/apache/nifi-registry/pull/47


---

[GitHub] nifi-registry issue #47: NIFIREG-62: Added ability to diff two Controller Se...

Posted by bbende <gi...@git.apache.org>.
Github user bbende commented on the issue:

    https://github.com/apache/nifi-registry/pull/47
  
    +1 looks good, merging to master but will leave the JIRA open for any other changes


---