Skip to content

Commit

Permalink
Merge branch 'master' into fix-tooltip-boundary
Browse files Browse the repository at this point in the history
  • Loading branch information
kibanamachine authored Mar 15, 2021
2 parents d084209 + a7c9d3f commit 82c83e5
Show file tree
Hide file tree
Showing 429 changed files with 3,464 additions and 3,997 deletions.
1 change: 1 addition & 0 deletions .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -794,6 +794,7 @@ module.exports = {
{
files: ['x-pack/plugins/fleet/**/*.{js,mjs,ts,tsx}'],
rules: {
'@typescript-eslint/consistent-type-imports': 'error',
'import/order': [
'warn',
{
Expand Down
56 changes: 7 additions & 49 deletions api_docs/data.json
Original file line number Diff line number Diff line change
Expand Up @@ -23950,37 +23950,6 @@
"returnComment": [],
"initialIsOpen": false
},
{
"id": "def-common.doesKueryExpressionHaveLuceneSyntaxError",
"type": "Function",
"children": [
{
"type": "Any",
"label": "expression",
"isRequired": true,
"signature": [
"any"
],
"description": [],
"source": {
"path": "src/plugins/data/common/es_query/kuery/ast/ast.ts",
"lineNumber": 60
}
}
],
"signature": [
"(expression: any) => boolean"
],
"description": [],
"label": "doesKueryExpressionHaveLuceneSyntaxError",
"source": {
"path": "src/plugins/data/common/es_query/kuery/ast/ast.ts",
"lineNumber": 59
},
"tags": [],
"returnComment": [],
"initialIsOpen": false
},
{
"id": "def-common.enableFilter",
"type": "Function",
Expand Down Expand Up @@ -25761,7 +25730,7 @@
"description": [],
"source": {
"path": "src/plugins/data/common/es_query/kuery/ast/ast.ts",
"lineNumber": 78
"lineNumber": 67
}
},
{
Expand All @@ -25781,7 +25750,7 @@
"description": [],
"source": {
"path": "src/plugins/data/common/es_query/kuery/ast/ast.ts",
"lineNumber": 79
"lineNumber": 68
}
},
{
Expand All @@ -25794,7 +25763,7 @@
"description": [],
"source": {
"path": "src/plugins/data/common/es_query/kuery/ast/ast.ts",
"lineNumber": 80
"lineNumber": 69
}
},
{
Expand All @@ -25807,7 +25776,7 @@
"description": [],
"source": {
"path": "src/plugins/data/common/es_query/kuery/ast/ast.ts",
"lineNumber": 81
"lineNumber": 70
}
}
],
Expand Down Expand Up @@ -25841,7 +25810,7 @@
"label": "toElasticsearchQuery",
"source": {
"path": "src/plugins/data/common/es_query/kuery/ast/ast.ts",
"lineNumber": 77
"lineNumber": 66
},
"tags": [
"params"
Expand Down Expand Up @@ -26395,17 +26364,6 @@
"lineNumber": 23
}
},
{
"tags": [],
"id": "def-common.KueryParseOptions.errorOnLuceneSyntax",
"type": "boolean",
"label": "errorOnLuceneSyntax",
"description": [],
"source": {
"path": "src/plugins/data/common/es_query/kuery/types.ts",
"lineNumber": 24
}
},
{
"tags": [],
"id": "def-common.KueryParseOptions.cursorSymbol",
Expand All @@ -26414,7 +26372,7 @@
"description": [],
"source": {
"path": "src/plugins/data/common/es_query/kuery/types.ts",
"lineNumber": 25
"lineNumber": 24
},
"signature": [
"string | undefined"
Expand All @@ -26428,7 +26386,7 @@
"description": [],
"source": {
"path": "src/plugins/data/common/es_query/kuery/types.ts",
"lineNumber": 26
"lineNumber": 25
},
"signature": [
"boolean | undefined"
Expand Down
8 changes: 4 additions & 4 deletions api_docs/ml.json
Original file line number Diff line number Diff line change
Expand Up @@ -546,7 +546,7 @@
"description": [],
"source": {
"path": "x-pack/plugins/ml/common/types/modules.ts",
"lineNumber": 80
"lineNumber": 94
},
"signature": [
{
Expand All @@ -567,7 +567,7 @@
"description": [],
"source": {
"path": "x-pack/plugins/ml/common/types/modules.ts",
"lineNumber": 81
"lineNumber": 95
},
"signature": [
{
Expand All @@ -588,7 +588,7 @@
"description": [],
"source": {
"path": "x-pack/plugins/ml/common/types/modules.ts",
"lineNumber": 82
"lineNumber": 96
},
"signature": [
"{ search: ",
Expand Down Expand Up @@ -621,7 +621,7 @@
],
"source": {
"path": "x-pack/plugins/ml/common/types/modules.ts",
"lineNumber": 79
"lineNumber": 93
},
"initialIsOpen": false
},
Expand Down
Loading

0 comments on commit 82c83e5

Please sign in to comment.