summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Fix epoch mismatch errors (#2027)archive/2.3.1+jiffy+epoch2.3.1+jiffy+epochPaul J. Davis2020-08-191-4/+20
* fix: backport 3.x jiffy fixesJan Lehnardt2020-08-191-1/+1
* Merge pull request #1961 from apache/fix-chttpd-socket-buffer-size-test-2.3.x2.3.1-RC32.3.1Joan Touzet2019-03-051-94/+58
|\
| * Improve chttpd_socket_buffer_size_testfix-chttpd-socket-buffer-size-test-2.3.xNick Vatamaniuc2019-03-051-94/+58
|/
* 2.3.1 docs2.3.1-RC2Jan Lehnardt2019-02-171-1/+1
* bump version to 2.3.1Jan Lehnardt2019-02-172-2/+2
* Sync admin password hashes at cluster setup finishJay Doane2019-02-171-0/+66
* update Fauxton to 1.1.20Jan Lehnardt2019-02-171-2/+2
* Avoid calls to `fabric:design_docs/1`Paul J. Davis2019-02-171-23/+3
* Add `couch_db:get_design_doc/2`Paul J. Davis2019-02-172-0/+19
* Update config dependency to 2.1.5Nick Vatamaniuc2019-02-171-1/+1
* Fix read repair in a mixed cluster environmentPaul J. Davis2019-02-172-3/+3
* drop Erlang 17 from travisJan Lehnardt2019-02-171-1/+0
* run formatting check before time-consuming testsRobert Newson2019-02-171-1/+1
* Blacklist known bad Erlang releases, fixes #1857 (#1871)Joan Touzet2019-02-172-1/+39
* fix couchup for python3 (#1905)Clemens Stolle2019-02-171-1/+3
* Fix python2 compatibility for couchup (#1868)Paulo Eduardo Althoff2019-02-171-1/+1
* Format and check all code using python black (#1776)Joan Touzet2019-02-1735-2813/+2022
* dev/run: do not create needless dev/data/ dirJoan Touzet2019-02-171-1/+0
* Fix from_json_obj_validate crash when provided rev isn't a valid hexEric Avdey2019-02-172-3/+16
* Fix badarg crash on invalid rev for individual doc updateEric Avdey2019-02-172-5/+24
* Compaction: Add snooze_period_ms for finer tuning (#1880)Adrien Vergé2019-02-173-8/+72
* restrict _purge to server adminjiangph2019-02-172-1/+64
* Update to mochiweb 2.19.0Nick Vatamaniuc2019-02-173-2/+165
* add default fabric request timeoutsGarren Smith2019-02-171-0/+5
* Add new /{db}/_sync_shards endpoint (admin-only) (#1811)Joan Touzet2019-02-173-1/+22
* Fix timeout in chttpd_purge_testsPaul J. Davis2019-02-171-11/+25
* Support one purge request with more than 100 docidjiangph2019-02-172-1/+22
* Fix fabric_open_doc_revsPaul J. Davis2019-02-171-25/+91
* Fix end_time field in /_replicate responseNick Vatamaniuc2019-02-171-2/+2
* Fix function_clause errorwenwl2019-02-172-6/+126
* Filter out empty missing_revs results in mem3_repNick Vatamaniuc2019-02-171-2/+6
* 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