summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Improve efficiency of couch_jobs:accept/2 for viewsmake-couch-view-job-accepts-fasterNick Vatamaniuc2020-06-023-3/+6
* Handle error:{timeout, _} exception in couch_jobs:acceptNick Vatamaniuc2020-06-021-0/+2
* Remove on_commit handler from fabric2_fdbNick Vatamaniuc2020-06-022-47/+26
* Prevent eviction of newer handles from fabric_server cacheNick Vatamaniuc2020-06-022-9/+70
* Guard couch_jobs:accept_loop timing outNick Vatamaniuc2020-05-291-1/+9
* Protect couch_jobs activity monitor against timeouts as wellNick Vatamaniuc2020-05-291-3/+3
* Fix bad catch statement in couch_jobs activity monitorNick Vatamaniuc2020-05-291-1/+1
* Fix mango erlfdb error catch clause erlfdb -> erlfdb_errorNick Vatamaniuc2020-05-282-5/+6
* Don't skip over docs in mango indices on erlfdb errorsNick Vatamaniuc2020-05-282-1/+16
* Introduce _bulk_docs max_doc_count limitNick Vatamaniuc2020-05-274-1/+32
* Lower the default batch size for update_docs to 2.5MBNick Vatamaniuc2020-05-272-2/+2
* Remove erlfdb mock from update_docs/2,3 testNick Vatamaniuc2020-05-221-14/+0
* Improve load handling in couch_jobs and couch_viewsNick Vatamaniuc2020-05-212-2/+9
* Merge pull request #2896 from cloudant/pagination-api-fix-limitiilyak2020-05-212-19/+93
|\
| * Fix handling of limit query parameterILYA Khlopotov2020-05-202-19/+93
* | Merge pull request #2897 from apache/improve-db-expiration-logPeng Hui Jiang2020-05-211-2/+2
|\ \
| * | Improve log of permanently deleting databasesimprove-db-expiration-logjiangph2020-05-211-2/+2
|/ /
* | Bulk docs transaction batchingNick Vatamaniuc2020-05-205-29/+379
|/
* Fix flaky couch_jobs type monitor testNick Vatamaniuc2020-05-151-2/+36
* Merge pull request #2870 from cloudant/pagination-api-2iilyak2020-05-157-54/+1683
|\
| * Add tests for pagination APIILYA Khlopotov2020-05-151-0/+771
| * Implement pagination APIILYA Khlopotov2020-05-156-45/+600
| * Add tests for legacy API before refactoringILYA Khlopotov2020-05-151-0/+302
| * Move not_implemented check down to allow testing of validationILYA Khlopotov2020-05-151-5/+6
| * Fix variable shadowingILYA Khlopotov2020-05-151-4/+4
|/
* Fix compiler warningJay Doane2020-05-141-1/+1
* Fix a few flaky tests in fabric2_dbNick Vatamaniuc2020-05-134-17/+22
* Merge pull request #2857 from apache/background-db-deletionPeng Hui Jiang2020-05-134-3/+358
|\
| * background deletion for soft-deleted databasejiangph2020-05-134-3/+358
|/
* Fix couch_views updater_running info resultNick Vatamaniuc2020-05-093-34/+56
* mix format all_docs_test.exsGarren Smith2020-05-081-58/+65
* add local_docs to fold_doc with docidsGarren Smith2020-05-084-23/+292
* Convert aegis key cach to LRU with hard expiration timeEric Avdey2020-05-074-20/+327
* Merge pull request #2874 from cloudant/enable-exunitiilyak2020-05-073-2/+4
|\
| * Update erlfdbILYA Khlopotov2020-05-071-1/+1
| * Re-enable ExUnit testsILYA Khlopotov2020-05-072-1/+3
|/
* add test to make sure type <<"text">> design docs are ignored (#2866)Tony Sun2020-05-051-0/+8
* return correct not implemented for reduceGarren Smith2020-05-041-1/+1
* Fix list_dbs_info_tx_too_old flaky testNick Vatamaniuc2020-04-291-1/+1
* Fix a flaky fdbcore index testNick Vatamaniuc2020-04-291-2/+2
* Improve robustness of couch expiring cache testJay Doane2020-04-282-34/+77
* Re-enable the tx options testsNick Vatamaniuc2020-04-282-3/+15
* Temporary disable fabric2_tx_options_testsEric Avdey2020-04-281-1/+1
* Remove etag from changes and _list_dbsGarren Smith2020-04-282-28/+13
* Fix mango test suitePaul J. Davis2020-04-271-1/+2
* Allow specifying FDB transaction optionsNick Vatamaniuc2020-04-274-12/+245
* Update erlfdb to v1.1.0Nick Vatamaniuc2020-04-271-1/+1
* Add a couch_views test for multiple design documents with the same mapNick Vatamaniuc2020-04-271-8/+80
* Merge pull request #2826 from apache/aegisRobert Newson2020-04-2720-38/+849
|\
| * Add native encryption supportRobert Newson2020-04-2720-38/+849
|/