summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Fix couch_jobs after recent db re-creation commitfix-couch-jobsNick Vatamaniuc2020-03-211-2/+3
* Add a fabric doc fold test when db is re-createdNick Vatamaniuc2020-03-211-1/+32
* Fix database re-creationNick Vatamaniuc2020-03-215-11/+70
* Merge pull request #2681 from apache/prototype/fdb-layer-get-doc-spansRussell Branca2020-03-181-17/+26
|\
| * Add additional get_doc spansarchive/prototype/fdb-layer-get-doc-spansprototype/fdb-layer-get-doc-spansRussell Branca2020-03-181-17/+26
|/
* Reformat and simplify couch_views_indexer_test moduleNick Vatamaniuc2020-03-171-240/+64
* Handle transaction timeouts in _all_docsNick Vatamaniuc2020-03-172-30/+90
* Handle transaction cancelled errors in list_dbs_info/3Nick Vatamaniuc2020-03-173-28/+157
* add _conflicts field to docs for viewsGarren Smith2020-03-173-2/+47
* A few minor cleanups in fabric2_db_crud_testsNick Vatamaniuc2020-03-161-3/+3
* Refactor some of the "tx_too_old" testsNick Vatamaniuc2020-03-164-135/+205
* Handle transaction timeouts in list_dbs and list_dbs_infoNick Vatamaniuc2020-03-122-14/+162
* Handle spurious erlfdb futureJay Doane2020-03-111-0/+8
* Fix _changes with a _view filterNick Vatamaniuc2020-03-111-1/+1
* couch_jobs resubmit updates job data (#2649)garren smith2020-03-103-6/+90
* Fix bug in reverse folding with startkey_docidGarren Smith2020-03-102-0/+19
* Enable index auto-updating for couch_viewsNick Vatamaniuc2020-03-093-2/+45
* Implement a simple index auto-updaterNick Vatamaniuc2020-03-096-1/+553
* Optimize resubmitting pending jobsNick Vatamaniuc2020-03-092-0/+22
* Test size calculations for view rowsPaul J. Davis2020-03-052-0/+569
* Don't store `{0,0,[]}` for views with new resultsPaul J. Davis2020-03-052-2/+10
* Fix handling of duplicate keysPaul J. Davis2020-03-052-4/+53
* Refactor view index layoutPaul J. Davis2020-03-052-14/+25
* Clean up view size limit enforcementPaul J. Davis2020-03-053-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