summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Avoid using plugin to validate dbnamefix-validate-dbnameJay Doane2020-02-201-2/+1
* Let couch_jobs use its own metadata keyNick Vatamaniuc2020-02-193-5/+45
* Handle spurious 1009 (future_version) errors in couch_jobs pendingNick Vatamaniuc2020-02-183-1/+7
* Sync Makefile with master (#2566)Eric Avdey2020-02-182-186/+133
* Re-use changes feed main transaction when including docsNick Vatamaniuc2020-02-181-3/+7
* Test coverage: apply_open_doc_optsPaul J. Davis2020-02-151-1/+98
* Test coverage: validate_dbname, validate_docidPaul J. Davis2020-02-151-0/+75
* Test coverage: get_full_doc_infoPaul J. Davis2020-02-151-0/+87
* Test coverage: list_dbs and list_dbs_infoPaul J. Davis2020-02-151-1/+30
* Convert versionstamps to binariesPaul J. Davis2020-02-151-1/+1
* Add tests for database size trackingPaul J. Davis2020-02-152-0/+1238
* Track the size of data stored in a databasePaul J. Davis2020-02-156-29/+205
* Remove attachment headers fieldPaul J. Davis2020-02-151-17/+7
* Use {restart_tx, false} option in view index builder changes feedNick Vatamaniuc2020-02-151-1/+2
* Implement mult-transactional iterators for _changes feedsNick Vatamaniuc2020-02-145-70/+364
* Support `GET /_dbs_info` endpointPaul J. Davis2020-02-131-1/+48
* Implement `fabric2_db:list_dbs_info/1,2,3`Paul J. Davis2020-02-133-16/+126
* Implement async API for `fabric2_fdb:get_info/1`Paul J. Davis2020-02-131-0/+9
* Track a database level view size rollupPaul J. Davis2020-02-132-20/+33
* Fix doc attachment testsPaul J. Davis2020-02-131-2/+2
* 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
* 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