summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Speedup eunit: couch_dbPaul J. Davis2019-12-251-18/+52
* Speedup eunit: chttpd_xframe_testPaul J. Davis2019-12-251-8/+21
* Speedup eunit: chttpd_prefer_header_testPaul J. Davis2019-12-251-16/+31
* Speedup eunit: chttpd_viewPaul J. Davis2019-12-251-9/+26
* Speedup eunit: couch_replicator_compact_testsPaul J. Davis2019-12-251-18/+21
* Speedup eunit: chttpd_endpoints_testsPaul J. Davis2019-12-251-136/+55
* Speedup eunit: couch_replicator_doc_processorPaul J. Davis2019-12-251-23/+45
* Speedup eunit: chttpd_db_bulk_get_testPaul J. Davis2019-12-251-30/+34
* Speedup eunit: chttpd_db_bulk_get_multipart_testPaul J. Davis2019-12-251-24/+43
* Speedup eunit: couchdb_file_compression_testsPaul J. Davis2019-12-251-67/+57
* Speedup eunit: fabric_doc_open_revsPaul J. Davis2019-12-251-36/+54
* Speedup eunit: couch_multidb_changesPaul J. Davis2019-12-251-56/+75
* Speedup eunit: couch_peruser_testPaul J. Davis2019-12-251-3/+3
* Cleanup eunit: couch_peruser_testPaul J. Davis2019-12-251-254/+273
* Disable JavaScript tests ported to ElixirPaul J. Davis2019-12-2524-69/+97
* Speedup JavaScript testsPaul J. Davis2019-12-2528-93/+92
* Silence already started message for cryptoPaul J. Davis2019-12-251-0/+2
* Switch replicator "info" error message to be an objectNick Vatamaniuc2019-12-233-6/+10
* Merge pull request #2345 from apache/sm60-davispPeng Hui Jiang2019-12-2133-56/+9014
|\
| * Add Javascript to support Spidermonkey 60sm60-davispjiangph2019-12-2016-41/+6925
| * Allow configuring the use of SpiderMonkey 60Paul J. Davis2019-12-201-5/+31
| * Import SpiderMonkey 60 based CouchJS sourcesjiangph2019-12-208-0/+1997
| * Enable multi-version SpiderMonkey supportPaul J. Davis2019-12-2010-22/+44
| * Add SpiderMonkey version option to configurePaul J. Davis2019-12-202-1/+30
|/
* Log test failures on TravisPaul J. Davis2019-12-191-0/+1
* Add show-test-results.py scriptPaul J. Davis2019-12-191-0/+437
* Merge pull request #2339 from apache/admin-only-by-defaultRobert Newson2019-12-183-10/+12
|\
| * All databases now admin-only by defaultadmin-only-by-defaultRobert Newson2019-12-183-10/+12
|/
* Remove pause after Erlang version warningPaul J. Davis2019-12-181-2/+1
* Merge pull request #2359 from cloudant/git-dir-warningJay Doane2019-12-171-0/+8
|\
| * Warn about orphan .git directoriesJay Doane2019-12-171-0/+8
|/
* Allow override of `-couch_ini` parameterAdrien Vergé2019-12-181-0/+2
* Fix use after free of ICU collatorsPaul J. Davis2019-12-171-1/+9
* Disable ken auto-building of this design docPaul J. Davis2019-12-171-0/+1
* Merge pull request #2355 from cloudant/exunit-compiler-warningsJay Doane2019-12-173-9/+8
|\
| * Fix exunit compiler warningsJay Doane2019-12-173-9/+8
|/
* Switch make elixir to use n = 1Garren Smith2019-12-1626-113/+114
* Update warning/error messages for Erlang versionsPaul J. Davis2019-12-161-10/+54
* Merge pull request #2352 from apache/remshWill Holley2019-12-161-2/+16
|\
| * Remsh: attempt to auto-locate Erlang cookieWill Holley2019-12-161-1/+11
| * Sanitize `ERL_FLAGS` in remshWill Holley2019-12-161-1/+5
|/
* Merge pull request #2357 from apache/mango_test_fixesWill Holley2019-12-161-0/+20
|\
| * Block on index available in testsmango_test_fixesWill Holley2019-12-161-0/+20
|/
* Merge pull request #2361 from cloudant/smoosh-utc-fixJay Doane2019-12-132-3/+1
|\
| * Suppress exunit compiler warningJay Doane2019-12-131-2/+0
| * Switch to UTCJay Doane2019-12-131-1/+1
|/
* Merge pull request #2356 from apache/5986-tests-onlyRobert Newson2019-12-133-1/+5
|\
| * Enable port 5986 for test suites only5986-tests-onlyRobert Newson2019-12-123-1/+5
|/
* Merge pull request #2353 from cloudant/exunit-coveriilyak2019-12-126-4/+109
|\
| * Integrate excoverals into test stackILYA Khlopotov2019-12-126-3/+107