summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Chunkify local docsNick Vatamaniuc2019-10-246-21/+491
* | Merge pull request #2275 from cloudant/remove-ints-client-remainsiilyak2019-10-242-6/+0
|\ \
| * | Remove old clause which is no longer usedILYA Khlopotov2019-10-242-6/+0
| |/
* | Merge pull request #2274 from cloudant/fix-warningiilyak2019-10-241-2/+0
|\ \ | |/ |/|
| * Remove compiler warningILYA Khlopotov2019-10-241-2/+0
|/
* Take better advantage of metadata version key featureNick Vatamaniuc2019-10-183-31/+137
* Enable FDB transaction tracingNick Vatamaniuc2019-10-171-0/+18
* Use a shorter name for create_or_open_couchdb_dirNick Vatamaniuc2019-10-153-7/+7
* DRY out CouchDB FDB prefix fetchingNick Vatamaniuc2019-10-143-18/+12
* Fix timeout in couch_viewsNick Vatamaniuc2019-10-031-1/+1
* Fix mango index validationPaul J. Davis2019-09-271-6/+1
* Update couch_views to use couch_evalPaul J. Davis2019-09-255-20/+58
* Add tests for couch_js applicationPaul J. Davis2019-09-253-1/+470
* Implement couch_js callbacks for couch_evalPaul J. Davis2019-09-252-0/+57
* Initial creation of couch_js applicationPaul J. Davis2019-09-2511-0/+2221
* Add couch_eval abstraction layerGarren Smith2019-09-256-0/+142
* Add more deleted docs replication cases to integration testNick Vatamaniuc2019-09-241-5/+57
* Fix doc counts for replicated deletionsNick Vatamaniuc2019-09-242-2/+36
* Add revision stemming for interactive docsNick Vatamaniuc2019-09-202-9/+224
* Check members after db is openedNick Vatamaniuc2019-09-192-13/+42
* Make get_security and get_revs_limit calls consistentNick Vatamaniuc2019-09-173-23/+45
* Implement setting and getting _revs_limitNick Vatamaniuc2019-09-162-2/+19
* Merge pull request #2184 from cloudant/add-extra-arguments-to-beamiilyak2019-09-111-1/+15
|\
| * Support `--extra_args` parameter in `dev/run`ILYA Khlopotov2019-09-101-1/+15
|/