Skip to content

Commit

Permalink
Revert "Merge branch 'elastic#100250' of github.com:Kunzetsov/kibana …
Browse files Browse the repository at this point in the history
…into elastic#100250"

This reverts commit 2e019f3, reversing
changes made to 3d9d1d8.
  • Loading branch information
Kuznietsov committed May 31, 2021
1 parent 2e019f3 commit 1be7a13
Show file tree
Hide file tree
Showing 376 changed files with 6,657 additions and 15,128 deletions.
14 changes: 4 additions & 10 deletions api_docs/apm.json
Original file line number Diff line number Diff line change
Expand Up @@ -309,7 +309,7 @@
],
"source": {
"path": "x-pack/plugins/apm/server/plugin.ts",
"lineNumber": 269
"lineNumber": 270
},
"deprecated": false,
"children": [
Expand All @@ -331,7 +331,7 @@
],
"source": {
"path": "x-pack/plugins/apm/server/plugin.ts",
"lineNumber": 269
"lineNumber": 270
},
"deprecated": false,
"isRequired": true
Expand All @@ -351,7 +351,7 @@
],
"source": {
"path": "x-pack/plugins/apm/server/plugin.ts",
"lineNumber": 288
"lineNumber": 289
},
"deprecated": false,
"children": [],
Expand Down Expand Up @@ -653,13 +653,7 @@
"<unknown>>; delete: (deleteParams: { id: string; }) => Promise<",
"DeleteResponse",
">; } | undefined>; }; start: () => Promise<undefined>; }; ruleRegistry: { setup: ",
{
"pluginId": "ruleRegistry",
"scope": "server",
"docId": "kibRuleRegistryPluginApi",
"section": "def-server.RuleRegistryPluginSetupContract",
"text": "RuleRegistryPluginSetupContract"
},
"RuleDataPluginService",
"; start: () => Promise<void>; }; security?: { setup: ",
{
"pluginId": "security",
Expand Down
8 changes: 2 additions & 6 deletions api_docs/charts.json
Original file line number Diff line number Diff line change
Expand Up @@ -179,9 +179,7 @@
"type": "Array",
"tags": [],
"label": "xValues",
"description": [
"sorted and unquie x values"
],
"description": [],
"signature": [
"number[]"
],
Expand Down Expand Up @@ -419,9 +417,7 @@
"type": "Object",
"tags": [],
"label": "splitSeriesAccessorFnMap",
"description": [
"needed when using `splitSeriesAccessors` as `AccessorFn`"
],
"description": [],
"signature": [
"Map<React.ReactText, ",
"AccessorFn",
Expand Down
56 changes: 25 additions & 31 deletions api_docs/core.json

Large diffs are not rendered by default.

20 changes: 5 additions & 15 deletions api_docs/core_application.json
Original file line number Diff line number Diff line change
Expand Up @@ -115,9 +115,7 @@
"type": "string",
"tags": [],
"label": "basePath",
"description": [
"the URL path scope for the sub history"
],
"description": [],
"signature": [
"string"
],
Expand Down Expand Up @@ -209,9 +207,7 @@
"type": "CompoundType",
"tags": [],
"label": "pathOrLocation",
"description": [
"a string or location descriptor"
],
"description": [],
"signature": [
"string | ",
"LocationDescriptorObject",
Expand Down Expand Up @@ -270,9 +266,7 @@
"type": "CompoundType",
"tags": [],
"label": "pathOrLocation",
"description": [
"a string or location descriptor"
],
"description": [],
"signature": [
"string | ",
"LocationDescriptorObject",
Expand Down Expand Up @@ -329,9 +323,7 @@
"type": "number",
"tags": [],
"label": "n",
"description": [
"number of positions in the stack to go. Negative numbers indicate number of entries backward, positive\nnumbers for forwards. If passed 0, the current location will be reloaded. If `n` exceeds the number of\nentries available, this is a no-op."
],
"description": [],
"signature": [
"number"
],
Expand Down Expand Up @@ -457,9 +449,7 @@
"type": "Function",
"tags": [],
"label": "listener",
"description": [
"a function that receives location updates."
],
"description": [],
"signature": [
"(location: ",
"Location",
Expand Down
16 changes: 4 additions & 12 deletions api_docs/core_saved_objects.json
Original file line number Diff line number Diff line change
Expand Up @@ -161,9 +161,7 @@
"type": "Array",
"tags": [],
"label": "objects",
"description": [
"- [{ type, id, attributes, references, migrationVersion }]"
],
"description": [],
"signature": [
{
"pluginId": "core",
Expand Down Expand Up @@ -453,9 +451,7 @@
"type": "Array",
"tags": [],
"label": "objects",
"description": [
"- an array ids, or an array of objects containing id and optionally type"
],
"description": [],
"signature": [
"{ id: string; type: string; }[]"
],
Expand Down Expand Up @@ -9366,9 +9362,7 @@
"type": "string",
"tags": [],
"label": "namespace",
"description": [
"The namespace ID, which must be either a non-empty string or `undefined`."
],
"description": [],
"signature": [
"string | undefined"
],
Expand Down Expand Up @@ -9406,9 +9400,7 @@
"type": "string",
"tags": [],
"label": "namespace",
"description": [
"The namespace string, which must be non-empty."
],
"description": [],
"signature": [
"string"
],
Expand Down
Loading

0 comments on commit 1be7a13

Please sign in to comment.