summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Implement customizable chttpd statisticsadd-chttpd-statsPaul J. Davis2019-01-235-18/+206
* Make _all_docs and view query limits configurableGarren Smith2019-01-235-22/+155
* Blacklist known bad Erlang releases, fixes #1857 (#1871)Joan Touzet2019-01-222-1/+39
* Update to mochiweb 2.19.0Nick Vatamaniuc2019-01-223-2/+165
* default config for partition feature flagGarren Smith2019-01-221-0/+7
* Add ability to feature flag partitioned db'sGarren Smith2019-01-222-1/+68
* Add a test for a doc read with etagEric Avdey2019-01-211-0/+11
* Don't crash test on a response without Content-TypeEric Avdey2019-01-211-1/+3
* add default fabric request timeoutsGarren Smith2019-01-211-0/+5
* Add Global timeout for map/reduce queriesGarren Smith2019-01-215-4/+46
* Fix python2 compatibility for couchup (#1868)Paulo Eduardo Althoff2019-01-201-1/+1
* Add new /{db}/_sync_shards endpoint (admin-only) (#1811)Joan Touzet2019-01-183-1/+22
* Enforce partition size limitsPaul J. Davis2019-01-184-4/+403
* Use an accumulator when merging revision treesPaul J. Davis2019-01-181-14/+43
* Add Elixir tests for database partitionsPaul J. Davis2019-01-1811-3/+2149
* Support partitioned queries in MangoPaul J. Davis2019-01-1810-11/+182
* Use index names when testing index selectionPaul J. Davis2019-01-182-29/+28
* Optimize offset/limit for partition queriesPaul J. Davis2019-01-185-16/+29
* Optimize all_docs queries in a single partitionPaul J. Davis2019-01-181-0/+26
* Implement partitioned viewsPaul J. Davis2019-01-1821-61/+384
* Implement `couch_db:get_partition_info/2`Paul J. Davis2019-01-187-2/+203
* Implement partitioned dbsPaul J. Davis2019-01-1814-77/+320
* Implement configurable hash functionsPaul J. Davis2019-01-186-21/+116
* Validate design document options more strictlyPaul J. Davis2019-01-181-0/+4
* Pass the DB record to index validation functionsPaul J. Davis2019-01-183-8/+11
* Implement `fabric_util:open_cluster_db`Paul J. Davis2019-01-183-7/+18
* Improve `couch_db:clustered_db` flexibilityPaul J. Davis2019-01-181-3/+14
* Add PSE API to store opaque propertiesGarren Smith2019-01-187-9/+180
* Fix timeout in chttpd_purge_testsPaul J. Davis2019-01-181-11/+25
* Move Jenkins to use Erlang 19 for initial build step (#1866)Joan Touzet2019-01-181-3/+3
* Merge pull request #1865 from apache/purge_request_with_101_docidPeng Hui Jiang2019-01-182-1/+22
|\
| * Support one purge request with more than 100 docidpurge_request_with_101_docidjiangph2019-01-172-1/+22
|/
* Fix fabric_open_doc_revsPaul J. Davis2019-01-151-25/+91
* Improve vm.args template comments (#1861)Joan Touzet2019-01-151-3/+12
* Fix read repair in a mixed cluster environmentPaul J. Davis2019-01-142-3/+3
* Fix end_time field in /_replicate responseNick Vatamaniuc2019-01-081-2/+2
* Merge pull request #1808 from apache/before_doc_updatePeng Hui Jiang2019-01-058-26/+34
|\
| * Update before_doc_update/2 to before_doc_update/3before_doc_updatejiangph2019-01-058-26/+34
|/
* Merge pull request #1831 from apache/intro-cpse_test_purge_seqsPeng Hui Jiang2019-01-032-6/+9
|\
| * Introduce cpse_test_purge_seqs againjiangph2019-01-032-6/+9
|/
* happy new year (#1838)Jan Lehnardt2018-12-312-2/+2
* Merge pull request #1833 from cloudant/minimum-erlang-otp-19iilyak2018-12-285-46/+1
|\
| * Change minimum supported Erlang version to OTP 19Jay Doane2018-12-285-46/+1
|/
* Remove obsolete travis filesJay Doane2018-12-2710-308/+0
* Remove explicit modules list from .app.src filesJay Doane2018-12-276-74/+0
* Merge pull request #1798 from cloudant/suppress-compiler-warningsiilyak2018-12-2746-260/+332
|\
| * Suppress export-related compiler warningsJay Doane2018-12-2722-108/+188
| * Reduce number of behaviour undefined compiler warningsJay Doane2018-12-272-6/+11
| * Suppress misc compiler warningsJay Doane2018-12-273-5/+3
| * Suppress unused function compiler warningsJay Doane2018-12-274-100/+98