summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Handle race condition during concurrent db creationfix-concurrent-db-creation-2613-3.0.xNick Vatamaniuc2020-02-282-0/+59
* Fix mem3_sync_event_listener testPaul J. Davis2020-02-281-1/+13
* Bump to jiffy 1.0.4Paul J. Davis2020-02-271-1/+1
* fix: show single node on setup status with single_node=true3.0.0-RC33.0.0Jan Lehnardt2020-02-201-15/+21
* Revert "fix: single node state (#2574)"Jan Lehnardt2020-02-201-7/+5
* bump docs rev (#2579)Joan Touzet2020-02-191-1/+1
* feat(breaking): make _all_dbs admin-only by default (#2576)Jan Lehnardt2020-02-192-2/+2
* fix: single node state (#2574)Jan Lehnardt2020-02-191-5/+7
* bump docs rev (#2563)3.0.0-RC2Joan Touzet2020-02-181-1/+1
* Handle possibly missing local _users db in mem3_sync:local_dbs()Nick Vatamaniuc2020-02-172-3/+20
* Bump SM to 60 on Centos 8 (#2548)Joan Touzet2020-02-131-1/+1
* Fix Windows build (#2534)3.0.0-RC1Joan Touzet2020-02-0811-54/+80
* bump docs repo (#2529)Joan Touzet2020-02-071-1/+1
* Fix race condition in couch_replicator_clustering eunit setupNick Vatamaniuc2020-02-071-1/+15
* Force OOM errorPaul J. Davis2020-02-071-6/+18
* Fix test failure in view_errors.jsPaul J. Davis2020-02-071-2/+7
* Update to Jiffy 1.0.3Paul J. Davis2020-02-071-1/+1
* Simplify couch_auth_cacheNick Vatamaniuc2020-02-065-384/+45
* Makefile parity; remove [un]install tgts (#2512)Joan Touzet2020-02-062-108/+70
* Add a warning about Erlang VM versions where high priority flag won't workNick Vatamaniuc2020-02-051-2/+2
* Merge pull request #2521 from apache/fix-2520Robert Newson2020-02-052-1/+2
|\
| * log thingRobert Newson2020-02-051-0/+1
| * Fix highlight_post_tag parsing from json request bodyfix-2520Robert Newson2020-02-051-1/+1
|/
* Fix dev/run --with-admin-party-please (#2516)Robert Newson2020-02-041-0/+1
* Return mango warnings as a delimited stringWill Holley2020-02-033-6/+6
* Add recon for user convenience (#2511)Joan Touzet2020-02-015-3/+45
* Enable per-view-shard accessJoan Touzet2020-02-011-2/+8
* Fix attachment reading from _node/_local shardsNick Vatamaniuc2020-02-012-0/+8
* Fix node-specific shard access via HTTPJoan Touzet2020-02-011-1/+1
* Jiffy exceptions are errors nowPaul J. Davis2020-01-311-1/+1
* Update dependencies for 3.0Paul J. Davis2020-01-311-2/+2
* Stop propagating RC tags into dist archive (#2506)Joan Touzet2020-01-312-39/+43
* python-black style cleanup (#2505)Joan Touzet2020-01-312-3/+3
* fix: re-allow spaces in startup paths (#2504)Jan Lehnardt2020-01-312-10/+10
* Setup wizard: do not create _global_changes (#2497)Joan Touzet2020-01-291-1/+1
* Fix ini file setting for #2296 (#2463)Joan Touzet2020-01-291-2/+3
* bump ets_lru, khash revs (#2491)Joan Touzet2020-01-282-2/+3
* quote strings for all text values (#2486)Tony Sun2020-01-273-1/+21
* Jenkins: bump Erlang versions (#2492)Joan Touzet2020-01-262-18/+18
* Revert prio flag in default.ini (#2488)Joan Touzet2020-01-251-3/+5
* Revert default priority change for couch_server (#2487)Joan Touzet2020-01-251-1/+1
* Remove reduntant get_ring_opts call in in dreyfus_fabric_searchNick Vatamaniuc2020-01-231-1/+0
* Update couchdb-config to 2.1.7Will Holley2020-01-231-1/+1
* Fix misspelling in dreyfusNick Vatamaniuc2020-01-221-1/+1
* Python black cleanups (#2477)Joan Touzet2020-01-213-2/+6
* Enable building on Power (ppc64le) architecture (#2455)Paul J. Davis2020-01-211-0/+43
* Replace Triq with PropErNick Vatamaniuc2020-01-217-28/+90
* Add POST /_node/<node>/_config/_reloadWill Holley2020-01-212-0/+17
* Log clustered URIs at startupWill Holley2020-01-211-1/+1
* Merge pull request #2473 from apache/infinite-loop-authRobert Newson2020-01-202-8/+5
|\