summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Send a 500, not a 400, for unknown search errorsmango-search-error-400-500Robert Newson2019-08-231-1/+1
* Fix _scheduler/docs response for local replication endpointsNick Vatamaniuc2019-08-202-8/+11
* Refactor test to keep setup/teardown out of timerAdam Kocoloski2019-08-181-8/+11
* Extend timeout on shard splitting testAdam Kocoloski2019-08-181-1/+1
* Extend timeouts for chttpd_view_test suiteAdam Kocoloski2019-08-161-6/+7
* Extend timeouts for chttpd_db_test suiteAdam Kocoloski2019-08-161-42/+43
* Extend timeouts for couch_bt_engine_upgrade_testsAdam Kocoloski2019-08-161-8/+9
* Refactor fabric:cleanup_index_filesILYA Khlopotov2019-08-152-10/+116
* Support map childspecs in couch_epi supervisor's children replacementepi-support-map-childspecEric Avdey2019-08-152-12/+27
* Fix replication rescheduling Running < MaxJobs corner caseNick Vatamaniuc2019-08-141-33/+49
* fixup for dreyfus_fabric_cleanup:go/1fixup-cleanup-gojiangph2019-08-132-5/+8
* Extend timeout for mrview_purge_docs_fabricAdam Kocoloski2019-08-091-5/+5
* Move couch startup to a fixtureAdam Kocoloski2019-08-091-39/+37
* Add timeout for couch_db_split_testsAdam Kocoloski2019-08-091-1/+2
* Fix cpse_test_purge_replication eunit testNick Vatamaniuc2019-08-071-2/+9
* Remove local replication endpoints in CouchDB 3.xNick Vatamaniuc2019-07-3121-436/+120
* Fix mem3_sync_event_listener EUnit testNick Vatamaniuc2019-07-301-20/+8
* Move eunit tests into test/eunit directoryILYA Khlopotov2019-07-29175-3/+3
* Minimal ExUnit setupILYA Khlopotov2019-07-291-0/+2
* 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
* 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 'src/dreyfus/' from commit '80e3cd8111bda643686d9165ea6afa99d0d33cd4'Adam Kocoloski2019-05-2536-0/+4868
|\ \ | |/ |/|
| * Address EPI's startup use of dreyfus_configAdam Kocoloski2019-05-211-1/+6
| * Use dedicated search IOQ channelRussell Branca2019-04-122-4/+4
| * add stats for searchGarren Smith2019-03-281-0/+2
| * Avoid dreyfus_index_manager for _search_disk_size.Rob Allen2019-03-071-7/+3
| * 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
| * Reject multiple conflicting values of `partition`Paul J. Davis2019-02-061-2/+22
| * Support search with limit using POST methodjiangph2019-01-281-1/+1
| * Implement separate limits for partitioned queriesjiangph2019-01-091-11/+28
| * Add partition search testsGarren Smith2019-01-091-0/+1
| * Support partitioned queriesPaul J. Davis2019-01-094-24/+165
| * Remove deprecated clausesPaul J. Davis2018-12-202-42/+6
| * Fix function_clause caused by malformed accumulatorRobert Newson2018-12-141-1/+1
| * Avoid calls to `fabric:design_docs/1`Paul J. Davis2018-12-051-22/+3
| * use updated_on instead of timestamp_utc in local purge docjiangph2018-10-251-1/+1
| * Update to use new purge APIchguocloudant2018-09-287-17/+298
| * Improve search blacklistjiangph2018-08-305-0/+12
| * fix typo to noreply (#29)Tony Sun2018-08-161-1/+1
| * Add ability to black list indexes (#27)Tony Sun2018-08-159-13/+88