summaryrefslogtreecommitdiff
path: root/src/couch_views
Commit message (Expand)AuthorAgeFilesLines
* Add test suite for reduce viewsPaul J. Davis2020-09-301-0/+745
* Use ebtree for reduce functionsPaul J. Davis2020-09-304-38/+327
* Upgrade legacy viewsPaul J. Davis2020-09-304-41/+551
* Reimplement db wide view size trackingPaul J. Davis2020-09-303-529/+357
* Views on ebtreePaul J. Davis2020-09-3012-475/+657
* Fix include directive in couch_views_batch_implPaul J. Davis2020-09-211-1/+1
* Move error reporting test to EUnitPaul J. Davis2020-09-151-0/+102
* Optimize view indexer batch sizesPaul J. Davis2020-09-157-26/+508
* Remove couch_ratePaul J. Davis2020-09-156-130/+32
* Fix flaky active tasks testPaul J. Davis2020-09-101-0/+3
* Add node and pid to indexer active tasks outputNick Vatamaniuc2020-09-092-1/+16
* Fix ordering of page_size based pagination for viewsILYA Khlopotov2020-08-311-13/+18
* Do not use (catch ...) in couch_views_reader:load_docs/4Nick Vatamaniuc2020-08-201-2/+1
* add local_seq option to views (#3043)garren smith2020-08-052-10/+70
* Add format_status/2 callback in gen_server implementationsILYA Khlopotov2020-07-301-1/+16
* add active_tasks for view builds using version stampsTony Sun2020-07-243-7/+208
* Fix 'first page should not return previous bookmark' testILYA Khlopotov2020-07-231-3/+7
* Merge pull request #2904 from cloudant/support-previous-bookmarkiilyak2020-07-221-5/+38
|\
| * Add support for previous bookmarkILYA Khlopotov2020-05-221-5/+38
* | Split couch_views acceptors and workersNick Vatamaniuc2020-06-084-19/+300
* | Improve efficiency of couch_jobs:accept/2 for viewsNick Vatamaniuc2020-06-023-3/+6
* | Fix mango erlfdb error catch clause erlfdb -> erlfdb_errorNick Vatamaniuc2020-05-282-5/+6
* | Don't skip over docs in mango indices on erlfdb errorsNick Vatamaniuc2020-05-282-1/+16
|/
* Improve load handling in couch_jobs and couch_viewsNick Vatamaniuc2020-05-211-1/+1
* Fix handling of limit query parameterILYA Khlopotov2020-05-201-19/+44
* Implement pagination APIILYA Khlopotov2020-05-152-2/+350
* Move not_implemented check down to allow testing of validationILYA Khlopotov2020-05-151-5/+6
* Fix couch_views updater_running info resultNick Vatamaniuc2020-05-093-34/+56
* return correct not implemented for reduceGarren Smith2020-05-041-1/+1
* Add a couch_views test for multiple design documents with the same mapNick Vatamaniuc2020-04-271-8/+80
* Add native encryption supportRobert Newson2020-04-271-4/+4
* Refactor fetching rev code in fabric2_fdbGarren Smith2020-04-231-1/+1
* Add after_interactive_write plugin to couch_views_updaterGarren Smith2020-04-233-2/+47
* Implement couch_views_cleanup_test.erlPaul J. Davis2020-04-101-0/+411
* Remove failed view jobsPaul J. Davis2020-04-103-8/+22
* Remove jobs on index cleanupPaul J. Davis2020-04-102-1/+9
* Implement couch_views:cleanup_indices/2Paul J. Davis2020-04-102-1/+57
* Update Mango query to work with couch_viewsGarren Smith2020-04-061-1/+40
* Add couch_views_encoding max valueGarren Smith2020-04-061-0/+12
* Add couch_views_updater interactive indexerGarren Smith2020-04-068-5/+469
* All couch_view queries to run across transactionsGarren Smith2020-04-061-1/+2
* Add couch_views_indexer build to creation versionstampGarren Smith2020-04-066-28/+199
* Use `couch_rate` application for `couch_view`ILYA Khlopotov2020-04-025-26/+127
* Handle db re-creation in view indexingNick Vatamaniuc2020-03-253-26/+152
* add info endpoint for fdb stored views (#2706)Tony Sun2020-03-232-2/+204
* Reformat and simplify couch_views_indexer_test moduleNick Vatamaniuc2020-03-171-240/+64
* add _conflicts field to docs for viewsGarren Smith2020-03-171-1/+9
* Enable index auto-updating for couch_viewsNick Vatamaniuc2020-03-093-2/+45
* 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