You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@nifi.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2018/01/16 20:09:00 UTC

[jira] [Commented] (NIFIREG-112) Add a 'diff' endpoint to the API/Client for comparing 2 versions of a flow

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

ASF GitHub Bot commented on NIFIREG-112:
----------------------------------------

GitHub user dannylane opened a pull request:

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

    NIFIREG-112 - Add a 'diff' endpoint to the API/Client for comparing 2 versions of a flow.

    This PR is for an API endpoint to get a diff between 2 versions of a flow. 
    [NIFIREG-77](https://issues.apache.org/jira/projects/NIFIREG/issues/NIFIREG-77) is the parent task and [NIFIREG-112](https://issues.apache.org/jira/projects/NIFIREG/issues/NIFIREG-112) is the sub task.
    There is some discussion on the parent task around direction etc. 
    Let me know if there's anything I should change. Thanks.

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

    $ git pull https://github.com/dannylane/nifi-registry NIFIREG-77

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

    https://github.com/apache/nifi-registry/pull/86.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 #86
    
----
commit eeed846167dc90d983ea1d37d4149980b3057be2
Author: Danny Lane <da...@...>
Date:   2018-01-08T23:51:27Z

    NIFIREG-77 - Add a 'diff' endpoint to the API/Client for comparing 2 versions of a flow.

----


> Add a 'diff' endpoint to the API/Client for comparing 2 versions of a flow 
> ---------------------------------------------------------------------------
>
>                 Key: NIFIREG-112
>                 URL: https://issues.apache.org/jira/browse/NIFIREG-112
>             Project: NiFi Registry
>          Issue Type: Sub-task
>    Affects Versions: 0.1.0
>            Reporter: Danny Lane
>            Assignee: Danny Lane
>            Priority: Major
>
> To facilitate the behavior described in the parent ticket we need to add an endpoint to the registry API and client for retrieving a list of differences between two supplied versions of a flow.
> A suggested uri is {{/buckets/\{bucketId\}/flows/\{flowId\}/diff/\{versionA\}/\{versionB\}}}
> The response format should be something similar to the format used by NiFi for its {{local-modifications}} endpoint.
>  



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)