-
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 '7.6' into backport/7.6/pr-57539
- Loading branch information
Showing
238 changed files
with
6,173 additions
and
1,633 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
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
17 changes: 17 additions & 0 deletions
17
...lopment/core/public/kibana-plugin-public.chromenavlink.disablesuburltracking.md
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,17 @@ | ||
<!-- Do not edit this file. It is automatically generated by API Documenter. --> | ||
|
||
[Home](./index.md) > [kibana-plugin-public](./kibana-plugin-public.md) > [ChromeNavLink](./kibana-plugin-public.chromenavlink.md) > [disableSubUrlTracking](./kibana-plugin-public.chromenavlink.disablesuburltracking.md) | ||
|
||
## ChromeNavLink.disableSubUrlTracking property | ||
|
||
> Warning: This API is now obsolete. | ||
> | ||
> | ||
A flag that tells legacy chrome to ignore the link when tracking sub-urls | ||
|
||
<b>Signature:</b> | ||
|
||
```typescript | ||
readonly disableSubUrlTracking?: boolean; | ||
``` |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -113,7 +113,7 @@ | |
"dependencies": { | ||
"@babel/core": "^7.5.5", | ||
"@babel/register": "^7.7.0", | ||
"@elastic/charts": "^16.1.0", | ||
"@elastic/charts": "^16.1.3", | ||
"@elastic/datemath": "5.0.2", | ||
"@elastic/ems-client": "7.6.0", | ||
"@elastic/eui": "18.2.2", | ||
|
@@ -205,7 +205,7 @@ | |
"leaflet.heat": "0.2.0", | ||
"less": "^2.7.3", | ||
"less-loader": "5.0.0", | ||
"lodash": "npm:@elastic/[email protected]kibana3", | ||
"lodash": "npm:@elastic/[email protected]kibana4", | ||
"lodash.clonedeep": "^4.5.0", | ||
"lru-cache": "4.1.5", | ||
"markdown-it": "^10.0.0", | ||
|
@@ -382,7 +382,7 @@ | |
"chai": "3.5.0", | ||
"chance": "1.0.18", | ||
"cheerio": "0.22.0", | ||
"chromedriver": "79.0.0", | ||
"chromedriver": "^80.0.1", | ||
"classnames": "2.2.6", | ||
"dedent": "^0.7.0", | ||
"delete-empty": "^2.0.0", | ||
|
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 |
---|---|---|
|
@@ -11,7 +11,7 @@ | |
"dependencies": { | ||
"@babel/runtime": "^7.5.5", | ||
"@kbn/i18n": "1.0.0", | ||
"lodash": "npm:@elastic/[email protected]kibana3", | ||
"lodash": "npm:@elastic/[email protected]kibana4", | ||
"lodash.clone": "^4.5.0", | ||
"uuid": "3.3.2" | ||
}, | ||
|
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 |
---|---|---|
|
@@ -17,7 +17,7 @@ | |
"dependencies": { | ||
"classnames": "2.2.6", | ||
"focus-trap-react": "^3.1.1", | ||
"lodash": "npm:@elastic/[email protected]kibana3", | ||
"lodash": "npm:@elastic/[email protected]kibana4", | ||
"prop-types": "15.6.0", | ||
"react": "^16.12.0", | ||
"react-ace": "^5.9.0", | ||
|
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
52 changes: 52 additions & 0 deletions
52
src/core/server/legacy/plugins/__snapshots__/get_nav_links.test.ts.snap
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
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
Oops, something went wrong.