summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| | * Identify and report on conflicted partition tablesAdam Kocoloski2013-05-302-9/+32
| |/
| * Merge pull request #6 from cloudant/17702-import-couch-eventAdam Kocoloski2013-05-242-15/+19
| |\
| | * Update to use new couch_event applicationPaul J. Davis2013-04-242-15/+19
| |/
| * Merge pull request #5 from cloudant/allow-conflict-resolutionRobert Newson2013-03-051-0/+1
| |\
| | * Allow conflict resolutionRobert Newson2013-03-041-0/+1
| |/
| * Merge pull request #4 from cloudant/13179-config-refactorAdam Kocoloski2013-02-272-3/+4
| |\
| | * Add explicit dependency on configAdam Kocoloski2013-02-271-0/+1
| | * Use config app instead of couch_configAdam Kocoloski2013-02-271-3/+3
| * | Reopen the db if we need to retry the design docPaul J. Davis2013-02-251-2/+4
| |/
| * Rescan shards if asked to during a scanPaul J. Davis2013-02-211-22/+27
| * Implement checks for system db presencePaul J. Davis2013-02-202-1/+177
| * Export custodian_util:ensure_dbs_exists/0Paul J. Davis2013-02-201-7/+7
| * Remove long call from custodian_server:init/1Paul J. Davis2013-02-201-17/+45
| * Merge pull request #3 from cloudant/17453-behave-yourselfRobert Newson2013-02-202-7/+19
| |\
| | * Open shards directly, avoiding mem3's cacheRobert Newson2013-02-201-5/+13
| | * scan after init returnsRobert Newson2013-02-201-2/+5
| | * use background i/o throughoutRobert Newson2013-02-201-0/+1
| |/
| * Send clear traps for both availability and impairedness.Benjamin Anderson2013-01-241-20/+14
| * Introduce custodian:report()Robert Newson2013-01-243-2/+21
| * Move fold code to _utilRobert Newson2013-01-242-63/+75
| * Include typeRobert Newson2013-01-171-2/+2
| * Pass arguments to send_snmptrap correctlyRobert Newson2013-01-161-2/+2
| * send alerts on detection of redundancy lossRobert Newson2013-01-104-150/+82
| * Enable efficient query by redundancy levelRobert Newson2013-01-104-144/+149
| * fix indentationRobert Newson2013-01-081-44/+44
| * inject validation functionRobert Newson2013-01-082-9/+43
| * fix indentationRobert Newson2013-01-081-4/+4
| * inject parameterized ddocRobert Newson2013-01-082-5/+60
| * ignore deleted documentsRobert Newson2013-01-081-0/+2
| * let's count themRobert Newson2013-01-071-1/+1
| * view definitions to find under-protected dataRobert Newson2013-01-071-0/+25
| * fix compilation warningRobert Newson2013-01-071-1/+1
| * send failure and restore events as neededRobert Newson2013-01-071-4/+9
| * call correct functionRobert Newson2013-01-071-2/+2
| * send SNMP trapRobert Newson2013-01-071-5/+8
| * Send summary but provide report optionRobert Newson2013-01-042-25/+46
| * Ignore all _-prefixed thingsRobert Newson2013-01-041-1/+1
| * Initial commitRobert Newson2013-01-046-0/+218
* Add missing default headers to responsesBessenyei Balázs Donát2020-11-244-3/+28
* Merge pull request #3277 from cloudant/req_body-json-3.xiilyak2020-11-235-17/+19
|\
| * 'req_body' suppose to hold JSON objILYA Khlopotov2020-11-231-8/+6
| * Simplify using `req_body` for JSON requestsILYA Khlopotov2020-11-193-7/+8
| * Use `req_body` field if presentILYA Khlopotov2020-11-191-2/+5
|/
* Merge pull request #3271 from apache/couch_att_erroneous_md5_mismatchRobert Newson2020-11-161-6/+2
|\
| * Remove incorrect MD5 checkRobert Newson2020-11-161-6/+2
|/
* Merge pull request #3254 from apache/3.x-add-mango-operator-match-key-in-mapPeng Hui Jiang2020-11-102-0/+41
|\
| * added $keyMapMatch Mango operatorMichal Borkowski2020-11-102-0/+41
|/
* Merge pull request #3255 from apache/3.x-reset-corrupt-view-index-2Peng Hui Jiang2020-11-101-0/+6
|\
| * Reset if we don't get a view header3.x-reset-corrupt-view-index-2Robert Newson2020-11-091-0/+6
|/
* Merge pull request #3253 from apache/check_local_dbsPeng Hui Jiang2020-11-091-4/+3
|\