summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Fix fabric_open_doc_revsfix-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
|\
| * 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
|/ /
* | Avoid calls to `fabric:design_docs/1`Paul J. Davis2018-12-071-23/+3
* | Add `couch_db:get_design_doc/2`Paul J. Davis2018-12-072-0/+19
| * Support specifying individual Elixir tests to runILYA Khlopotov2018-12-074-4/+17
|/
* Refactor elixir test suite initialization (#1779)Ivan Mironov2018-12-074-262/+272
* Add Credo to Elixir test suite (#1769)Alessio Biancalana2018-12-0718-376/+790
* Format and check all code using python black (#1776)Joan Touzet2018-12-0635-2813/+2022