summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Enable coverage for mango eunit testsarchive/mango-eunit-test-fixesmango-eunit-test-fixesJay Doane2020-02-161-0/+2
* Fix mango_cursor_view testsJay Doane2020-02-141-4/+4
* Fix mango_idx testsJay Doane2020-02-141-9/+14
* Fix mango_jobs_indexer_testJay Doane2020-02-141-2/+2
* Suppress compiler warningsJay Doane2020-02-133-18/+12
* Fix mango_indexer_testJay Doane2020-02-131-1/+1
* split out queries and all tests passingGarren Smith2020-02-139-125/+164
* Remove printsJay Doane2020-02-132-2/+0
* Eliminate compiler warningsJay Doane2020-02-131-1/+1
* Fix failing test getting 500 expecting 503Jay Doane2020-02-131-1/+6
* basic loading of conflicts for docsGarren Smith2020-02-133-2/+24
* getting tests to passGarren Smith2020-02-1313-40/+49
* add bookmark supportGarren Smith2020-02-134-39/+70
* Wrap lines to 80 chars and remove trailing whitespaceJay Doane2020-02-133-90/+270
* more work on background indexerGarren Smith2020-02-1313-32/+44
* background indexing for mangoGarren Smith2020-02-1316-56/+877
* fix loading doc body in mango_idx:listGarren Smith2020-02-137-15/+25
* Refactor mango indexer hookJay Doane2020-02-132-33/+43
* able to add/delete/update mango fdb indexesGarren Smith2020-02-137-166/+252
* range query fixes from testsGarren Smith2020-02-1312-415/+448
* index and _all_docs queries workingGarren Smith2020-02-138-393/+439
* initial creation of fdb startkey/endkeyGarren Smith2020-02-139-138/+223
* very rough indexing and return docsGarren Smith2020-02-1317-855/+1328
* mango crud index definitionsGarren Smith2020-02-135-24/+69
* change mango test auth to match elixirGarren Smith2020-02-132-4/+4
* add crude mango hook and indexer setupGarren Smith2020-02-135-4/+215
* Encode startkey/endkey for all_docs (#2538)garren smith2020-02-133-16/+60
* Merge pull request #2519 from cloudant/fix-b3-headeriilyak2020-02-046-112/+121
|\
| * Add basic test case for b3 fixILYA Khlopotov2020-02-042-0/+103
| * fix b3 - Headers suppose to be stringsILYA Khlopotov2020-02-041-1/+1
| * Support setting base_url in Couch test helperILYA Khlopotov2020-02-041-7/+14
| * Update httpotion to 3.1.3ILYA Khlopotov2020-02-043-104/+3
|/
* Merge pull request #2494 from cloudant/add-http-reporteriilyak2020-01-304-16/+56
|\
| * Support jaeger http reporterILYA Khlopotov2020-01-304-16/+56
|/
* Merge pull request #2503 from apache/reserve-search-namespaceRobert Newson2020-01-291-0/+1
|\
| * reserve search namespacereserve-search-namespaceRobert Newson2020-01-291-0/+1
|/
* Merge pull request #2499 from apache/expiring-cache-cleanupJay Doane2020-01-281-1/+0
|\
| * Delete unused ets table creationexpiring-cache-cleanupJay Doane2020-01-281-1/+0
|/
* Merge pull request #2495 from apache/prototype/fdb-layer-bump-ioqEric Avdey2020-01-281-1/+1
|\
| * Bump ioq to 2.1.3prototype/fdb-layer-bump-ioqEric Avdey2020-01-281-1/+1
|/
* Change map indexes to be stored in one rowGarren Smith2020-01-223-114/+17
* Merge pull request #2451 from cloudant/tracing-externaliilyak2020-01-212-5/+10
|\
| * Add `external` tag to opentrace eventsILYA Khlopotov2020-01-142-5/+10
|/
* Improve transaction name setting when tracing FDB transactionsNick Vatamaniuc2019-12-181-1/+4
* Merge pull request #2331 from cloudant/expiring-cacheJay Doane2019-12-109-0/+507
|\
| * Expiring cacheexpiring-cacheJay Doane2019-12-109-0/+507
|/
* Delete attachments when no longer referencedPaul J. Davis2019-12-105-20/+428
* Silence test suite warning message about cryptoPaul J. Davis2019-12-101-0/+4
* Normalize fabric2 test suitePaul J. Davis2019-12-0517-209/+214
* Retry for failed indexes buildsGarren Smith2019-12-023-6/+103