summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* CouchDB background jobsprototype/couch-jobs-1Nick Vatamaniuc2019-07-0320-0/+2908
* Fix exception in cache auth doc updateEric Avdey2019-06-201-1/+1
* Fix arity in changes timeout callbackEric Avdey2019-06-202-3/+3
* Update get security to use fabric2Eric Avdey2019-06-201-1/+1
* Implement `_users` db authenticationPaul J. Davis2019-06-106-26/+212
* Database config changes should bump the db versionPaul J. Davis2019-06-101-1/+1
* Fix validate_doc_update when recreating a documentPaul J. Davis2019-06-101-1/+6
* Allow for previously configured filtersPaul J. Davis2019-06-101-0/+3
* Convert attachment info to disk terms correctlyPaul J. Davis2019-06-101-4/+9
* Fix revision generation on attachment uploadPaul J. Davis2019-06-102-42/+70
* Fix fabric2_txids:terminate/2Paul J. Davis2019-06-071-1/+1
* Implement attachment compressionPaul J. Davis2019-06-062-39/+77
* Remove debug loggingPaul J. Davis2019-06-062-13/+1
* Start switching chttpd HTTP endpoints to fabric2Paul J. Davis2019-06-059-256/+1183
* Update ddoc_cache to use fabric2Paul J. Davis2019-06-052-2/+2
* Initial test suite for the fabric2 implementationPaul J. Davis2019-06-0512-0/+2116
* Initial fabric2 implementation on FoundationDBPaul J. Davis2019-06-0513-401/+3502
* Disable eunit test suite in fabricPaul J. Davis2019-06-0513-2177/+1872
* Update build system for FoundationDBPaul J. Davis2019-06-056-4/+27
* feat: move fauxton docroot config to OS env-vars for consistencyJan Lehnardt2019-05-224-9/+16
* fix: remove restart handlers for obsolete config settingsJan Lehnardt2019-05-221-6/+0
* Ignore new subprojectsRobert Newson2019-05-101-1/+5
* Fix epoch mismatch errors (#2027)Paul J. Davis2019-05-071-4/+20
* Jenkins: Add ARM64, drop trusty, improve Jenkinsfile (#2023)archive/fixup-jenkins-eunit-testfixup-jenkins-eunit-testJoan Touzet2019-05-031-407/+389
* Fix full ring assertion in fabric stream shard replacementsNick Vatamaniuc2019-05-011-2/+7
* Use individual rexi kill messages by defaultNick Vatamaniuc2019-05-011-6/+18
* Handle database re-creation edge case in internal replicatorNick Vatamaniuc2019-05-013-6/+33
* Increase max number of resharding jobsNick Vatamaniuc2019-04-241-1/+1
* Allow restricting resharding parametersNick Vatamaniuc2019-04-232-0/+51
* Expose node name via /_node/_local, closes #2005 (#2006)Joan Touzet2019-04-151-0/+2
* Merge pull request #2003 from apache/dont-reset-indexRobert Newson2019-04-121-2/+2
|\
| * Don't reset_index if read_header failsdont-reset-indexRobert Newson2019-04-122-3/+3
| * Change _security object for new dbs to admin-only by defaultRobert Newson2019-04-121-1/+1
|/
* Fix upgrade clause for mem3_rpc:load_checkpoint/4,5Nick Vatamaniuc2019-04-111-1/+5
* In the resharding API test pick the first live nodeNick Vatamaniuc2019-04-101-3/+6
* Merge pull request #2001 from cloudant/promote-ibrowse-4.0.1-1Jay Doane2019-04-101-1/+1
|\
| * Promote ibrowse 4.0.1-1Jay Doane2019-04-091-1/+1
|/
* Port copy doc tests into elixir test suite (#2000)Juanjo Rodriguez2019-04-092-1/+72
* Port javascript attachment test suite into elixir (#1999)Juanjo Rodriguez2019-04-088-6/+1107
* Implement resharding HTTP APINick Vatamaniuc2019-04-0313-2/+2971
* Resharding supervisor and job managerNick Vatamaniuc2019-04-038-4/+1196
* Shard splitting job implementationNick Vatamaniuc2019-04-035-0/+1575
* Update internal replicator to handle split shardsNick Vatamaniuc2019-04-033-192/+849
* Implement initial shard splitting data copyNick Vatamaniuc2019-04-038-1/+970
* Uneven shard copy handling in mem3 and fabricNick Vatamaniuc2019-04-0329-422/+1719
* Merge pull request #1983 from cloudant/fix-external-docs-sizeEric Avdey2019-03-292-7/+7
|\
| * Reuse pre-calculated external docs' size on compactionEric Avdey2019-03-281-6/+6
| * Use couch_ejson_size for calculation of doc's ejson sizeEric Avdey2019-03-271-1/+1
|/
* Skip running PropEr's own unit testsNick Vatamaniuc2019-03-261-1/+1
* Merge pull request #1991 from cloudant/improve-elixir-test-stabilityJay Doane2019-03-252-11/+16
|\