summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* return correct not implemented for reducearchive/not_implemented_reducenot_implemented_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
* Move process_db/1 to match the logical progressionPaul J. Davis2020-04-101-10/+10
* Rename variables to indicate transaction statePaul J. Davis2020-04-101-3/+3
* Fix index updater configuration keysPaul J. Davis2020-04-101-3/+3
* Fix flaky fabric2_index testNick Vatamaniuc2020-04-101-3/+3
* Merge pull request #2775 from cloudant/mango-plugin-fixupiilyak2020-04-101-2/+5
|\
| * Fix incorrect usage of couch_epi in mango pluginILYA Khlopotov2020-04-101-2/+5
|/
* Make 'make check' run all the passing FDB tests on this branchNick Vatamaniuc2020-04-092-5/+7
* Fix division by zeroPaul J. Davis2020-04-091-0/+2
* Fix job removal notificationsNick Vatamaniuc2020-04-092-0/+32
* Merge pull request #2767 from cloudant/prototype/fdb-layer-mango-pluginiilyak2020-04-093-10/+57
|\
| * Add mango_pluginILYA Khlopotov2020-04-093-10/+57
|/
* Compress doc bodies and attachmentsNick Vatamaniuc2020-04-074-11/+90
* Merge pull request #2666 from apache/db-softdeletionPeng Hui Jiang2020-04-088-43/+847
|\