summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Allow using cached security and revs_limit propertiesallow-using-cached-security-docsNick Vatamaniuc2020-04-153-11/+67
* 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
|\
| * Support soft-deletion in chttpd leveljiangph2020-04-073-29/+332
| * Support soft-deletion in fabric leveljiangph2020-04-075-14/+515
|/
* Start running chttpd eunit testsNick Vatamaniuc2020-04-0712-215/+92
* Do not allow editing _security in _user databaseNick Vatamaniuc2020-04-071-1/+1
* Fix POST _all_docs/queries endpointNick Vatamaniuc2020-04-072-4/+5
* Return better responses for endpoints which are not implementedNick Vatamaniuc2020-04-073-23/+35
* remove defer and load_ddocs from mango_utilsGarren Smith2020-04-062-63/+0
* update mango tests to work with Mango on FDBGarren Smith2020-04-0614-136/+129
* Update mango test creds to same as elixir testsGarren Smith2020-04-063-5/+5
* Update Mango query to work with couch_viewsGarren Smith2020-04-069-147/+139
* Add mango indexingGarren Smith2020-04-067-19/+187
* Remove quorum statsGarren Smith2020-04-063-13/+1
* Remove view_cb predicate push downGarren Smith2020-04-061-94/+1
* remove unneeded r/w parameterGarren Smith2020-04-066-67/+6
* remove partition opts from mangoGarren Smith2020-04-0610-200/+10
* remove mango native procGarren Smith2020-04-063-375/+0
* Add couch_views_encoding max valueGarren Smith2020-04-061-0/+12
* Add couch_views_updater interactive indexerGarren Smith2020-04-069-5/+470
* All couch_view queries to run across transactionsGarren Smith2020-04-061-1/+2
* Add couch_views_indexer build to creation versionstampGarren Smith2020-04-067-33/+206
* add fabric2 after_doc_write pluginGarren Smith2020-04-062-0/+8
* add include_docs option to fold_docsGarren Smith2020-04-061-2/+25
* move all_doc view options to fabric2_utilGarren Smith2020-04-062-29/+39
* fix all_docs call to return rowGarren Smith2020-04-061-1/+2
* Merge pull request #2662 from cloudant/couch_view-rate_limitiilyak2020-04-0226-28/+1839
|\
| * Use `couch_rate` application for `couch_view`ILYA Khlopotov2020-04-0226-28/+1839
|/