[jira] [Commented] (NIFIREG-22) Add a count field to VersionedFlow to be populated when retrieving items

2017-10-11 Thread ASF GitHub Bot (JIRA)

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

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

Github user asfgit closed the pull request at:

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


> Add a count field to VersionedFlow to be populated when retrieving items
> 
>
> Key: NIFIREG-22
> URL: https://issues.apache.org/jira/browse/NIFIREG-22
> Project: NiFi Registry
>  Issue Type: Improvement
>Reporter: Bryan Bende
>Assignee: Bryan Bende
>Priority: Minor
> Fix For: 0.0.1
>
>
> We should be able to display the number of versions of a flow without 
> returning the list of all the versions. We can add a "versionCount" field to 
> VersionedFlow that can be populated by the database service.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Commented] (NIFIREG-22) Add a count field to VersionedFlow to be populated when retrieving items

2017-10-11 Thread ASF GitHub Bot (JIRA)

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

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

Github user bbende commented on the issue:

https://github.com/apache/nifi-registry/pull/11
  
Thanks @kevdoran , going to merge to master


> Add a count field to VersionedFlow to be populated when retrieving items
> 
>
> Key: NIFIREG-22
> URL: https://issues.apache.org/jira/browse/NIFIREG-22
> Project: NiFi Registry
>  Issue Type: Improvement
>Reporter: Bryan Bende
>Assignee: Bryan Bende
>Priority: Minor
> Fix For: 0.0.1
>
>
> We should be able to display the number of versions of a flow without 
> returning the list of all the versions. We can add a "versionCount" field to 
> VersionedFlow that can be populated by the database service.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Commented] (NIFIREG-22) Add a count field to VersionedFlow to be populated when retrieving items

2017-10-11 Thread ASF GitHub Bot (JIRA)

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

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

Github user kevdoran commented on the issue:

https://github.com/apache/nifi-registry/pull/11
  
+1 @bbende - nice work on this!

I reviewed code and did a full build with contrib-check. I ran the web api, 
verified creating/reading flow snapshots works, and new versionCount field 
returns correctly. The simplification of the backend through consolidating 
similar functionality is a nice improvement. LGTM




> Add a count field to VersionedFlow to be populated when retrieving items
> 
>
> Key: NIFIREG-22
> URL: https://issues.apache.org/jira/browse/NIFIREG-22
> Project: NiFi Registry
>  Issue Type: Improvement
>Reporter: Bryan Bende
>Assignee: Bryan Bende
>Priority: Minor
> Fix For: 0.0.1
>
>
> We should be able to display the number of versions of a flow without 
> returning the list of all the versions. We can add a "versionCount" field to 
> VersionedFlow that can be populated by the database service.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Commented] (NIFIREG-22) Add a count field to VersionedFlow to be populated when retrieving items

2017-09-21 Thread ASF GitHub Bot (JIRA)

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

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

GitHub user bbende opened a pull request:

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

NIFIREG-22 Adding versionCount to VersionedFlow with back-end support…

… for populating it

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

$ git pull https://github.com/bbende/nifi-registry NIFIREG-22

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

https://github.com/apache/nifi-registry/pull/11.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 #11


commit 07a757bc63c282ad4373f6b1ad160830fe8be64d
Author: Bryan Bende 
Date:   2017-09-21T17:02:26Z

NIFIREG-22 Adding versionCount to VersionedFlow with back-end support for 
populating it




> Add a count field to VersionedFlow to be populated when retrieving items
> 
>
> Key: NIFIREG-22
> URL: https://issues.apache.org/jira/browse/NIFIREG-22
> Project: NiFi Registry
>  Issue Type: Improvement
>Reporter: Bryan Bende
>Assignee: Bryan Bende
>Priority: Minor
> Fix For: 0.0.1
>
>
> We should be able to display the number of versions of a flow without 
> returning the list of all the versions. We can add a "versionCount" field to 
> VersionedFlow that can be populated by the database service.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)