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 <kdoran.apache@...>
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.
----
---