summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* doc(cve): add 2023-26268 placeholder & backport release notes3.3.2.post1Jan Lehnardt2023-04-252-0/+65
* doc(cve): add 2023-26268 placeholderJan Lehnardt2023-04-251-0/+27
* Merge pull request #4541 from apache/nouveau-simplify-analyzer-factoryRobert Newson2023-04-241-39/+39
|\
| * simplify analyzer factoryRobert Newson2023-04-241-39/+39
|/
* Merge pull request #4540 from apache/nouveau-remove-facet-fieldRobert Newson2023-04-244-31/+13
|\
| * remove unused facet propertyRobert Newson2023-04-244-31/+13
|/
* Merge pull request #4539 from apache/nouveau-lucene9-subdirRobert Newson2023-04-241-1/+1
|\
| * put lucene 9 indexes in subdirRobert Newson2023-04-241-1/+1
|/
* Import nouveau (#4291)Robert Newson2023-04-22118-40/+9387
* fix(mango): GET invalid path under `_index` should not cause 500Gabor Pali2023-04-192-3/+7
* 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
|\