[ 
https://issues.apache.org/jira/browse/NIFI-826?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15323108#comment-15323108
 ] 

ASF GitHub Bot commented on NIFI-826:
-------------------------------------

GitHub user olegz opened a pull request:

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

    NIFI-826 [REVIEW ONLY] Initial commit for deterministic templates

    - Added _inceptionId_ via InceptionAware class which is the super class of 
ComponentDTO and TemplateDTO and is also comparable
    - The 'inceptionId' is also a Type 1 UUID which is comparable

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

    $ git pull https://github.com/olegz/nifi NIFI-826

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

    https://github.com/apache/nifi/pull/515.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 #515
    
----
commit 79421a081234695f576e3a388365f1505aa1d2c7
Author: Oleg Zhurakousky <o...@suitcase.io>
Date:   2016-06-09T18:42:18Z

    NIFI-826 [REVIEW ONLY] Initial commit for deterministic templates
    - Added _inceptionId_ via InceptionAware class which is the super class of 
ComponentDTO and TemplateDTO and is also comparable
    - The 'inceptionId' is also a Type 1 UUID which is comparable

----


> Export templates in a deterministic way
> ---------------------------------------
>
>                 Key: NIFI-826
>                 URL: https://issues.apache.org/jira/browse/NIFI-826
>             Project: Apache NiFi
>          Issue Type: Improvement
>          Components: Core Framework
>            Reporter: Matt Gilman
>            Assignee: Oleg Zhurakousky
>             Fix For: 1.0.0
>
>
> Templates should be exported in a deterministic way so that they can be 
> compared or diff'ed with another. Items to consider...
> - The ordering of components
> - The id's used to identify the components
> - Consider excluding irrelevant items. When components are imported some 
> settings are ignored (run state).



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to