summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* Encode startkey/endkey for all_docs (#2538)garren smith2020-03-021-10/+43
* Retry for failed indexes buildsGarren Smith2020-03-021-0/+32
* Change end-point /_up to check fdb connectivityEric Avdey2020-03-021-0/+6
* add test to prove we can view swapGarren Smith2020-03-021-0/+67
* Chunkify local docsNick Vatamaniuc2020-03-021-0/+2
* Add more deleted docs replication cases to integration testNick Vatamaniuc2020-03-021-25/+95
* Implement setting and getting _revs_limitNick Vatamaniuc2020-03-021-0/+17
* Handle update_seq for _local_docsNick Vatamaniuc2020-03-021-0/+10
* Add a max db name length config optionNick Vatamaniuc2020-03-021-0/+7
* Implement _design_docs and _local_docsNick Vatamaniuc2020-03-021-0/+119
* Implement _all_docs/queriesNick Vatamaniuc2020-03-021-0/+40
* CouchDB map indexes on FDBGarren Smith2020-03-023-23/+479
* Reinitialize chttpd_auth_cache on config changePaul J. Davis2020-03-021-3/+1
* Fix formatting of all_docs_test.exsPaul J. Davis2020-03-021-1/+1
* Implement _all_dbs/_all_docs API parametersPaul J. Davis2020-03-021-1/+2
* Remove tests for deprecated features.Paul J. Davis2020-03-0215-3177/+0
* Implement attachment compressionPaul J. Davis2020-03-021-3/+4
* Start switching chttpd HTTP endpoints to fabric2Paul J. Davis2020-03-021-1/+1
* Update build system for FoundationDBPaul J. Davis2020-03-021-0/+3
* Mark form_submit JS test as ported in README and inside the test itselfAlessio Biancalana2020-02-272-1/+3
* Port form_submit.js test to ElixirAlessio Biancalana2020-02-271-0/+29
* Port changes.js test suite into elixirJuanjo Rodriguez2020-02-203-19/+973
* Port reduce_false.js and reduce_builtin.js to Elixir (#2541)Leonardo Pires2020-02-133-2/+334
* Fix Windows build (#2534)3.0.0-RC1Joan Touzet2020-02-081-1/+6
* Fix test failure in view_errors.jsPaul J. Davis2020-02-071-2/+7
* Simplify couch_auth_cacheNick Vatamaniuc2020-02-062-11/+4
* log thingRobert Newson2020-02-051-0/+1
* Add POST /_node/<node>/_config/_reloadWill Holley2020-01-211-0/+7
* Port etags tests to elixirJuanjo Rodriguez2020-01-174-9/+170
* Preserve replication job stats when jobs are re-createdNick Vatamaniuc2020-01-141-36/+36
* Remove debug logging from test/javascript/runPaul J. Davis2020-01-101-1/+0
* Add a JUnit report to JavaScript testsPaul J. Davis2020-01-091-4/+72
* Debug design_docs.js failurePaul J. Davis2020-01-081-2/+4
* Log the exit code of couchjsPaul J. Davis2020-01-081-1/+1
* Set the session correctlyPaul J. Davis2020-01-071-17/+8
* Remove allowance for unnamed_errorPaul J. Davis2020-01-061-1/+1
* Set `couchTests.elixir = true` to skip ported testsPaul J. Davis2020-01-064-4/+4
* Feature/user db security obj readonly (#2395)Jan Lehnardt2020-01-041-4/+16
* Multi/elixir 3 (#2394)Jan Lehnardt2020-01-0462-32/+1140
* Autoupdate false test (#2311)Robert Newson2020-01-042-2/+33
* Port erlang views tests into elixir test suite (#2237)Juanjo Rodriguez2020-01-042-1/+118
* Disable JavaScript tests ported to ElixirPaul J. Davis2019-12-2524-69/+97
* Speedup JavaScript testsPaul J. Davis2019-12-2528-93/+92
* Add Javascript to support Spidermonkey 60sm60-davispjiangph2019-12-203-3/+3
* Disable ken auto-building of this design docPaul J. Davis2019-12-171-0/+1
* Fix exunit compiler warningsJay Doane2019-12-173-9/+8
* Switch make elixir to use n = 1Garren Smith2019-12-1624-110/+111
* Block on index available in testsmango_test_fixesWill Holley2019-12-161-0/+20
* Allow all params to be passed via body for POST _all_docsBessenyei Balázs Donát2019-12-093-0/+328
* Allow all params to be passed via body for POST viewBessenyei Balázs Donát2019-12-051-0/+143