summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* test: run elixir tests, but down fail entire build if they failarchive/feat/selective-elixirfeat/selective-elixirJan Lehnardt2019-02-061-1/+2
* Merge pull request #1904 from apache/import-smooshRobert Newson2019-02-068-1085/+11
|\
| * remove elixir tests from 'make check' until they are reliableRobert Newson2019-02-061-1/+0
| * run formatting check before time-consuming testsRobert Newson2019-02-061-1/+1
| * Import smoosh from CloudantRobert Newson2019-02-067-1083/+10
|/
* Force mix rebar/hex/deps get on make elixir (#1894)Joan Touzet2019-02-052-6/+14
* Merge pull request #1901 from apache/fix-doc-update-invalid-rev-crashEric Avdey2019-02-052-5/+24
|\
| * Fix badarg crash on invalid rev for individual doc updatefix-doc-update-invalid-rev-crashEric Avdey2019-02-042-5/+24
|/
* Fix from_json_obj_validate crash when provided rev isn't a valid hexEric Avdey2019-02-042-3/+16
* Make from_json_error_cases tests idiomaticEric Avdey2019-02-041-10/+6
* Merge pull request #1889 from apache/import-cloudant-ioqRobert Newson2019-02-014-20/+15
|\
| * We don't need to verify that erlang:garbage_collect() worksimport-cloudant-ioqRobert Newson2019-02-011-16/+1
| * increase timeout on testRobert Newson2019-02-011-1/+1
| * Run each apps test in a separate processRobert Newson2019-02-011-3/+10
| * Import IOQ from CloudantRobert Newson2019-02-012-1/+4
|/
* add w:3 for lots of docs test (#1893)garren smith2019-02-011-1/+1
* formatGarren Smith2019-01-311-1/+5
* Add junit formatterGarren Smith2019-01-313-2/+4
* Change elixir test failing on travisGarren Smith2019-01-311-1/+4
* add elixir tests to travisGarren Smith2019-01-313-2/+9
* Change enviromental variables not to clash with travisGarren Smith2019-01-312-4/+4
* fix credo and formatting issues of elixir testsGarren Smith2019-01-319-47/+79
* Compaction: Add snooze_period_ms for finer tuning (#1880)Adrien Vergé2019-01-303-8/+72
* Merge pull request #1886 from apache/fix-pq-db-header-versionPeng Hui Jiang2019-01-3011-165/+41
|\
| * Fix engine header upgradesfix-pq-db-header-versionPaul J. Davis2019-01-3011-165/+41
|/
* Make it possible to override elixir couchdb settings via environmental variablesGarren Smith2019-01-302-3/+15
* Merge pull request #1877 from apache/restrict-purge-adminPeng Hui Jiang2019-01-292-1/+64
|\
| * restrict _purge to server adminrestrict-purge-adminjiangph2019-01-292-1/+64
|/
* rename partitions feature to partitioned featureGarren Smith2019-01-281-1/+1
* Update config dependency to 2.1.5Nick Vatamaniuc2019-01-241-1/+1
* fix test url to fix testGarren Smith2019-01-241-1/+1
* Shift to new GH multi-template issue workflow (#1872)Joan Touzet2019-01-234-32/+144
* Implement customizable chttpd statisticsPaul J. Davis2019-01-235-18/+206
* Make _all_docs and view query limits configurableGarren Smith2019-01-235-22/+155
* Blacklist known bad Erlang releases, fixes #1857 (#1871)Joan Touzet2019-01-222-1/+39
* Update to mochiweb 2.19.0Nick Vatamaniuc2019-01-223-2/+165
* default config for partition feature flagGarren Smith2019-01-221-0/+7
* Add ability to feature flag partitioned db'sGarren Smith2019-01-222-1/+68
* Add a test for a doc read with etagEric Avdey2019-01-211-0/+11
* Don't crash test on a response without Content-TypeEric Avdey2019-01-211-1/+3
* add default fabric request timeoutsGarren Smith2019-01-211-0/+5
* Add Global timeout for map/reduce queriesGarren Smith2019-01-215-4/+46
* Fix python2 compatibility for couchup (#1868)Paulo Eduardo Althoff2019-01-201-1/+1
* Add new /{db}/_sync_shards endpoint (admin-only) (#1811)Joan Touzet2019-01-183-1/+22
* Enforce partition size limitsPaul J. Davis2019-01-184-4/+403
* Use an accumulator when merging revision treesPaul J. Davis2019-01-181-14/+43
* Add Elixir tests for database partitionsPaul J. Davis2019-01-1811-3/+2149
* Support partitioned queries in MangoPaul J. Davis2019-01-1810-11/+182
* Use index names when testing index selectionPaul J. Davis2019-01-182-29/+28
* Optimize offset/limit for partition queriesPaul J. Davis2019-01-185-16/+29