summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Remove printstest-improvementsJay Doane2020-02-122-2/+0
* Eliminate compiler warningsJay Doane2020-02-121-1/+1
* Fix failing test getting 500 expecting 503Jay Doane2020-02-121-1/+6
* basic loading of conflicts for docsGarren Smith2020-02-113-2/+24
* getting tests to passGarren Smith2020-02-1013-40/+49
* add bookmark supportGarren Smith2020-02-104-39/+70
* Wrap lines to 80 chars and remove trailing whitespaceJay Doane2020-02-063-90/+270
* more work on background indexerGarren Smith2020-02-0613-32/+44
* background indexing for mangoGarren Smith2020-02-0516-56/+877
* fix loading doc body in mango_idx:listGarren Smith2020-02-037-15/+25
* Refactor mango indexer hookJay Doane2020-02-032-33/+43
* able to add/delete/update mango fdb indexesGarren Smith2020-01-307-166/+252
* range query fixes from testsGarren Smith2020-01-2912-415/+448
* index and _all_docs queries workingGarren Smith2020-01-298-393/+439
* initial creation of fdb startkey/endkeyGarren Smith2020-01-279-138/+223
* very rough indexing and return docsGarren Smith2020-01-2712-855/+1006
* mango crud index definitionsGarren Smith2020-01-275-24/+69
* change mango test auth to match elixirGarren Smith2020-01-272-4/+4
* add crude mango hook and indexer setupGarren Smith2020-01-275-4/+215
* 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
* Optimize view read latency when the view readyGarren Smith2019-11-261-20/+26
* Change end-point /_up to check fdb connectivityEric Avdey2019-11-222-6/+11
* Add operation names for all HTTP endpointsPaul J. Davis2019-11-227-27/+540
* Implement node typesNick Vatamaniuc2019-11-216-18/+163
* Trace fdb transactionsILYA Khlopotov2019-11-203-11/+39
* Trace http endpointsILYA Khlopotov2019-11-204-6/+146
* Add ctrace applicationILYA Khlopotov2019-11-2016-9/+1757
* Implement fabric2_server:fdb_cluster/0ILYA Khlopotov2019-11-201-12/+23
* Support regexp based blacklist in configILYA Khlopotov2019-11-201-16/+19
* Check membership when calling get_security/1 in fabric2_dbNick Vatamaniuc2019-11-182-73/+64
* Assert Db handle field existence in `load_config/1` in fabric2_fdbNick Vatamaniuc2019-11-141-3/+5
* Update fabric2_fdb's set_config to take un-encoding valuesNick Vatamaniuc2019-11-142-34/+26
* Before starting a db transanction, refresh the db handle from the cacheNick Vatamaniuc2019-11-142-21/+50
* Check security properties in the main transactionNick Vatamaniuc2019-11-145-56/+71
* Ensure we can create partitioned design docs with FDBNick Vatamaniuc2019-11-042-12/+20
* Merge pull request #2279 from cloudant/refactor-user-ctx-handlingiilyak2019-10-311-61/+42
|\
| * Pass contexts to fabric2_db functionsILYA Khlopotov2019-10-241-61/+42
* | Abandon a view job if the db or ddoc is deletedPaul J. Davis2019-10-301-2/+21
* | Use "\xFF/metadataVersion" key for checking metadataNick Vatamaniuc2019-10-302-15/+3
* | add test to prove we can view swapGarren Smith2019-10-281-0/+67
* | Add a special error for an invalid legacy local doc revsionNick Vatamaniuc2019-10-241-2/+7