Skip to content

Commit 3be61ec

Browse files
Merge branch 'master' into pageLayouts/stage_1/solution_nav
2 parents 33547c8 + ca324c6 commit 3be61ec

File tree

1,133 files changed

+120639
-56305
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

1,133 files changed

+120639
-56305
lines changed

.i18nrc.json

Lines changed: 4 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,8 @@
2222
"interpreter": "src/legacy/core_plugins/interpreter",
2323
"kbn": "src/legacy/core_plugins/kibana",
2424
"kbnDocViews": "src/legacy/core_plugins/kbn_doc_views",
25-
"management": [
26-
"src/legacy/core_plugins/management",
27-
"src/plugins/management"
28-
],
25+
"lists": "packages/kbn-securitysolution-list-utils/src",
26+
"management": ["src/legacy/core_plugins/management", "src/plugins/management"],
2927
"maps_legacy": "src/plugins/maps_legacy",
3028
"monaco": "packages/kbn-monaco/src",
3129
"presentationUtil": "src/plugins/presentation_util",
@@ -45,10 +43,7 @@
4543
"security": "src/plugins/security_oss",
4644
"server": "src/legacy/server",
4745
"statusPage": "src/legacy/core_plugins/status_page",
48-
"telemetry": [
49-
"src/plugins/telemetry",
50-
"src/plugins/telemetry_management_section"
51-
],
46+
"telemetry": ["src/plugins/telemetry", "src/plugins/telemetry_management_section"],
5247
"tileMap": "src/plugins/tile_map",
5348
"timelion": ["src/plugins/timelion", "src/plugins/vis_type_timelion"],
5449
"uiActions": "src/plugins/ui_actions",
@@ -66,8 +61,6 @@
6661
"apmOss": "src/plugins/apm_oss",
6762
"usageCollection": "src/plugins/usage_collection"
6863
},
69-
"exclude": [
70-
"src/legacy/ui/ui_render/ui_render_mixin.js"
71-
],
64+
"exclude": ["src/legacy/ui/ui_render/ui_render_mixin.js"],
7265
"translations": []
7366
}

api_docs/actions.json

Lines changed: 85 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -252,7 +252,9 @@
252252
"path": "x-pack/plugins/actions/server/types.ts",
253253
"lineNumber": 40
254254
},
255-
"deprecated": false
255+
"deprecated": false,
256+
"returnComment": [],
257+
"children": []
256258
},
257259
{
258260
"parentPluginId": "actions",
@@ -276,7 +278,9 @@
276278
"path": "x-pack/plugins/actions/server/types.ts",
277279
"lineNumber": 41
278280
},
279-
"deprecated": false
281+
"deprecated": false,
282+
"returnComment": [],
283+
"children": []
280284
}
281285
],
282286
"initialIsOpen": false
@@ -516,14 +520,55 @@
516520
"label": "executor",
517521
"description": [],
518522
"signature": [
519-
"ExecutorType",
520-
"<Config, Secrets, Params, ExecutorResultData>"
523+
"(options: ",
524+
{
525+
"pluginId": "actions",
526+
"scope": "server",
527+
"docId": "kibActionsPluginApi",
528+
"section": "def-server.ActionTypeExecutorOptions",
529+
"text": "ActionTypeExecutorOptions"
530+
},
531+
"<Config, Secrets, Params>) => Promise<",
532+
{
533+
"pluginId": "actions",
534+
"scope": "common",
535+
"docId": "kibActionsPluginApi",
536+
"section": "def-common.ActionTypeExecutorResult",
537+
"text": "ActionTypeExecutorResult"
538+
},
539+
"<ExecutorResultData>>"
521540
],
522541
"source": {
523542
"path": "x-pack/plugins/actions/server/types.ts",
524543
"lineNumber": 116
525544
},
526-
"deprecated": false
545+
"deprecated": false,
546+
"returnComment": [],
547+
"children": [
548+
{
549+
"parentPluginId": "actions",
550+
"id": "def-server.options",
551+
"type": "Object",
552+
"tags": [],
553+
"label": "options",
554+
"description": [],
555+
"signature": [
556+
{
557+
"pluginId": "actions",
558+
"scope": "server",
559+
"docId": "kibActionsPluginApi",
560+
"section": "def-server.ActionTypeExecutorOptions",
561+
"text": "ActionTypeExecutorOptions"
562+
},
563+
"<Config, Secrets, Params>"
564+
],
565+
"source": {
566+
"path": "x-pack/plugins/actions/server/types.ts",
567+
"lineNumber": 84
568+
},
569+
"deprecated": false
570+
}
571+
]
527572
}
528573
],
529574
"initialIsOpen": false
@@ -743,7 +788,7 @@
743788
"label": "ActionParamsType",
744789
"description": [],
745790
"signature": [
746-
"{ readonly source?: string | undefined; readonly summary?: string | undefined; readonly timestamp?: string | undefined; readonly eventAction?: \"resolve\" | \"trigger\" | \"acknowledge\" | undefined; readonly dedupKey?: string | undefined; readonly severity?: \"warning\" | \"info\" | \"error\" | \"critical\" | undefined; readonly component?: string | undefined; readonly group?: string | undefined; readonly class?: string | undefined; }"
791+
"{ readonly source?: string | undefined; readonly summary?: string | undefined; readonly timestamp?: string | undefined; readonly eventAction?: \"resolve\" | \"trigger\" | \"acknowledge\" | undefined; readonly dedupKey?: string | undefined; readonly severity?: \"warning\" | \"error\" | \"info\" | \"critical\" | undefined; readonly component?: string | undefined; readonly group?: string | undefined; readonly class?: string | undefined; }"
747792
],
748793
"source": {
749794
"path": "x-pack/plugins/actions/server/builtin_action_types/pagerduty.ts",
@@ -760,7 +805,7 @@
760805
"label": "ActionParamsType",
761806
"description": [],
762807
"signature": [
763-
"{ readonly message: string; readonly level: \"info\" | \"error\" | \"debug\" | \"trace\" | \"warn\" | \"fatal\"; }"
808+
"{ readonly message: string; readonly level: \"error\" | \"info\" | \"debug\" | \"trace\" | \"warn\" | \"fatal\"; }"
764809
],
765810
"source": {
766811
"path": "x-pack/plugins/actions/server/builtin_action_types/server_log.ts",
@@ -923,7 +968,38 @@
923968
"docId": "kibActionsPluginApi",
924969
"section": "def-server.ActionResult",
925970
"text": "ActionResult"
926-
}
971+
},
972+
"<Record<string, unknown>>>; execute: ({ actionId, params, source, }: Pick<",
973+
"ExecuteOptions",
974+
"<unknown>, \"source\" | \"params\" | \"actionId\">) => Promise<",
975+
{
976+
"pluginId": "actions",
977+
"scope": "common",
978+
"docId": "kibActionsPluginApi",
979+
"section": "def-common.ActionTypeExecutorResult",
980+
"text": "ActionTypeExecutorResult"
981+
},
982+
"<unknown>>; getAll: () => Promise<",
983+
"FindActionResult",
984+
"[]>; getBulk: (ids: string[]) => Promise<",
985+
{
986+
"pluginId": "actions",
987+
"scope": "server",
988+
"docId": "kibActionsPluginApi",
989+
"section": "def-server.ActionResult",
990+
"text": "ActionResult"
991+
},
992+
"<Record<string, unknown>>[]>; enqueueExecution: (options: ",
993+
"ExecuteOptions",
994+
") => Promise<void>; listTypes: () => Promise<",
995+
{
996+
"pluginId": "actions",
997+
"scope": "common",
998+
"docId": "kibActionsPluginApi",
999+
"section": "def-common.ActionType",
1000+
"text": "ActionType"
1001+
},
1002+
"[]>; isActionTypeEnabled: (actionTypeId: string, options?: { notifyUsage: boolean; }) => boolean; }"
9271003
],
9281004
"source": {
9291005
"path": "x-pack/plugins/actions/server/index.ts",
@@ -1719,7 +1795,7 @@
17191795
"label": "config",
17201796
"description": [],
17211797
"signature": [
1722-
"Record<string, any>"
1798+
"{ [x: string]: any; }"
17231799
],
17241800
"source": {
17251801
"path": "x-pack/plugins/actions/common/types.ts",

api_docs/advanced_settings.json

Lines changed: 101 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,9 @@
5858
"path": "src/plugins/advanced_settings/public/component_registry/component_registry.ts",
5959
"lineNumber": 30
6060
},
61-
"deprecated": false
61+
"deprecated": false,
62+
"returnComment": [],
63+
"children": []
6264
},
6365
{
6466
"parentPluginId": "advancedSettings",
@@ -74,7 +76,9 @@
7476
"path": "src/plugins/advanced_settings/public/component_registry/component_registry.ts",
7577
"lineNumber": 31
7678
},
77-
"deprecated": false
79+
"deprecated": false,
80+
"returnComment": [],
81+
"children": []
7882
},
7983
{
8084
"parentPluginId": "advancedSettings",
@@ -90,7 +94,9 @@
9094
"path": "src/plugins/advanced_settings/public/component_registry/component_registry.ts",
9195
"lineNumber": 32
9296
},
93-
"deprecated": false
97+
"deprecated": false,
98+
"returnComment": [],
99+
"children": []
94100
}
95101
]
96102
},
@@ -151,7 +157,55 @@
151157
"path": "src/plugins/advanced_settings/public/component_registry/component_registry.ts",
152158
"lineNumber": 73
153159
},
154-
"deprecated": false
160+
"deprecated": false,
161+
"returnComment": [],
162+
"children": [
163+
{
164+
"parentPluginId": "advancedSettings",
165+
"id": "def-public.id",
166+
"type": "CompoundType",
167+
"tags": [],
168+
"label": "id",
169+
"description": [],
170+
"signature": [
171+
"\"advanced_settings_page_title\" | \"advanced_settings_page_subtitle\" | \"advanced_settings_page_footer\""
172+
],
173+
"source": {
174+
"path": "src/plugins/advanced_settings/public/component_registry/component_registry.ts",
175+
"lineNumber": 47
176+
},
177+
"deprecated": false
178+
},
179+
{
180+
"parentPluginId": "advancedSettings",
181+
"id": "def-public.component",
182+
"type": "CompoundType",
183+
"tags": [],
184+
"label": "component",
185+
"description": [],
186+
"signature": [
187+
"React.ComponentClass<Record<string, any> | undefined, any> | React.FunctionComponent<Record<string, any> | undefined>"
188+
],
189+
"source": {
190+
"path": "src/plugins/advanced_settings/public/component_registry/component_registry.ts",
191+
"lineNumber": 47
192+
},
193+
"deprecated": false
194+
},
195+
{
196+
"parentPluginId": "advancedSettings",
197+
"id": "def-public.allowOverride",
198+
"type": "boolean",
199+
"tags": [],
200+
"label": "allowOverride",
201+
"description": [],
202+
"source": {
203+
"path": "src/plugins/advanced_settings/public/component_registry/component_registry.ts",
204+
"lineNumber": 47
205+
},
206+
"deprecated": false
207+
}
208+
]
155209
}
156210
]
157211
},
@@ -198,7 +252,26 @@
198252
"path": "src/plugins/advanced_settings/public/component_registry/component_registry.ts",
199253
"lineNumber": 78
200254
},
201-
"deprecated": false
255+
"deprecated": false,
256+
"returnComment": [],
257+
"children": [
258+
{
259+
"parentPluginId": "advancedSettings",
260+
"id": "def-public.id",
261+
"type": "CompoundType",
262+
"tags": [],
263+
"label": "id",
264+
"description": [],
265+
"signature": [
266+
"\"advanced_settings_page_title\" | \"advanced_settings_page_subtitle\" | \"advanced_settings_page_footer\""
267+
],
268+
"source": {
269+
"path": "src/plugins/advanced_settings/public/component_registry/component_registry.ts",
270+
"lineNumber": 67
271+
},
272+
"deprecated": false
273+
}
274+
]
202275
}
203276
]
204277
}
@@ -217,15 +290,36 @@
217290
"\nExports the field component as a React.lazy component. We're explicitly naming it lazy here\nso any plugin that would import that can clearly see it's lazy loaded and can only be used\ninside a suspense context."
218291
],
219292
"signature": [
220-
"React.LazyExoticComponent<typeof ",
293+
"React.ExoticComponent<FieldProps & React.RefAttributes<",
221294
"Field",
222-
">"
295+
">> & { readonly _result: typeof ",
296+
"Field",
297+
"; }"
223298
],
224299
"source": {
225300
"path": "src/plugins/advanced_settings/public/index.ts",
226301
"lineNumber": 20
227302
},
228303
"deprecated": false,
304+
"returnComment": [],
305+
"children": [
306+
{
307+
"parentPluginId": "advancedSettings",
308+
"id": "def-public.props",
309+
"type": "Uncategorized",
310+
"tags": [],
311+
"label": "props",
312+
"description": [],
313+
"signature": [
314+
"P"
315+
],
316+
"source": {
317+
"path": "node_modules/@types/react/index.d.ts",
318+
"lineNumber": 359
319+
},
320+
"deprecated": false
321+
}
322+
],
229323
"initialIsOpen": false
230324
}
231325
],

0 commit comments

Comments
 (0)