summaryrefslogtreecommitdiff
path: root/src/mango
Commit message (Expand)AuthorAgeFilesLines
...
* fix empty queries (#1783)Tony Sun2020-01-1611-16/+164
* Fix missing mango execution stats (part 2)Will Holley2020-01-082-52/+23
* Fix missing mango execution stats (part 1)Will Holley2020-01-081-5/+11
* feat: add metric counter for unindexed mango queries. Closes #1913 (#2390)Jan Lehnardt2020-01-051-0/+1
* Speedup eunit: mango_idx_testPaul J. Davis2019-12-251-17/+30
* Set autoupdate:false during update=false mango test (#2314)Adam Kocoloski2019-11-161-1/+6
* Send a 500, not a 400, for unknown search errorsmango-search-error-400-500Robert Newson2019-08-231-1/+1
* Improve detection of Search subsystemAdam Kocoloski2019-06-142-5/+5
* Added more info for a mango sort error (#1970)garren smith2019-03-072-5/+38
* Add stats in fabric for partition and normal views (#1963)garren smith2019-03-061-2/+7
* We don't need to verify that erlang:garbage_collect() worksimport-cloudant-ioqRobert Newson2019-02-011-16/+1
* increase timeout on testRobert Newson2019-02-011-1/+1
* Support partitioned queries in MangoPaul J. Davis2019-01-1810-11/+182
* Use index names when testing index selectionPaul J. Davis2019-01-182-29/+28
* Remove obsolete travis filesJay Doane2018-12-271-29/+0
* Format and check all code using python black (#1776)Joan Touzet2018-12-0626-2243/+1134
* Don't use activate script; Windows fixesswitch-scripts-to-python3Joan Touzet2018-11-271-2/+2
* Run mango tests with Python 3Nick Vatamaniuc2018-11-267-71/+19
* Mango test suite Windows fixes, closes #1732Joan Touzet2018-11-131-2/+9
* Support out-of-sync in mango when doc is deletedjiangph2018-11-063-1/+48
* Hard code hypothesis to avoid master versions breaking buildsNick Vatamaniuc2018-10-231-1/+1
* Avoid crashing if a mango query is reducedNick Vatamaniuc2018-10-181-4/+4
* Mango match doc on co-ordinating node (#1609)garren smith2018-09-211-10/+72
* Move mango selector matching to the shard levelGarren Smith2018-08-083-16/+141
* Clarify bad index creation error messagesBrandon Gottlob2018-07-141-2/+2
* Add tests for mango conflict findingJan Lehnardt2018-07-132-0/+46
* Add `conflicts: true` option to mango selectorsJan Lehnardt2018-07-131-4/+4
* Add constant index fields to sort based on the selector (#1376)garren smith2018-06-207-47/+392
* Mango: _id and _rev index selectionWill Holley2018-05-232-1/+20
* Use `chttpd:send_error/2` in mango_httpdILYA Khlopotov2018-03-061-1/+1
* fallback to "selector" on empty "partial_filter_selector" (#1098)Will Holley2018-01-093-12/+17
* Make sure mango tests's recreate fun creates dbEric Avdey2018-01-041-6/+8
* Fix mango native proc crash (#1067)Eric Avdey2017-12-202-2/+36
* Mango: change catch-all field range priority (#1069)Will Holley2017-12-192-3/+13
* Allow to use index with or (#1038)Will Holley2017-12-112-7/+181
* warn instead of error when use_index not valid (#962)Will Holley2017-11-306-81/+112
* Fix _explain for sort descending (#1025)Will Holley2017-11-282-1/+9
* Test duplicate fields in Mango selector (#998)Will Holley2017-11-231-0/+12
* Fix index validation for nested $and (#1014)Will Holley2017-11-232-13/+54
* Improve Mango test suite performance (#995)Will Holley2017-11-161-8/+31
* Throw error on invalid use_index value (#989)Will Holley2017-11-152-2/+31
* fix exists false when field is explicitly defined (#863)Tony Sun2017-11-142-0/+53
* Fix Mango text index tests (#971)Will Holley2017-11-144-23/+22
* Fix user-specified ddoc name in Mango (#961)Will Holley2017-11-031-1/+10
* Do not always return partial_filter_selector (#951)garren smith2017-11-013-1/+20
* whitespaceTony Sun2017-10-291-1/+0
* add delay for bulk_delete and createTony Sun2017-10-291-0/+3
* up delayTony Sun2017-10-291-1/+1
* use delay insteadTony Sun2017-10-291-4/+10
* use string for w valueTony Sun2017-10-291-1/+1