-
Notifications
You must be signed in to change notification settings - Fork 8.3k
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 issues/20894
- Loading branch information
Showing
4,690 changed files
with
225,368 additions
and
58,812 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
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 |
---|---|---|
@@ -0,0 +1,3 @@ | ||
last 2 versions | ||
> 5% | ||
Safari 7 |
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
Validating CODEOWNERS rules …
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,4 @@ | ||
# GitHub CODEOWNERS definition | ||
# See: https://help.github.com/articles/about-codeowners/ | ||
|
||
/x-pack/plugins/security/ @elastic/kibana-security |
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,13 +1,19 @@ | ||
<!-- | ||
Thank you for your interest in and contributing to Kibana! There | ||
are a few simple things to check before submitting your pull request | ||
that can help with the review process. You should delete these items | ||
from your submission, but they are here to help bring them to your | ||
attention. | ||
- Have you signed the [contributor license agreement](https://www.elastic.co/contributor-agreement)? | ||
- Have you followed the [contributor guidelines](https://github.com/elastic/kibana/blob/master/CONTRIBUTING.md)? | ||
- If submitting code, have you included unit tests that cover the changes? | ||
- If submitting code, have you tested and built your code locally prior to submission with `yarn test && yarn build`? | ||
- If submitting code, is your pull request against master? Unless there is a good reason otherwise, we prefer pull requests against master and will backport as needed. | ||
--> | ||
## Summary | ||
|
||
Summarize your PR. If it involves visual changes include a screenshot or gif. | ||
|
||
### Checklist | ||
|
||
Use ~~strikethroughs~~ to remove checklist items you don't feel are applicable to this PR. | ||
|
||
- [ ] This was checked for cross-browser compatibility, [including a check against IE11](https://github.com/elastic/kibana/blob/master/CONTRIBUTING.md#cross-browser-compatibility) | ||
- [ ] Any text added follows [EUI's writing guidelines](https://elastic.github.io/eui/#/guidelines/writing), uses sentence case text and includes [i18n support](https://github.com/elastic/kibana/blob/master/packages/kbn-i18n/README.md) | ||
- [ ] [Documentation](https://github.com/elastic/kibana/blob/master/CONTRIBUTING.md#writing-documentation) was added for features that require explanation or tutorials | ||
- [ ] [Unit or functional tests](https://github.com/elastic/kibana/blob/master/CONTRIBUTING.md#cross-browser-compatibility) were updated or added to match the most common scenarios | ||
- [ ] This was checked for [keyboard-only and screenreader accessibility](https://developer.mozilla.org/en-US/docs/Learn/Tools_and_testing/Cross_browser_testing/Accessibility#Accessibility_testing_checklist) | ||
|
||
### For maintainers | ||
|
||
- [ ] This was checked for breaking API changes and was [labeled appropriately](https://github.com/elastic/kibana/blob/master/CONTRIBUTING.md#release-notes-process) | ||
- [ ] This includes a feature addition or change that requires a release note and was [labeled appropriately](https://github.com/elastic/kibana/blob/master/CONTRIBUTING.md#release-notes-process) | ||
|
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 |
---|---|---|
|
@@ -42,4 +42,4 @@ package-lock.json | |
.vscode | ||
npm-debug.log* | ||
.tern-project | ||
index.css | ||
**/public/index.css |
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 @@ | ||
{ | ||
"paths": { | ||
"common.ui": "src/ui", | ||
"inputControl":"src/core_plugins/input_control_vis", | ||
"kbn": "src/core_plugins/kibana", | ||
"kbnVislibVisTypes": "src/core_plugins/kbn_vislib_vis_types", | ||
"markdownVis": "src/core_plugins/markdown_vis", | ||
"metricVis": "src/core_plugins/metric_vis", | ||
"statusPage": "src/core_plugins/status_page", | ||
"tagCloud": "src/core_plugins/tagcloud", | ||
"xpack.idxMgmt": "x-pack/plugins/index_management" | ||
}, | ||
"exclude": [ | ||
"src/ui/ui_render/bootstrap/app_bootstrap.js", | ||
"src/ui/ui_render/ui_render_mixin.js", | ||
"x-pack/plugins/monitoring/public/components/cluster/overview/alerts_panel.js", | ||
"x-pack/plugins/monitoring/public/directives/alerts/index.js" | ||
] | ||
} |
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 +1 @@ | ||
8.11.3 | ||
8.11.4 |
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 +1 @@ | ||
8.11.3 | ||
8.11.4 |
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.