summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Add Elixir tests for database partitionsfeature/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
| * Suppress crypto and random compiler warningsJay Doane2018-12-275-20/+16
| * Suppress unused variable and type compiler warningsJay Doane2018-12-279-12/+8
| * Suppress variable exported from 'case' compiler warningsJay Doane2018-12-272-9/+8
|/
* Merge pull request #1829 from cloudant/elixir-test-improvementsiilyak2018-12-276-33/+61
|\
| * Do not automatically fail tests if quorum conditions unmetJay Doane2018-12-221-3/+3
| * Improve all_docs_test robustnessJay Doane2018-12-221-3/+6
| * Fix elixir test formattingJay Doane2018-12-225-27/+52
|/
* Remove shim couch_replicator_manager moduleKyle Snavely2018-12-204-89/+15
* Clean rexi stream workers when coordinator process is killedNick Vatamaniuc2018-12-201-0/+132
* Move fabric streams to a fabric_streams moduleNick Vatamaniuc2018-12-207-98/+129
* Suppress credo TODO suggests (#1822)Ivan Mironov2018-12-201-2/+5
* Migrate cluster with(out) quorum js tests as elixir tests (#1812)Juanjo Rodriguez2018-12-194-2/+383
* Increase timeout on restart in JS/elixir tests to 30s (#1820)Joan Touzet2018-12-192-3/+3
* Merge pull request #1800 from cloudant/allow-specifying-individual-elixir-testsiilyak2018-12-194-4/+17
|\