GitHub user robertkowalski opened a pull request:
https://github.com/apache/couchdb-fauxton/pull/23
Implement a filter for databases
This is a port of https://github.com/apache/couchdb/pull/210 with the
difference that I am using the upper tabs now and not the sidebar for the
searchinput (like in the Changes-Filter,
ca7843b81e9dc85921cb6e612e0e2cc51ce64a98)
---
Uses a new model to manage the state of the different search
filters to filter the view.
Nice feature: the filter for the database (upper input) and
the filters for the type (buttons) work nicely together,
so you can filter out all replications for that
database (let's name it registry) without the compaction,
if you choose replication as type and enter "registry" in the
top input.
Closes COUCHDB-2125
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/robertkowalski/couchdb-fauxton
COUCHDB-2125--database-filter-export
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/couchdb-fauxton/pull/23.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 #23
----
commit 8839b71491ac94d2af99dbaedf2b36db87e8acee
Author: Robert Kowalski <[email protected]>
Date: 2014-08-01T18:10:13Z
Implement a filter for databases
Uses a new model to manage the state of the different search
filters to filter the view.
Nice feature: the filter for the database (upper input) and
the filters for the type (buttons) work nicely together,
so you can filter out all replications for that
database (let's name it registry) without the compaction,
if you choose replication as type and enter "registry" in the
top input.
Closes COUCHDB-2125
----
---
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 [email protected] or file a JIRA ticket
with INFRA.
---