summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* mango: refactorGabor Pali2023-04-181-20/+23
* mango: fix definition of index coverageGabor Pali2023-04-183-5/+107
* mango: enhance compositionality of `consider_index_coverage/3`Gabor Pali2023-04-182-34/+46
* mango: mark fields with the `$exists` operator indexableGabor Pali2023-04-181-0/+94
* mango: add integration tests for keys-only covering indexesGabor Pali2023-04-181-0/+115
* _find: mention the `covered` attribute in the `_explain` responseGabor Pali2023-04-181-0/+4
* mango: add eunit testsGabor Pali2023-04-182-1/+820
* mango: increase coverage of the `choose_best_index/1` testGabor Pali2023-04-181-2/+9
* mango: add type information for better self-documentationGabor Pali2023-04-183-8/+88
* mango: introduce support for covering indexesGabor Pali2023-04-182-27/+77
* Remove explicit importGabor Pali2023-04-182-143/+120
* Remove limit parameter from kenNick Vatamaniuc2023-04-172-19/+4
* Improve couch_proc_managerNick Vatamaniuc2023-04-1516-546/+1069
* Merge pull request #4525 from apache/prometheus_erlang_distWill Holley2023-04-144-49/+202
|\
| * fix (prometheus): do not emit ophaned HELP/TYPE linesWill Holley2023-04-141-0/+2
| * feat (prometheus): add Erlang distribution statsWill Holley2023-04-141-1/+136
| * feat (prometheus): couch_db_updater and couch_file queue statsWill Holley2023-04-143-4/+41
| * feat (prometheus): include aggregated couch/index message queuesWill Holley2023-04-143-45/+24
|/
* Bind python-black to specific version (#4528)Ronny Berndt2023-04-132-2/+2
* Make remsh work with quoted cookiejiahuili2023-04-121-5/+14
* Querying `_all_docs` with non-string `key` should return an empty listjiahuili2023-04-122-4/+27
* Improve compression eunit test suiteNick Vatamaniuc2023-04-101-61/+55
* docs: Fixed `_compact/{ddoc}` and `_shards/{docid}` examplesjiahuili2023-04-103-10/+22
* Add s390x back into the CI matrixNick Vatamaniuc2023-04-101-0/+7
* docs(_find): Remove redundancy from sample `_explain` responseGabor Pali2023-04-071-1/+0
* Merge pull request #4513 from apache/configurable-timeoutsRobert Newson2023-04-054-5/+5
|\
| * allow configurable timeouts for _view and _searchRobert Newson2023-04-054-5/+5
|/
* Merge pull request #4494 from jiahuili430/treat-key-as-keysRobert Newson2023-04-056-131/+518
|\
| * treat single-element keys as the key for `_view`jiahuili2023-04-046-131/+518
|/
* Merge pull request #4507 from apache/prometheus_metricsWill Holley2023-04-036-27/+82
|\
| * fix (prometheus): gauge types for metrics that can be decrementedWill Holley2023-04-031-0/+13
| * feat (prometheus): membership metricWill Holley2023-04-031-1/+13
| * feat (prometheus): internal_replication_jobs metricWill Holley2023-03-314-18/+41
| * feat (prometheus): metrics for individual message queuesWill Holley2023-03-313-9/+16
|/
* docs(hosts): Remove misleading /etc/hosts info (#4506)Ronny Berndt2023-03-301-4/+0
* Treat javascript internal errors as fatalNick Vatamaniuc2023-03-293-1/+47
* Merge pull request #4503 from apache/410-goneRobert Newson2023-03-291-0/+2
|\
| * add error_info clause for 410 GoneRobert Newson2023-03-291-0/+2
|/
* docs(_find): catch up with the implementation and further fixesGabor Pali2023-03-271-15/+34
* Merge pull request #4495 from apache/add_db_event_crash_testRobert Newson2023-03-241-0/+233
|\
| * Increase index crash test cover a bitNick Vatamaniuc2023-03-241-59/+164
| * eunit test to assert ddoc_updated clause doesn't throwRobert Newson2023-03-241-0/+128
|/
* Add log directory to eunit setup template (#4493)Ronny Berndt2023-03-233-4/+7
* Suppress sasl_error_logger output on Windows (#4492)Ronny Berndt2023-03-231-5/+5
* Merge pull request #4491 from apache/couch_index_fixesRobert Newson2023-03-223-63/+119
|\
| * track index pids during open and don't crash if they doRobert Newson2023-03-222-14/+33
| * don't crash in handle_db_eventRobert Newson2023-03-221-38/+68
| * log the original stack trace if Mod:Func throwsRobert Newson2023-03-221-7/+18
| * Revert "catch and log any error from mem3:local_shards"Robert Newson2023-03-221-5/+1
|/
* fix(doc): reverse definition of `all_nodes` and `cluster_nodes` to match realityJan Lehnardt2023-03-221-1/+1