GitHub user robertkowalski opened a pull request:
https://github.com/apache/couchdb/pull/221
Implement bulk deletion for all-docs-listing
Introduce a collection which keeps track of documents that will
deleted using the CouchDB Bulk-update API, backed by a Session-
Storage.
The collection fires events, so the view is noticed.
Closes COUCHDB-2153
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/robertkowalski/couchdb 2153-bulk-deletion
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/couchdb/pull/221.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 #221
----
commit 31a033a55997a312a33996ae63702f2a9ee043bf
Author: Robert Kowalski <[email protected]>
Date: 2014-05-02T19:33:46Z
Fauxton: Inject database into view
it's handled in the options and used, but was never passed
commit ed87c7046e8ceb31e6500757ed771bc20d99724d
Author: Robert Kowalski <[email protected]>
Date: 2014-05-02T19:39:21Z
Implement bulk deletion for all-docs-listing
Introduce a collection which keeps track of documents that will
deleted using the CouchDB Bulk-update API, backed by a Session-
Storage.
The collection fires events, so the view is noticed.
Closes COUCHDB-2153
----
---
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.
---