summaryrefslogtreecommitdiff
path: root/src/mango
Commit message (Expand)AuthorAgeFilesLines
* Add structured logging reports via new Erlang 21 logger (#3526)Adam Kocoloski2021-04-303-1/+10
* feat: work around get_stacktrace deprecation/removalJan Lehnardt2021-04-181-2/+1
* Update all the applications to use the new couch_views utility functionsNick Vatamaniuc2021-04-164-6/+4
* Remove clouseau and dreyfus references from mangoNick Vatamaniuc2021-04-162-22/+3
* Delete non-functional 3.x applications and modules from mainNick Vatamaniuc2021-04-162-793/+0
* Validate ddoc uses couch_evalgarren smith2021-04-061-1/+16
* Set wait_for_built_index=True for 17-multi-type-value-test.pyBessenyei Balázs Donát2021-03-161-1/+1
* remove {restart_tx, true} from mango _all_docsGarren Smith2021-01-181-2/+1
* Disable TextIndex test since it is not implemeneted yetILYA Khlopotov2020-11-171-0/+4
* `q` and `n` are not needed for FDB based CouchDBILYA Khlopotov2020-11-171-1/+1
* Views on ebtreePaul J. Davis2020-09-303-10/+24
* Merge branch master into prototype/fdb-layerPaul J. Davis2020-09-1613-105/+376
|\
| * fix bookmark passing with text indexesfix-explain-text-indexesTony Sun2020-08-312-8/+19
| * bypass partition query limit for mangoTony Sun2020-08-271-1/+5
| * added $keyMapMatch Mango operatorMichal Borkowski2020-07-272-0/+41
| * python black cleanupJoan Touzet2020-04-271-7/+3
| * safer binary_to_term in mango_json_bookmarkmango-bookmark-masterRobert Newson2020-04-231-1/+1
| * fix operator issue with empty arrays (#2805)Tony Sun2020-04-212-3/+25
| * Port elixir proxyauth tests from js to elixir (#2660)Juanjo Rodriguez2020-03-161-1/+1
| * Improve mango markdownJay Doane2020-03-033-90/+274
| * Add coverage to Mango eunit testsJay Doane2020-03-031-0/+2
| * Clean up mango test user docsJay Doane2020-03-032-0/+8
| * Clean up mango test dbsJay Doane2020-03-031-0/+4
* | add back r and w optionsTony Sun2020-06-121-0/+12
* | add test to make sure type <<"text">> design docs are ignored (#2866)Tony Sun2020-05-051-0/+8
* | Fix mango test suitePaul J. Davis2020-04-271-1/+2
* | Fix incorrect usage of couch_epi in mango pluginILYA Khlopotov2020-04-101-2/+5
* | Add mango_pluginILYA Khlopotov2020-04-093-10/+57
* | remove defer and load_ddocs from mango_utilsGarren Smith2020-04-062-63/+0
* | update mango tests to work with Mango on FDBGarren Smith2020-04-0613-134/+126
* | Update mango test creds to same as elixir testsGarren Smith2020-04-062-4/+4
* | Update Mango query to work with couch_viewsGarren Smith2020-04-068-146/+99
* | Add mango indexingGarren Smith2020-04-065-19/+183
* | Remove quorum statsGarren Smith2020-04-063-13/+1
* | Remove view_cb predicate push downGarren Smith2020-04-061-94/+1
* | remove unneeded r/w parameterGarren Smith2020-04-066-67/+6
* | remove partition opts from mangoGarren Smith2020-04-0610-200/+10
* | remove mango native procGarren Smith2020-04-061-373/+0
* | Add operation names for all HTTP endpointsPaul J. Davis2020-03-021-1/+30
* | Fix mango index validationPaul J. Davis2020-03-021-6/+1
|/
* Fix Windows build (#2534)3.0.0-RC1Joan Touzet2020-02-083-6/+6
* Return mango warnings as a delimited stringWill Holley2020-02-033-6/+6
* python-black style cleanup (#2505)Joan Touzet2020-01-311-1/+1
* quote strings for all text values (#2486)Tony Sun2020-01-273-1/+21
* Python black cleanups (#2477)Joan Touzet2020-01-212-1/+5
* Handle not_found docs in mango text indexesarchive/mango_index_consistency_errormango_index_consistency_errorWill Holley2020-01-171-0/+4
* Instrument Mango execution statsWill Holley2020-01-174-10/+20
* Warn on mango index scanWill Holley2020-01-173-30/+57
* Add mango.query_invalid_index counterWill Holley2020-01-171-0/+2
* Refactor Mango warning generationWill Holley2020-01-173-42/+53