summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* [fixup|_job] improve commentsprototype/fdb-replicatorNick Vatamaniuc2020-09-151-3/+10
* [fixup|_parse] reformat sock_optsNick Vatamaniuc2020-09-141-2/+13
* [fixup|_docs] mention that a BDU could prevent document updates tooNick Vatamaniuc2020-09-141-1/+1
* [fixup|_docs] put closing bracket on its own lineNick Vatamaniuc2020-09-141-3/+6
* [fixup|fabric2_db] fix undelete after_db_create clauseNick Vatamaniuc2020-09-141-4/+4
* Update and clean up testsNick Vatamaniuc2020-09-1121-1563/+2210
* Update replicator's readme fileNick Vatamaniuc2020-09-111-251/+61
* Update and cleanup default.ini replicator entriesNick Vatamaniuc2020-09-111-19/+59
* Update replicator http handlers and supervisorNick Vatamaniuc2020-09-114-193/+149
* Update backend replicator modulesNick Vatamaniuc2020-09-114-29/+1992
* Update frontend replicator modulesNick Vatamaniuc2020-09-113-280/+530
* Introduce couch_replicator_jobs abstraction moduleNick Vatamaniuc2020-09-112-0/+313
* Update couch_replicator_idsNick Vatamaniuc2020-09-111-61/+141
* Handle option maps in lower level modulesNick Vatamaniuc2020-09-113-100/+127
* Move parsing and validation to couch_replicator_parse moduleNick Vatamaniuc2020-09-113-766/+737
* Cleanup couch_replicator_utils moduleNick Vatamaniuc2020-09-113-108/+137
* Delete old 2.x-3.x replicator modulesNick Vatamaniuc2020-09-1116-5936/+0
* Add fold_jobs/4 and pending_count/2,3 to couch_jobs APINick Vatamaniuc2020-09-112-10/+59
* Handle possible iodata from jiffy:encode in couch_jobsNick Vatamaniuc2020-09-111-2/+2
* Read attachment data outside the transactionNick Vatamaniuc2020-09-112-10/+36
* Add after_db_create/2 and after_db_delete/2 callbacks to fabricNick Vatamaniuc2020-09-113-3/+23
* Fix buffer_response=true (#3145)Robert Newson2020-09-112-10/+14
* Fix flaky active tasks testPaul J. Davis2020-09-101-0/+3
* Update all the type monitors after setting any couch jobs type timeoutNick Vatamaniuc2020-09-091-1/+2
* Add node and pid to indexer active tasks outputNick Vatamaniuc2020-09-092-1/+16
* Merge pull request #3133 from bessbd/backport-fdb-fix-copy-docRobert Newson2020-09-072-1/+13
|\
| * Make COPY doc return only one "ok"Bessenyei Balázs Donát2020-09-072-1/+13
|/
* Add option to delay responses until the endRobert Newson2020-09-073-9/+125
* Disable node validation in productionPaul J. Davis2020-09-031-1/+7
* Optimize umerge_membersPaul J. Davis2020-09-031-4/+20
* Implement caching of immutable ebtree nodesRobert Newson2020-09-031-43/+142
* Implement ebtree:lookup_multi/3Paul J. Davis2020-09-031-0/+61
* Implement ebtree:insert_multi/3Paul J. Davis2020-09-031-0/+164
* Allow creating new deleted documentsNick Vatamaniuc2020-09-032-6/+17
* Handle empty maps in active_tasks data structuremaserNick Vatamaniuc2020-09-012-1/+122
* Merge pull request #3094 from cloudant/use-key_docidiilyak2020-08-314-26/+263
|\
| * Fix ordering of page_size based pagination for viewsILYA Khlopotov2020-08-314-26/+263
|/
* Merge pull request #3101 from apache/fix-couch-jobs-for-active-tasksTony Sun2020-08-251-1/+2
|\
| * clear jobs data in active area during removalfix-couch-jobs-for-active-tasksTony Sun2020-08-251-1/+2
|/
* Merge pull request #3100 from apache/aegis-sensitive-falseRobert Newson2020-08-251-25/+34
|\
| * Clear sensitive flag at end of public api functionsRobert Newson2020-08-251-25/+34
|/
* Merge pull request #3092 from apache/dont-log-client-disconnectsRobert Newson2020-08-201-0/+2
|\
| * Don't log client disconnectsRobert Newson2020-08-201-0/+2
* | Do not use (catch ...) in couch_views_reader:load_docs/4Nick Vatamaniuc2020-08-201-2/+1
|/
* add has_failures to couch_rate_limiter (#3088)garren smith2020-08-191-7/+10
* Merge pull request #3065 from apache/prototype/fdb-layer-ebtree-persist-funRobert Newson2020-08-061-6/+25
|\
| * Pluggable persist_funRobert Newson2020-08-061-6/+25
|/
* Merge pull request #3062 from apache/prototype/fdb-layer-ebtree-enhanceRobert Newson2020-08-061-15/+65
|\
| * extra testsRobert Newson2020-08-061-0/+49
| * Tighten expectation of members format by levelRobert Newson2020-08-061-15/+16
|/