forked from elastic/elasticsearch
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' into honor-systemd-sysctl-masking
* master: (619 commits) Add support for clear scroll to high level REST client (elastic#25038) Tiny correction in inner-hits.asciidoc (elastic#25066) Added release notes for 6.0.0-alpha2 Expand index expressions against indices only when managing aliases (elastic#23997) Collapse inner hits rest test should not skip 5.x Settings: Fix secure settings by prefix (elastic#25064) add `exclude_keys` option to KeyValueProcessor (elastic#24876) Test: update missing body tests to run against versions >= 5.5.0 Track EWMA[1] of task execution time in search threadpool executor Removes an invalid assert in resizing big arrays which does not always hold (resizing can result in a smaller size than the current size, while the assert attempted to verify the new size is always greater than the current). Fixed NPEs caused by requests without content. (elastic#23497) Plugins can register pre-configured char filters (elastic#25000) Build: Allow preserving shared dir (elastic#24962) Tests: Make secure settings available from settings builder for tests (elastic#25037) [TEST] Skip wildcard expansion test due to breaking change Test that gradle and Java version types match (elastic#24943) Include duplicate jar when jarhell check fails Change ScriptContexts to use needs instead of uses$. (elastic#25036) Change `has_child`, `has_parent` queries and `childen` aggregation to work with the new join field type and at the same time maintaining support for the `_parent` meta field type. Remove comma-separated feature parsing for GetIndicesAction ...
- Loading branch information
Showing
2,784 changed files
with
69,342 additions
and
41,411 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,40 +1,46 @@ | ||
<!-- | ||
GitHub is reserved for bug reports and feature requests. The best place | ||
to ask a general question is at the Elastic Discourse forums at | ||
https://discuss.elastic.co. If you are in fact posting a bug report or | ||
a feature request, please include one and only one of the below blocks | ||
in your new issue. Note that whether you're filing a bug report or a | ||
feature request, ensure that your submission is for an | ||
[OS that we support](https://www.elastic.co/support/matrix#show_os). | ||
Bug reports on an OS that we do not support or feature requests | ||
specific to an OS that we do not support will be closed. | ||
--> | ||
<!-- | ||
If you are filing a bug report, please remove the below feature | ||
request block and provide responses for all of the below items. | ||
** Please read the guidelines below. ** | ||
Issues that do not follow these guidelines are likely to be closed. | ||
1. GitHub is reserved for bug reports and feature requests. The best place to | ||
ask a general question is at the Elastic [forums](https://discuss.elastic.co). | ||
GitHub is not the place for general questions. | ||
2. Is this bug report or feature request for a supported OS? If not, it | ||
is likely to be closed. See https://www.elastic.co/support/matrix#show_os | ||
3. Please fill out EITHER the feature request block or the bug report block | ||
below, and delete the other block. | ||
--> | ||
|
||
<!-- Feature request --> | ||
|
||
**Describe the feature**: | ||
|
||
<!-- Bug report --> | ||
|
||
**Elasticsearch version**: | ||
|
||
**Plugins installed**: [] | ||
|
||
**JVM version**: | ||
**JVM version** (`java -version`): | ||
|
||
**OS version**: | ||
**OS version** (`uname -a` if on a Unix-like system): | ||
|
||
**Description of the problem including expected versus actual behavior**: | ||
|
||
**Steps to reproduce**: | ||
|
||
Please include a *minimal* but *complete* recreation of the problem, including | ||
(e.g.) index creation, mappings, settings, query etc. The easier you make for | ||
us to reproduce it, the more likely that somebody will take the time to look at it. | ||
|
||
1. | ||
2. | ||
3. | ||
|
||
**Provide logs (if relevant)**: | ||
|
||
<!-- | ||
If you are filing a feature request, please remove the above bug | ||
report block and provide responses for all of the below items. | ||
--> | ||
|
||
**Describe the feature**: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.