summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Avoid calls to `fabric:design_docs/1`fix-get-minimum-purge-seqPaul J. Davis2018-12-071-23/+3
* Add `couch_db:get_design_doc/2`Paul J. Davis2018-12-072-0/+19
* 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
* Filter out empty missing_revs results in mem3_repNick Vatamaniuc2018-12-061-2/+6
* Merge pull request #1797 from apache/ignore-clang-compile-commands-db-fileJoan Touzet2018-12-061-0/+1
|\
| * Ignore clang compile commands database fileEric Avdey2018-12-061-0/+1
|/
* Merge pull request #1790 from cloudant/move-tests-to-suiteiilyak2018-12-042-91/+121
|\
| * mock couch_logILYA Khlopotov2018-12-031-3/+24
| * Fix expected result from testILYA Khlopotov2018-12-031-1/+1
| * Move couch_flags_config tests into its own moduleILYA Khlopotov2018-12-032-91/+100
|/
* Merge pull request #1786 from apache/no-dev-data-dirJoan Touzet2018-11-301-1/+0
|\
| * Merge branch 'master' into no-dev-data-dirno-dev-data-dirJoan Touzet2018-11-302-5/+3
| |\ | |/ |/|
* | Use devclean on elixir target for consistency of Makefile (#1785)Eric Avdey2018-11-302-5/+3
| * dev/run: do not create needless dev/data/ dirJoan Touzet2018-11-301-1/+0
|/
* Merge pull request #1780 from apache/2.3.0-prep2.3.1-last2.3.0-RC12.3.0Joan Touzet2018-11-293-4/+4
|\
| * Bump fauxton, docs, version to 2.3.0Joan Touzet2018-11-293-4/+4
|/
* fix: re-enable _doc_id & _design_docs filter optimisation paths (#1771)Jan Lehnardt2018-11-293-17/+53
* Cache query servers in ets table (#1778)iilyak2018-11-291-34/+46
* Use fabric to get design docs in the compaction daemonNick Vatamaniuc2018-11-281-11/+16
* test: port large_docs.js to Elixir test suite (#1745)Alessio Biancalana2018-11-282-1/+41
* test: port coffee.js to Elixir test suite (#1760)Alessio Biancalana2018-11-282-1/+69
* Merge pull request #1767 from van-mronov/mix-formatJoan Touzet2018-11-2721-507/+807
|\
| * Merge branch 'master' into mix-formatJoan Touzet2018-11-2715-107/+52
| |\ | |/ |/|
* | Merge pull request #1764 from apache/switch-scripts-to-python3Joan Touzet2018-11-2715-107/+52
|\ \
| * | Don't use activate script; Windows fixesswitch-scripts-to-python3Joan Touzet2018-11-275-17/+17
| * | Run mango tests with Python 3Nick Vatamaniuc2018-11-2610-89/+33
| * | Switch to python 3Nick Vatamaniuc2018-11-264-10/+11
|/ /
| * Update win makefileIvan Mironov2018-11-271-1/+4
| * Format elixir testIvan Mironov2018-11-2718-505/+792
| * Add elixir-check-formatted make taskIvan Mironov2018-11-271-1/+5
| * Add formatter configIvan Mironov2018-11-271-0/+6
|/
* Implement replicator session refresh based on cookie max ageNick Vatamaniuc2018-11-263-26/+119
* test: port lots_of_docs.js to Elixir test suite (#1738)Alessio Biancalana2018-11-262-1/+96
* Merge pull request #1761 from cloudant/fix-couch_epi-typespeciilyak2018-11-232-2/+9
|\
| * Fix couch_epi typespec for data providerILYA Khlopotov2018-11-232-2/+9
|/
* Merge pull request #1754 from cloudant/do-not-use-list-as-config-keyiilyak2018-11-232-33/+67
|\
| * Replace erl_parse based parser with our ownILYA Khlopotov2018-11-231-8/+42
| * Do not use [] in feature_flags configurationILYA Khlopotov2018-11-222-27/+27
|/
* feat: do not record server admin requests as cache misses (#1755)Jan Lehnardt2018-11-222-5/+13
* Merge pull request #1629 from cloudant/84736-handle-db-deletion-in-load_valid...iilyak2018-11-2213-62/+272
|\
| * Handle db deletion in couch_db:load_validation_funsILYA Khlopotov2018-11-2213-62/+272
|/
* Merge pull request #1744 from cloudant/fix-_design_docs_total_rowsEric Avdey2018-11-219-50/+289
|\
| * Add a new test suite for _design_doc handlerEric Avdey2018-11-212-1/+146
| * Remove empty spaces from couch_mrview_test_utilEric Avdey2018-11-211-1/+1
| * Fix misleading assertion in design_docs_query.js testEric Avdey2018-11-211-1/+1
| * Remove ending spaces from design_docs_query.jsEric Avdey2018-11-211-18/+18
| * Fix total_rows for _design_docs with keysEric Avdey2018-11-214-29/+115
| * Fix total_rows for _design_docs handlerEric Avdey2018-11-212-0/+8
|/