summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Use {restart_tx, false} option in view index builder changes feedNick Vatamaniuc2020-03-021-1/+2
* Implement mult-transactional iterators for _changes feedsNick Vatamaniuc2020-03-025-70/+364
* Support `GET /_dbs_info` endpointPaul J. Davis2020-03-021-1/+48
* Implement `fabric2_db:list_dbs_info/1,2,3`Paul J. Davis2020-03-023-16/+126
* Implement async API for `fabric2_fdb:get_info/1`Paul J. Davis2020-03-021-0/+9
* Track a database level view size rollupPaul J. Davis2020-03-022-20/+33
* Fix doc attachment testsPaul J. Davis2020-03-021-2/+2
* Encode startkey/endkey for all_docs (#2538)garren smith2020-03-023-16/+60
* Add basic test case for b3 fixILYA Khlopotov2020-03-022-0/+103
* fix b3 - Headers suppose to be stringsILYA Khlopotov2020-03-021-1/+1
* Support jaeger http reporterILYA Khlopotov2020-03-024-16/+56
* reserve search namespaceRobert Newson2020-03-021-0/+1
* Delete unused ets table creationJay Doane2020-03-021-1/+0
* Change map indexes to be stored in one rowGarren Smith2020-03-023-114/+17
* Add `external` tag to opentrace eventsILYA Khlopotov2020-03-022-5/+10
* Improve transaction name setting when tracing FDB transactionsNick Vatamaniuc2020-03-021-1/+4
* Expiring cacheJay Doane2020-03-029-0/+507
* Delete attachments when no longer referencedPaul J. Davis2020-03-025-20/+428
* Normalize fabric2 test suitePaul J. Davis2020-03-0217-209/+214
* Retry for failed indexes buildsGarren Smith2020-03-023-6/+103
* Optimize view read latency when the view readyGarren Smith2020-03-021-20/+26
* Change end-point /_up to check fdb connectivityEric Avdey2020-03-022-6/+11
* Add operation names for all HTTP endpointsPaul J. Davis2020-03-027-27/+540
* Implement node typesNick Vatamaniuc2020-03-026-18/+163
* Trace fdb transactionsILYA Khlopotov2020-03-023-11/+39
* Trace http endpointsILYA Khlopotov2020-03-024-6/+146
* Add ctrace applicationILYA Khlopotov2020-03-0216-9/+1757
* Implement fabric2_server:fdb_cluster/0ILYA Khlopotov2020-03-021-12/+23
* Support regexp based blacklist in configILYA Khlopotov2020-03-021-16/+19
* Check membership when calling get_security/1 in fabric2_dbNick Vatamaniuc2020-03-022-73/+64
* Assert Db handle field existence in `load_config/1` in fabric2_fdbNick Vatamaniuc2020-03-021-3/+5
* Update fabric2_fdb's set_config to take un-encoding valuesNick Vatamaniuc2020-03-022-34/+26
* Before starting a db transanction, refresh the db handle from the cacheNick Vatamaniuc2020-03-022-21/+50
* Check security properties in the main transactionNick Vatamaniuc2020-03-025-56/+71
* Ensure we can create partitioned design docs with FDBNick Vatamaniuc2020-03-022-12/+20
* Pass contexts to fabric2_db functionsILYA Khlopotov2020-03-021-61/+42
* Abandon a view job if the db or ddoc is deletedPaul J. Davis2020-03-021-2/+21
* Use "\xFF/metadataVersion" key for checking metadataNick Vatamaniuc2020-03-022-15/+3
* add test to prove we can view swapGarren Smith2020-03-021-0/+67
* Add a special error for an invalid legacy local doc revsionNick Vatamaniuc2020-03-021-2/+7
* Chunkify local docsNick Vatamaniuc2020-03-026-21/+491
* Remove compiler warningILYA Khlopotov2020-03-021-2/+0
* Take better advantage of metadata version key featureNick Vatamaniuc2020-03-023-31/+137
* Enable FDB transaction tracingNick Vatamaniuc2020-03-021-0/+18
* Use a shorter name for create_or_open_couchdb_dirNick Vatamaniuc2020-03-023-7/+7
* DRY out CouchDB FDB prefix fetchingNick Vatamaniuc2020-03-023-18/+12
* Fix timeout in couch_viewsNick Vatamaniuc2020-03-021-1/+1
* Fix mango index validationPaul J. Davis2020-03-021-6/+1
* Update couch_views to use couch_evalPaul J. Davis2020-03-025-20/+58
* Add tests for couch_js applicationPaul J. Davis2020-03-023-1/+470