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/09 17:32:00 UTC

[jira] [Commented] (NIFIREG-108) REST API should return alphabetical ordering for lists of buckets

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

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

GitHub user kevdoran opened a pull request:

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

    NIFIREG-108 Change REST API buckets ordering

    Changes the list returned by GET /buckets to be alphabetically sorted
    by bucket name. This is accomplished by adding an ORDER BY clause the
    SQL in DatabaseMetadataService when querying buckets.

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

    $ git pull https://github.com/kevdoran/nifi-registry NIFIREG-108

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

    https://github.com/apache/nifi-registry/pull/81.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 #81
    
----
commit 8ef11130a7c5c06234df3d9997d4ba0051c01baf
Author: Kevin Doran <kd...@...>
Date:   2018-01-09T17:18:52Z

    NIFIREG-108 Change REST API buckets ordering
    
    Changes the list returned by GET /buckets to be alphabetically sorted
    by bucket name. This is accomplished by adding an ORDER BY clause the
    SQL in DatabaseMetadataService when querying buckets.

----


> REST API should return alphabetical ordering for lists of buckets
> -----------------------------------------------------------------
>
>                 Key: NIFIREG-108
>                 URL: https://issues.apache.org/jira/browse/NIFIREG-108
>             Project: NiFi Registry
>          Issue Type: Improvement
>            Reporter: Kevin Doran
>            Assignee: Kevin Doran
>            Priority: Minor
>             Fix For: 0.1.1
>
>         Attachments: buckets-dropdown.jpg
>
>
> The response of GET /buckets is a list of buckets to which the current user as access. It should be alphabetically ordered. This will provide a better experience when buckets are presented in drop down list, such as in the NiFi Registry UI filter:
> !buckets-dropdown.jpg|thumbnail!



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