summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Don't reset logs when JS tests restart the serverfix-log-resets-during-js-testsPaul J. Davis2017-09-131-1/+7
* Provide a more accurate size check for max_document_size limitNick Vatamaniuc2017-09-135-5/+183
* Do not crash when free space cannot be calculated (#803)Will Holley2017-09-121-16/+28
* Log unhandled mango errorsWill Holley2017-09-121-7/+7
* Return 400 when no index can fulfil a sortWill Holley2017-09-122-3/+11
* Use unittest assertions in mango index testsWill Holley2017-09-121-15/+15
* Use unittest assert in index selection testsWill Holley2017-09-121-8/+8
* Avoid duplicate index selection in MangoWill Holley2017-09-125-16/+28
* Query operator tests for multiple index types (#800)Will Holley2017-09-113-14/+97
* Implement attachment size limitsNick Vatamaniuc2017-09-0712-20/+526
* Allow library object in other design doc sections besides viewsNick Vatamaniuc2017-09-062-16/+51
* Improve Mango operator tests (#792)Will Holley2017-09-052-24/+70
* Pass user ctx when opening a doc in show handlerEric Avdey2017-09-042-5/+54
* Merge pull request #765 from willholley/mango_explain_view_parametersWill Holley2017-09-042-20/+38
|\
| * include mrview options in _explain resultWill Holley2017-09-042-20/+38
|/
* Remove copy/paste error in jenkinsfileJoan Touzet2017-08-301-6/+0
* Fix Jenkins build - always pull latest pkg imgJoan Touzet2017-08-301-42/+50
* basic execution statistics for _find (#768)Will Holley2017-08-309-28/+230
* Merge pull request #761 from cloudant/print-linked-processes2iilyak2017-08-291-0/+517
|\
| * Fix tree generation in testsILYA Khlopotov2017-08-231-21/+52
| * Add comment about structure of TableSpecILYA Khlopotov2017-08-231-0/+7
| * Fix copy/paste error spawn -> spawn_linkILYA Khlopotov2017-08-231-1/+1
| * Fix typos in helpILYA Khlopotov2017-08-231-6/+6
| * ps is goneILYA Khlopotov2017-08-231-2/+1
| * Remove dependency on properILYA Khlopotov2017-08-231-17/+21
| * Add few testsILYA Khlopotov2017-08-231-0/+75
| * Fix double mention of link_tree in helpILYA Khlopotov2017-08-231-1/+0
| * Remove ps functionILYA Khlopotov2017-08-231-18/+15
| * Rename functions to clarify they work on treeILYA Khlopotov2017-08-231-18/+18
| * Add help functionILYA Khlopotov2017-08-211-0/+181
| * Add a debugging utilities for listing processesILYA Khlopotov2017-08-181-0/+224
* | Cleanup mango test runner scriptNick Vatamaniuc2017-08-231-3/+3
* | Avoid race condition in couch_mrview_ddoc_updated_tests (#764)Mayya Sharipova2017-08-231-1/+7
* | Fix chttpd's tests warnings (#771)Eric Avdey2017-08-232-40/+47
* | Removing Dockerfile in favour of apache/couchdb-docker repoJoan Touzet2017-08-221-36/+0
* | Prevent custom test config from persistingEric Avdey2017-08-221-2/+3
* | remove commented out code (#766)garren smith2017-08-221-3/+0
* | Merge pull request #762 from cloudant/allow-code-upgrade-for-rexi_monitoriilyak2017-08-211-1/+2
|\ \
| * | Use fully qualified call to allow code upgradeILYA Khlopotov2017-08-181-1/+2
| |/
* | Update README Jenkins link and minor misc. cleanupJoan Touzet2017-08-183-5/+8
|/
* Merge pull request #746 from cloudant/91868-improve-log-from-rexiiilyak2017-08-161-1/+5
|\
| * Log additional information on crashes from rexiILYA Khlopotov2017-08-141-1/+5
* | run mango tests on travis (#753)garren smith2017-08-164-1/+55
* | Add Bookmark support for mango json queries (#740)garren smith2017-08-166-9/+369
* | really remove <fieldname>.[]:<type> when choosing index for $in (#752)Tony Sun2017-08-152-8/+12
|/
* Merge pull request #751 from cloudant/add-missing-stat-for-503iilyak2017-08-141-0/+4
|\
| * Add [couchdb, httpd_status_codes, 503] metricILYA Khlopotov2017-08-141-0/+4
|/
* Merge pull request #742 from apache/couch_epi_crypto_depRobert Newson2017-08-131-1/+2
|\
| * couch_epi depends on crypto appcouch_epi_crypto_depRobert Newson2017-08-091-1/+2
* | Merge pull request #744 from cloudant/allow-503-responseRobert Newson2017-08-101-0/+2
|\ \