summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Clean up view size limit enforcementprototype/fdb-layer-cleanup-view-size-limitsPaul J. Davis2020-03-043-94/+86
* Enable fdb featureJay Doane2020-03-041-0/+1
* Add Key/Value size limit for map indexesGarren Smith2020-03-044-39/+227
* standardize couch_views_indexer_testsGarren Smith2020-03-041-15/+12
* Fix couch_views type in wait_for_jobNick Vatamaniuc2020-03-031-1/+1
* Temporary shortcut to running the fdb test suitearchive/prototype/fdb-layer-rebaseprototype/fdb-layer-rebasePaul J. Davis2020-03-021-0/+5
* Fix catching of Jiffy error exceptionsPaul J. Davis2020-03-021-1/+1
* Add fdb_to_revinfo version compatibility unit testJay Doane2020-03-021-0/+44
* Fix bug in fdb_to_revinfo compatibility clausesJay Doane2020-03-022-64/+5
* Add fdb_to_revinfo compatibility with 5-tuple ValJay Doane2020-03-022-1/+62
* Do not use the ddoc cache to load _changes filter design documentsNick Vatamaniuc2020-03-021-1/+1
* Support setting base_url in Couch test helper (take 2)ILYA Khlopotov2020-03-023-16/+32
* Add 410 status code to stats_descriptionsNick Vatamaniuc2020-03-021-0/+4
* Improve validate_dbname testJay Doane2020-03-021-1/+9
* Let couch_jobs use its own metadata keyNick Vatamaniuc2020-03-023-5/+45
* Handle spurious 1009 (future_version) errors in couch_jobs pendingNick Vatamaniuc2020-03-023-1/+7
* Re-use changes feed main transaction when including docsNick Vatamaniuc2020-03-021-3/+7
* Test coverage: apply_open_doc_optsPaul J. Davis2020-03-021-1/+98
* Test coverage: validate_dbname, validate_docidPaul J. Davis2020-03-021-0/+75
* Test coverage: get_full_doc_infoPaul J. Davis2020-03-021-0/+87
* Test coverage: list_dbs and list_dbs_infoPaul J. Davis2020-03-021-1/+30
* Convert versionstamps to binariesPaul J. Davis2020-03-021-1/+1
* Add tests for database size trackingPaul J. Davis2020-03-022-0/+1238
* Track the size of data stored in a databasePaul J. Davis2020-03-026-29/+205
* Remove attachment headers fieldPaul J. Davis2020-03-021-17/+7
* 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