summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Retry EUnit tests on failureretry-on-eunit-app-failureNick Vatamaniuc2019-07-291-2/+12
* Merge pull request #2039 from cloudant/exunit-simplifiediilyak2019-07-29205-79/+887
|\
| * Update .travis.ymlILYA Khlopotov2019-07-291-5/+0
| * Unify runners for unit and integration testsILYA Khlopotov2019-07-2912-93/+67
| * Add chained setupsILYA Khlopotov2019-07-2910-0/+685
| * Move eunit tests into test/eunit directoryILYA Khlopotov2019-07-29175-3/+3
| * Minimal ExUnit setupILYA Khlopotov2019-07-2912-3/+157
| * Fix credo complains for dreyfusILYA Khlopotov2019-07-291-2/+2
|/
* Fix EUnit timeouts (#2087)Adam Kocoloski2019-07-286-104/+130
* Fix flaky mem3_sync_event_listener EUnit testNick Vatamaniuc2019-07-281-8/+31
* Increase timeouts on two slow btree testsAdam Kocoloski2019-07-281-2/+7
* Make sure that fsync errors are raisedPaul J. Davis2019-07-222-3/+59
* Add missing purge settings to default.iniNick Vatamaniuc2019-07-111-0/+11
* Fix max_document_id_length value in default.iniNick Vatamaniuc2019-07-111-1/+1
* Add erlang 22 supportNick Vatamaniuc2019-07-102-3/+6
* Merge pull request #2062 from cloudant/update-ioq-2.1.2iilyak2019-07-031-1/+1
|\
| * Update ioq to 2.1.2ILYA Khlopotov2019-06-271-1/+1
|/
* Merge pull request #2037 from kocolosk/dreyfus-by-defaultAdam Kocoloski2019-06-2145-5/+4995
|\
| * Merge branch 'master' into dreyfus-by-defaultAdam Kocoloski2019-06-201-3/+4
| |\ | |/ |/|
* | Improve PR template with @kocolosk feedbackJoan Touzet2019-06-201-3/+4
| * Document config settings related to search systemAdam Kocoloski2019-06-201-0/+29
| * Further improve detection of Search systemAdam Kocoloski2019-06-201-5/+12
| * Improve error message on Clouseau connection failAdam Kocoloski2019-06-181-6/+13
| * Improve detection of Search subsystemAdam Kocoloski2019-06-143-5/+14
| * Merge branch 'master' into dreyfus-by-defaultAdam Kocoloski2019-06-141-3/+31
| |\ | |/ |/|
* | Make mem3_rep:go work when target shards are not yet present in shard mapNick Vatamaniuc2019-06-121-3/+31
| * Add Dreyfus to Erlang releaseAdam Kocoloski2019-05-253-0/+4
| * Ensure Dreyfus JS code is included in buildAdam Kocoloski2019-05-252-0/+4
| * Add dreyfus.js from cloudant/couchdb@c323f1943Adam Kocoloski2019-05-251-0/+62
| * Add 'src/dreyfus/' from commit '80e3cd8111bda643686d9165ea6afa99d0d33cd4'Adam Kocoloski2019-05-2536-0/+4868
| |\ |/ /
| * Address EPI's startup use of dreyfus_configAdam Kocoloski2019-05-211-1/+6
| * Merge pull request #47 from cloudant-labs/adjust-io_queue-searchPeng Hui Jiang2019-05-141-0/+6
| |\
| | * adjust metric for io_queue-searchjiangph2019-05-141-0/+6
| |/
| * Merge pull request #46 from cloudant-labs/use-dedicated-search-ioq-channelRussell Branca2019-04-183-4/+10
| |\
| | * Add IOQ2 metric for search trafficRussell Branca2019-04-121-0/+6
| | * Use dedicated search IOQ channelRussell Branca2019-04-122-4/+4
| |/
| * Merge pull request #45 from cloudant-labs/add-pricing-for-pqgarren smith2019-03-281-0/+2
| |\
| | * add stats for searchGarren Smith2019-03-281-0/+2
| |/
| * Merge pull request #44 from cloudant-labs/avoid-dreyfus-index-manager-for-dis...Rob Allen2019-03-071-7/+3
| |\
| | * Avoid dreyfus_index_manager for _search_disk_size.Rob Allen2019-03-071-7/+3
| |/
| * Merge pull request #43 from cloudant-labs/116712-fix-deleteRobert Newson2019-02-171-1/+1
| |\
| | * Always send a binary when calling clouseau_rpc:deleteRobert Newson2019-02-161-1/+1
| |/
| * fix function_clause (#42)Tony Sun2019-02-131-1/+1
| * Fixed typoPaul J. Davis2019-02-071-1/+1
| * Merge pull request #41 from cloudant-labs/partition-parametersPaul J. Davis2019-02-062-4/+34
| |\
| | * Reject multiple conflicting values of `partition`Paul J. Davis2019-02-062-4/+34
| |/
| * Merge pull request #40 from cloudant-labs/search-using-limit-with-postPeng Hui Jiang2019-01-292-1/+23
| |\
| | * Support search with limit using POST methodjiangph2019-01-282-1/+23
| |/
| * Merge pull request #34 from cloudant-labs/feature/database-partitionsPaul J. Davis2019-01-1812-75/+431
| |\
| | * Implement separate limits for partitioned queriesjiangph2019-01-091-11/+28