summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Add Elixir tests for database partitionsadd-more-mango-elixir-testsPaul J. Davis2019-01-039-3/+1520
* Support partitioned queries in MangoPaul J. Davis2019-01-038-8/+177
* Use index names when testing index selectionPaul J. Davis2019-01-032-29/+28
* Optimize offset/limit for partition queriesPaul J. Davis2019-01-035-16/+29
* Optimize all_docs queries in a single partitionPaul J. Davis2019-01-031-0/+26
* Implement partitioned viewsPaul J. Davis2019-01-0321-59/+357
* Implement `couch_db:get_partition_info/2`Paul J. Davis2019-01-037-2/+203
* Implement partitioned dbsPaul J. Davis2019-01-0314-77/+320
* Implement configurable hash functionsPaul J. Davis2019-01-036-21/+116
* Validate design document options more strictlyPaul J. Davis2019-01-031-0/+4
* Pass the DB record to index validation functionsPaul J. Davis2019-01-033-8/+11
* Implement `fabric_util:open_cluster_db`Paul J. Davis2019-01-033-7/+18
* Improve `couch_db:clustered_db` flexibilityPaul J. Davis2019-01-031-3/+14
* Add PSE API to store opaque propertiesGarren Smith2019-01-037-9/+180
* 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
|\
| * Merge branch 'master' into allow-specifying-individual-elixir-testsJoan Touzet2018-12-1211-45/+327
| |\ | |/ |/|
* | Merge pull request #1805 from cloudant/fix-with-haproxyiilyak2018-12-111-1/+1
|\ \
| * | Fix haproxy config file locationILYA Khlopotov2018-12-111-1/+1
|/ /
* | Merge pull request #1774 from cloudant/support-more-than-3-nodesiilyak2018-12-112-15/+86
|\ \
| * | Support for more than 3 nodes dev clusterILYA Khlopotov2018-12-112-15/+86
|/ /
* | Merge pull request #1796 from cloudant/tests/port-delayed_commits-to-elixirEric Avdey2018-12-104-1/+89
|\ \
| * | Port delayed_commits test to ElixirEric Avdey2018-12-102-1/+32
| * | Add elixir helper to restart a node or the whole clusterEric Avdey2018-12-102-0/+57
|/ /
* | Merge pull request #1802 from van-mronov/moduledociilyak2018-12-102-0/+4
|\ \
| * | Add moduledoc attributeIvan Mironov2018-12-072-0/+4
|/ /
* | Merge pull request #1770 from cloudant/COUCHDB-1384-function-clause-errorPeng Hui Jiang2018-12-082-6/+126
|\ \
| * | Fix function_clause errorwenwl2018-12-082-6/+126
|/ /