summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Make COPY doc return only one "ok"archive/prototype/fdb-layer-final-rebaseprototype/fdb-layer-final-rebaseBessenyei Balázs Donát2020-09-091-0/+1
* Disable node validation in productionPaul J. Davis2020-09-091-1/+7
* Optimize umerge_membersPaul J. Davis2020-09-091-4/+20
* Implement caching of immutable ebtree nodesRobert Newson2020-09-091-43/+142
* Implement ebtree:lookup_multi/3Paul J. Davis2020-09-091-0/+61
* Implement ebtree:insert_multi/3Paul J. Davis2020-09-091-0/+164
* Allow creating new deleted documentsNick Vatamaniuc2020-09-092-6/+17
* Handle empty maps in active_tasks data structureNick Vatamaniuc2020-09-092-1/+122
* Fix ordering of page_size based pagination for viewsILYA Khlopotov2020-09-094-26/+263
* clear jobs data in active area during removalTony Sun2020-09-091-1/+2
* Clear sensitive flag at end of public api functionsRobert Newson2020-09-091-25/+34
* Don't log client disconnectsRobert Newson2020-09-091-0/+2
* Do not use (catch ...) in couch_views_reader:load_docs/4Nick Vatamaniuc2020-09-091-2/+1
* add has_failures to couch_rate_limiter (#3088)garren smith2020-09-091-7/+10
* Pluggable persist_funRobert Newson2020-09-091-6/+25
* extra testsRobert Newson2020-09-091-0/+49
* Tighten expectation of members format by levelRobert Newson2020-09-091-15/+16
* Speed up ebtree test suite without losing coverageRobert Newson2020-09-091-41/+18
* Fix range scans over an empty treePaul J. Davis2020-09-091-0/+24
* Handle empty reduce batchesPaul J. Davis2020-09-091-0/+9
* Export reduce/5Paul J. Davis2020-09-091-0/+1
* add local_seq option to views (#3043)garren smith2020-09-093-10/+97
* Validate the result from collate_funRobert Newson2020-09-091-1/+11
* Optionally add a key manager application as a dependencyRobert Newson2020-09-091-7/+26
* Allow interactive requests to reopen a re-created db instanceNick Vatamaniuc2020-09-096-22/+99
* Call collate for group equalityRobert Newson2020-09-091-2/+4
* Update config appILYA Khlopotov2020-09-091-1/+1
* Do not log admin credentialsILYA Khlopotov2020-09-093-3/+5
* Do not log sensitive data during _cluster_setupILYA Khlopotov2020-09-091-6/+11
* Add format_status/2 callback in gen_server implementationsILYA Khlopotov2020-09-0924-27/+316
* Strip last_msg from logsILYA Khlopotov2020-09-096-12/+179
* Allow inclusive_start/endRobert Newson2020-09-091-84/+98
* Replace the 'true' clauses in visit with more explicit onesRobert Newson2020-09-091-6/+9
* Use _scheduler/jobs instead of _active_tasks in replication Elixir testsNick Vatamaniuc2020-09-091-9/+15
* add active_tasks for view builds using version stampsTony Sun2020-09-093-7/+208
* add support for active_tasks via fabric2Tony Sun2020-09-092-5/+53
* add get_active_job_ids and get_typesTony Sun2020-09-091-0/+19
* separate out collation wrapper to avoid spurious comparisonsRobert Newson2020-09-091-26/+45
* Only call erlfdb:set if the node changesRobert Newson2020-09-091-4/+11
* Fix 'first page should not return previous bookmark' testILYA Khlopotov2020-09-091-3/+7
* Pass fdb key to the encode_funRobert Newson2020-09-091-31/+23
* Use stored order without complaintRobert Newson2020-09-091-17/+16
* Add support for previous bookmarkILYA Khlopotov2020-09-092-5/+85
* Allow encode/decode customisationRobert Newson2020-09-091-41/+47
* add ebtree to rebar / reltool.configRobert Newson2020-09-092-0/+3
* Add ASLv2 licenseRobert Newson2020-09-093-0/+36
* refine typespec for callback functionsRobert Newson2020-09-091-10/+37
* two blank lines between different functionsRobert Newson2020-09-091-0/+5
* Add support for group_reduce in reverse orderRobert Newson2020-09-091-6/+29
* Allow fold in fwd and rev directionRobert Newson2020-09-091-12/+26