summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* address Nick's commentbackground-db-deletionjiangph2020-05-133-66/+71
* Improve and add testjiangph2020-05-114-50/+116
* Another updateNick Vatamaniuc2020-05-111-37/+25
* UpdateNick Vatamaniuc2020-05-113-59/+100
* background deletion for soft-deleted databasejiangph2020-05-113-0/+244
* 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
|/
* Report the chttpd_auth authentication db in session infoJay Doane2020-04-253-1/+111
* Add fold_docs for DocId listGarren Smith2020-04-233-9/+177
* Refactor fetching rev code in fabric2_fdbGarren Smith2020-04-233-20/+20
* Add after_interactive_write plugin to couch_views_updaterGarren Smith2020-04-233-2/+47
* Merge pull request #2796 from cloudant/fix-typoiilyak2020-04-201-1/+1
|\
| * Fix typo in error messageILYA Khlopotov2020-04-201-1/+1
|/
* Fetch doc in same transaction as _all_doc rowGarren Smith2020-04-171-1/+1
* Allow using cached security and revs_limit propertiesNick Vatamaniuc2020-04-163-11/+67
* Merge pull request #2783 from cloudant/merge-rebar-configiilyak2020-04-164-3/+16
|\
| * Merge keys from rebar.configILYA Khlopotov2020-04-144-3/+16
* | Clean up old expiry key on update insertJay Doane2020-04-152-2/+44
* | Refactor expiring cache FDB interfaceJay Doane2020-04-153-25/+38
* | report changes stats intermittently (#2777)Tony Sun2020-04-154-34/+171
* | Enable configurable binary chunk sizeJay Doane2020-04-153-4/+16
* | Merge pull request #2789 from cloudant/fdb-integrate-emilioiilyak2020-04-157-1/+182
|\ \ | |/ |/|
| * Integrate emilio - erang linterILYA Khlopotov2020-04-157-1/+182
|/
* Implement couch_views_cleanup_test.erlPaul J. Davis2020-04-101-0/+411
* Remove failed view jobsPaul J. Davis2020-04-103-8/+22
* Remove jobs on index cleanupPaul J. Davis2020-04-102-1/+9
* Optionally cleanup stale indices automaticallyPaul J. Davis2020-04-102-5/+20
* Implement _view_cleanup for FoundationDBPaul J. Davis2020-04-102-2/+2
* Implement couch_views:cleanup_indices/2Paul J. Davis2020-04-102-1/+57
* Extend fabric2_index callbacks for index cleanupPaul J. Davis2020-04-101-0/+23
* Update to use `fabric2_db:get_design_docs/1`Paul J. Davis2020-04-101-17/+1