summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* safer binary_to_term in mango_json_bookmarkmango-bookmark-3.0.xRobert Newson2020-04-231-1/+1
* fix: use correct logging module name, fixes #2797 (#2798) (#2812)Joan Touzet2020-04-221-1/+1
* Replace VM_ARGS with ARGS_FILE which is set as it is in couchdb script /etc/v...Joan Touzet2020-04-221-5/+16
* fix operator issue with empty arrays (#2805) (#2807)Tony Sun2020-04-222-3/+25
* Bump fauxton to v1.2.3 (#2515) (#2802)Joan Touzet2020-04-221-1/+1
* Port reduce_false.js and reduce_builtin.js to Elixir (#2541)Leonardo Pires2020-04-143-2/+334
* Port recreate docs testJuanjo Rodriguez2020-04-143-1/+167
* Improve test initializationJuanjo Rodriguez2020-04-041-7/+8
* Port view_offset.js to elixir test suiteAlessio Biancalana2020-04-044-2/+128
* Merge pull request #2744 from apache/3.0.x-backports-from-masterRobert Newson2020-04-0210-27/+299
|\
| * Merge pull request #2690 from apache/fix-create-db-optionsRussell Branca2020-04-027-21/+280
| * Merge pull request #2657 from apache/cookie-domain-deleteRobert Newson2020-04-022-2/+14
| * Merge pull request #2654 from apache/fix-filter-changes-feed-rewindsRobert Newson2020-04-021-1/+2
| * Merge pull request #2645 from danielbarbarito/users-db-security-editable-ini-fixRobert Newson2020-04-021-3/+3
|/
* fix: require_valid_user exception logicJan Lehnardt2020-04-012-7/+141
* Do not copy the #server.lru field to async openersPaul J. Davis2020-03-311-1/+4
* Port view_pagination integration test to elixir test suiteAlessio Biancalana2020-03-253-1/+192
* Port purge.js into elixir test suiteJuanjo Rodriguez2020-03-253-2/+170
* Ensure clean PATH for Windows couchdb.cmd (#2709)Joan Touzet2020-03-231-1/+1
* Fix ported to elixir tagJuanjo Rodriguez2020-03-225-4/+5
* Port http, method_override and jsonp tests into elixir test suite (#2646)Juanjo Rodriguez2020-03-219-8/+267
* Update smoosh defaults, default.ini (#2678)Joan Touzet2020-03-202-10/+28
* Port design_docs tests from js to elixir (#2641)Juanjo Rodriguez2020-03-203-1/+482
* 3.0.x merge - Port elixir proxyauth tests from js to elixir (#2660)
 (#2674)Juanjo Rodriguez2020-03-178-7/+203
* Port changes, _design_docs, design_options and design_paths tests from js to ...Juanjo Rodriguez2020-03-0411-130/+1404
* feat: add mac ci (#2622)Jan Lehnardt2020-03-021-0/+37
* Merge pull request #2616 from dottorblaster/port_form_submit_test_to_elixir_30xAlessio Biancalana2020-03-023-1/+32
|\
| * Mark form_submit JS test as ported in README and inside the test itselfAlessio Biancalana2020-03-022-1/+3
| * Port form_submit.js test to ElixirAlessio Biancalana2020-03-021-0/+29
|/
* Handle race condition during concurrent db creationNick 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
|\