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 'upstream/master' into rollup-index-improvement
* upstream/master: (100 commits) Avoid duplicate _type fields in v7 compat layer (elastic#83239) Bump bundled JDK to 17.0.2+8 (elastic#83243) [DOCS] Correct header syntax (elastic#83275) Add unit tests for indices.recovery.max_bytes_per_sec default values (elastic#83261) [DOCS] Add note that write indices are not replicated (elastic#82997) Add notes on indexing to kNN search guide (elastic#83188) Fix get-snapshot-api :docs:integTest (elastic#83273) FilterPathBasedFilter support match fieldname with dot (elastic#83178) Fix compilation issues in example-plugins (elastic#83258) fix ClusterStateListener javadoc (elastic#83246) Speed up Building Indices Lookup in Metadata (elastic#83241) Mute whole suite for elastic#82502 (elastic#83252) Make PeerFinder log messages happier (elastic#83222) [Docs] Add supported _terms_enum field types (elastic#83244) Add an aggregator for IPv4 and IPv6 subnets (elastic#82410) [CI] Fix 70_time_series/default sort yaml test failures (elastic#83217) Update test-failure Issue Template to include "needs:triage" label elastic#83226 Add an index->step cache to the PolicyStepsRegistry (elastic#82316) Improve support for joda datetime to java datetime transition in Painless (elastic#83099) Fix joda migration for week based methods in Painless (elastic#83232) ... # Conflicts: # x-pack/plugin/rollup/src/main/java/org/elasticsearch/xpack/rollup/v2/TransportRollupAction.java
- Loading branch information
Showing
612 changed files
with
14,979 additions
and
4,607 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
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 |
---|---|---|
@@ -0,0 +1,70 @@ | ||
name: Bug | ||
description: "Report a confirmed bug. For unconfirmed bugs please visit https://discuss.elastic.co/c/elasticsearch" | ||
labels: [">bug", "needs:triage"] | ||
body: | ||
- type: markdown | ||
attributes: | ||
value: | | ||
Github is reserved for bug reports and feature requests; it is | ||
not the place for general questions. If you have a question or | ||
an unconfirmed bug, please visit the [forums](https://discuss.elastic.co/c/elasticsearch). | ||
Please also check your OS is [supported](https://www.elastic.co/support/matrix#show_os). | ||
If it is not, the issue is likely to be closed. | ||
For security vulnerabilities please only send reports to [email protected]. | ||
See https://www.elastic.co/community/security for more information. | ||
Please fill in the following details to help us reproduce the bug: | ||
- type: input | ||
id: es_version | ||
attributes: | ||
label: Elasticsearch Version | ||
description: The version of Elasticsearch you are running, found with `bin/elasticsearch --version` | ||
validations: | ||
required: true | ||
- type: input | ||
id: plugins | ||
attributes: | ||
label: Installed Plugins | ||
description: Comma separated list of plugins that you have installed | ||
validations: | ||
required: false | ||
- type: input | ||
id: java_version | ||
attributes: | ||
label: Java Version | ||
description: The version of Java Elasticsearch is running with, found with `java -version` | ||
value: _bundled_ | ||
validations: | ||
required: true | ||
- type: input | ||
id: os_version | ||
attributes: | ||
label: OS Version | ||
description: The version of your operating system, found with `uname -a` of on unix-like system | ||
validations: | ||
required: true | ||
- type: textarea | ||
id: problem | ||
attributes: | ||
label: Problem Description | ||
description: A description of the problem including expected versus actual behavior | ||
validations: | ||
required: true | ||
- type: textarea | ||
id: steps | ||
attributes: | ||
label: Steps to Reproduce | ||
description: | | ||
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. | ||
validations: | ||
required: true | ||
- type: textarea | ||
id: logs | ||
attributes: | ||
label: Logs (if relevant) | ||
description: Any log relevant log messages or snippets | ||
validations: | ||
required: false |
This file was deleted.
Oops, something went wrong.
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 |
---|---|---|
@@ -0,0 +1,19 @@ | ||
name: Feature Request | ||
description: Request a new feature we haven't thought of | ||
labels: [">enhancement", "needs:triage"] | ||
body: | ||
- type: markdown | ||
attributes: | ||
value: | | ||
Please first search existing issues for the feature you are requesting; | ||
it may already exist, even as a closed issue. | ||
- type: textarea | ||
id: description | ||
attributes: | ||
label: Description | ||
description: | | ||
Please give us as much context as possible about the feature. For example, | ||
you could include a story about a time when you wanted to use the feature, | ||
and also tell us what you had to do instead. The last part is helpful | ||
because it gives us an idea of how much harder your life is without the | ||
feature. |
This file was deleted.
Oops, something went wrong.
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 |
---|---|---|
@@ -0,0 +1,52 @@ | ||
name: Test Failure | ||
description: A test failure in CI | ||
labels: [">test-failure","needs:triage"] | ||
body: | ||
- type: markdown | ||
attributes: | ||
value: Please fill out the following information, and ensure you have attempted to reproduce locally | ||
- type: input | ||
id: link | ||
attributes: | ||
label: CI Link | ||
description: A link to a Gradle buildscan (preferred) or Jenkins job with the failure | ||
validations: | ||
required: true | ||
- type: input | ||
id: repro_line | ||
attributes: | ||
label: Repro line | ||
description: The reproduce line from the build output | ||
validations: | ||
required: true | ||
- type: dropdown | ||
id: reproducible | ||
attributes: | ||
label: Does it reproduce? | ||
options: | ||
- "Yes" | ||
- "No" | ||
- "Didn't try" | ||
validations: | ||
required: true | ||
- type: input | ||
id: branches | ||
attributes: | ||
label: Applicable branches | ||
description: Branch names this failure has occurred on | ||
validations: | ||
required: true | ||
- type: input | ||
id: history | ||
attributes: | ||
label: Failure history | ||
description: Link to build stats and possible indication of when this started failing and how often | ||
validations: | ||
required: false | ||
- type: textarea | ||
id: excerpt | ||
attributes: | ||
label: Failure excerpt | ||
description: The error or exception that occurs | ||
validations: | ||
required: true |
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.