GitHub user jiangphcn opened a pull request:
https://github.com/apache/couchdb-couch-mrview/pull/67
68276 new purge api
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/cloudant/couchdb-couch-mrview
68276_new_purge_api
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/couchdb-couch-mrview/pull/67.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 #67
----
commit 838aaf4964341383ce707c8fa770867912a46ea0
Author: Paul J. Davis <[email protected]>
Date: 2016-02-10T22:31:45Z
Update to use pluggable storage API
commit d685f9abcf9f75e9d4ee83d9b0848ccf086bf32e
Author: Mayya Sharipova <[email protected]>
Date: 2016-08-15T13:26:48Z
Update couch_mrview for new purge API
Add test for view after purge requests
BugzID: 68276
commit 80aeafdb5a5b66ecb0d0f1d268032e4be3e76525
Author: Mayya Sharipova <[email protected]>
Date: 2016-11-25T23:06:56Z
Update tests for view after purge requests
couch_db:purge_docs now accepts a list of IdRevs
this changes in the tests calls this new API
BugzID: 68276
commit 5b2de8d0c8781c13b0c3f39e83179de900b18491
Author: Mayya Sharipova <[email protected]>
Date: 2016-12-08T20:47:17Z
couch_db:get_purge_seq/1 returns Seq (not {ok, Seq})
BugzID: 68276
commit 9bb86dbf3dea464f6459a33743796b55ca235e76
Author: jiangphcn <[email protected]>
Date: 2017-02-16T08:09:47Z
Update couch_mrview for clustered purge improvement
- implementation of updating local purge document
- provide verify_index_exists/1 to check whether
index exists or not
- clean up local purge document in cleanup cycle
- add new test case and refine existing test cases
Bugzid: 68276
commit a7bbe7923cbfe26703bc6df67b77f5db93ffdd25
Author: jiangphcn <[email protected]>
Date: 2017-02-21T07:48:44Z
Update couch_mrview for clustered purge improvement
- create local purge document if it doesnât exist
when couch_mrview_index:open/2 is called
- directly use db to clean up local purge document
Bugzid: 68276
commit 46fa6b4a85de29855dd16635525a09636cd37883
Author: jiangphcn <[email protected]>
Date: 2017-02-27T13:35:48Z
update on couch_mrview for clustered purge improvement
- use couch_db:purge_docs/2 with UUID
- add error handling for verify_index_exists/1
Bugzid: 68276
----
---
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.
---