GitHub user robertkowalski opened a pull request:
https://github.com/apache/couchdb-fauxton/pull/343
Mango: creation and listing of indexes
Part 1/2 for Mango:
Creation of Mango indexes and listing them. Disabled pagination
and bulk-deletion for now, see:
https://issues.apache.org/jira/browse/COUCHDB-2651
https://issues.apache.org/jira/browse/COUCHDB-2652
As you can't use the feature right now (querying is part 2/2)
the buttons to reach the features are hidden behind a feature flip.
Use the direct urls to access the features:
http://localhost:8000/#database/$YOUR_DATABASE/_index
http://localhost:8000/#database/$YOUR_DATABASE/_indexlist
or add `?beta=showquery` to your url, e.g.
http://localhost:8000/#database/$YOUR_DATABASE/?beta=showquery
Additionally prepares the app for i18n.
COUCHDB-2627
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/robertkowalski/couchdb-fauxton mango-tropical-fruits
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/couchdb-fauxton/pull/343.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 #343
----
commit 330c2585a77d03bbf7f66ebd22fd0f0ffc39836e
Author: Robert Kowalski <robertkowalski@apache.org>
Date: 2015-03-27T13:16:43Z
Mango: creation and listing of indexes
Part 1/2 for Mango:
Creation of Mango indexes and listing them. Disabled pagination
and bulk-deletion for now, see:
https://issues.apache.org/jira/browse/COUCHDB-2651
https://issues.apache.org/jira/browse/COUCHDB-2652
As you can't use the feature right now (querying is part 2/2)
the buttons to reach the features are hidden behind a feature flip.
Use the direct urls to access the features:
http://localhost:8000/#database/$YOUR_DATABASE/_index
http://localhost:8000/#database/$YOUR_DATABASE/_indexlist
or add `?beta=showquery` to your url, e.g.
http://localhost:8000/#database/$YOUR_DATABASE/?beta=showquery
Additionally prepares the app for i18n.
COUCHDB-2627
----
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---
|