summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Ensure deterministic revisions for attachmentsCOUCHDB-3287-pluggable-storage-engines-rebasePaul J. Davis2018-01-293-13/+21
* Add storage engine test suitePaul J. Davis2018-01-2912-0/+2216
* Implement pluggable storage enginesPaul J. Davis2018-01-2943-1867/+1397
* Add legacy storage engine implementationPaul J. Davis2018-01-295-0/+1967
* Add couch_db_engine modulePaul J. Davis2018-01-291-0/+877
* Remove 'smartquote' from default.ini, broke the buildJoan Touzet2018-01-261-1/+1
* Decode destination header for doc copyjiangphcn2018-01-264-3/+39
* Hide Auth information in replication document for readerjiangphcn2018-01-261-1/+31
* Remove outdated docker targets and docs (#1109)Adam Kocoloski2018-01-243-60/+0
* Make peruser database prefix configurablejiangphcn2018-01-233-19/+105
* Merge pull request #1123 from apache/fix-create_delete_database_continuously-...Eric Avdey2018-01-221-6/+4
|\
| * Set eunit timeout on a whole test objectfix-create_delete_database_continuously-testEric Avdey2018-01-221-6/+4
|/
* Add support for queries in /{db}/_all_docs POSTjiangphcn2018-01-175-13/+124
* Create all needed directories to build docs (#1115)Adam Kocoloski2018-01-171-0/+1
* Merge pull request #1085 from cloudant/issue-969-update_seq-trueEric Avdey2018-01-162-3/+40
|\
| * Return null for update_seq and offset if update_seq is truejiangphcn2018-01-162-3/+40
|/
* Fix couch_peruser_testEric Avdey2018-01-151-22/+45
* Allow override of `-args_file` and `-config` parameters (#1095)Edwin Fine2018-01-131-2/+6
* Remove warning on `couch_epi_codegen` compileEric Avdey2018-01-122-7/+16
* Simplify couch_key_tree test setupNick Vatamaniuc2018-01-121-7/+11
* fallback to "selector" on empty "partial_filter_selector" (#1098)Will Holley2018-01-093-12/+17
* Return friendly error message when creating user with invalid password (#1087)Peng Hui Jiang2018-01-062-2/+40
* Merge pull request #1091 from apache/better-mango-test-recreate-functionEric Avdey2018-01-041-6/+8
|\
| * Make sure mango tests's recreate fun creates dbEric Avdey2018-01-041-6/+8
|/
* Merge pull request #1092 from apache/use-uuid-in-eunit-dbnamesEric Avdey2018-01-041-7/+4
|\
| * Use uuid in tmp db names in unit testsuse-uuid-in-eunit-dbnamesEric Avdey2018-01-041-7/+4
|/
* Merge pull request #1090 from apache/cleanup-on-setup_eunitEric Avdey2018-01-041-0/+20
|\
| * Cleanup data dirs in eunit_plugin before test runEric Avdey2018-01-041-0/+20
|/
* Merge pull request #1078 from cloudant/issue-832-couch_log-refactoriilyak2017-12-201-24/+9
|\
| * Refactor couch_logjiangphcn2017-12-211-24/+9
|/
* Fix mango native proc crash (#1067)Eric Avdey2017-12-202-2/+36
* Mango: change catch-all field range priority (#1069)Will Holley2017-12-192-3/+13
* Fix haproxy stats (#1039)Geoff Cox2017-12-151-2/+2
* Add couch_stats tracking back to couch_log (#1064)Peng Hui Jiang2017-12-145-16/+35
* Add coverage reports to more applicationsNick Vatamaniuc2017-12-115-3/+10
* Multiple fixes and refactoring of couch tests. (#1062)Eric Avdey2017-12-113-134/+169
* Allow to use index with or (#1038)Will Holley2017-12-112-7/+181
* Make q configurable for peruser dbsjiangphcn2017-12-084-16/+70
* Fix replicator create target options testNick Vatamaniuc2017-12-051-62/+51
* Remove references to etapAdam Kocoloski2017-12-014-46/+0
* Remove Bob's 2.0 TODO listAdam Kocoloski2017-12-011-10/+0
* Remove Spidermonkey as an "optional" depedencyAdam Kocoloski2017-12-011-1/+1
* Fix eunit "suites" exampleAdam Kocoloski2017-12-011-1/+1
* warn instead of error when use_index not valid (#962)Will Holley2017-11-306-81/+112
* Remove invalid meck unloadEric Avdey2017-11-302-4/+2
* Add missing methods to fake indexEric Avdey2017-11-302-6/+9
* Allow replicator documents to include params for db creationjiangphcn2017-11-284-8/+177
* Fix _explain for sort descending (#1025)Will Holley2017-11-282-1/+9
* Test duplicate fields in Mango selector (#998)Will Holley2017-11-231-0/+12
* Fix index validation for nested $and (#1014)Will Holley2017-11-232-13/+54