Skip to content

Commit

Permalink
Merge branch 'main' into sharedux/cleanup-tomountpoint-deprecations-viii
Browse files Browse the repository at this point in the history
  • Loading branch information
tsullivan committed Apr 24, 2024
2 parents 91b622d + 7895df6 commit dde3a73
Show file tree
Hide file tree
Showing 1,285 changed files with 11,768 additions and 4,578 deletions.
8 changes: 7 additions & 1 deletion .buildkite/ftr_configs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -115,9 +115,15 @@ enabled:
- test/functional/apps/discover/classic/config.ts
- test/functional/apps/discover/embeddable/config.ts
- test/functional/apps/discover/group1/config.ts
- test/functional/apps/discover/group2/config.ts
- test/functional/apps/discover/group2_data_grid1/config.ts
- test/functional/apps/discover/group2_data_grid2/config.ts
- test/functional/apps/discover/group2_data_grid3/config.ts
- test/functional/apps/discover/group3/config.ts
- test/functional/apps/discover/group4/config.ts
- test/functional/apps/discover/group5/config.ts
- test/functional/apps/discover/group6/config.ts
- test/functional/apps/discover/group7/config.ts
- test/functional/apps/discover/group8/config.ts
- test/functional/apps/getting_started/config.ts
- test/functional/apps/home/config.ts
- test/functional/apps/kibana_overview/config.ts
Expand Down
6 changes: 1 addition & 5 deletions .buildkite/pipelines/artifacts_container_image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,5 @@ steps:
- command: .buildkite/scripts/steps/artifacts/docker_image.sh
label: Build serverless container images
agents:
queue: n2-16-spot
queue: c2-16
timeout_in_minutes: 60
retry:
automatic:
- exit_status: '-1'
limit: 3
9 changes: 8 additions & 1 deletion .github/CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
Expand Up @@ -313,6 +313,13 @@ packages/core/usage-data/core-usage-data-base-server-internal @elastic/kibana-co
packages/core/usage-data/core-usage-data-server @elastic/kibana-core
packages/core/usage-data/core-usage-data-server-internal @elastic/kibana-core
packages/core/usage-data/core-usage-data-server-mocks @elastic/kibana-core
packages/core/user-profile/core-user-profile-browser @elastic/kibana-core
packages/core/user-profile/core-user-profile-browser-internal @elastic/kibana-core
packages/core/user-profile/core-user-profile-browser-mocks @elastic/kibana-core
packages/core/user-profile/core-user-profile-common @elastic/kibana-core
packages/core/user-profile/core-user-profile-server @elastic/kibana-core
packages/core/user-profile/core-user-profile-server-internal @elastic/kibana-core
packages/core/user-profile/core-user-profile-server-mocks @elastic/kibana-core
packages/core/user-settings/core-user-settings-server @elastic/kibana-security
packages/core/user-settings/core-user-settings-server-internal @elastic/kibana-security
packages/core/user-settings/core-user-settings-server-mocks @elastic/kibana-security
Expand Down Expand Up @@ -377,7 +384,6 @@ test/plugin_functional/plugins/elasticsearch_client_plugin @elastic/kibana-core
x-pack/test/plugin_api_integration/plugins/elasticsearch_client @elastic/kibana-core
x-pack/plugins/embeddable_enhanced @elastic/kibana-presentation
examples/embeddable_examples @elastic/kibana-presentation
examples/embeddable_explorer @elastic/kibana-presentation
src/plugins/embeddable @elastic/kibana-presentation
x-pack/examples/embedded_lens_example @elastic/kibana-visualizations
x-pack/plugins/encrypted_saved_objects @elastic/kibana-security
Expand Down Expand Up @@ -1126,6 +1132,7 @@ packages/kbn-monaco/src/esql @elastic/kibana-esql
# Logs
/x-pack/test/api_integration/apis/logs_ui @elastic/obs-ux-logs-team
/x-pack/test/dataset_quality_api_integration @elastic/obs-ux-logs-team
/x-pack/test_serverless/api_integration/test_suites/observability/dataset_quality_api_integration @elastic/obs-ux-logs-team
/x-pack/test/functional/apps/observability_logs_explorer @elastic/obs-ux-logs-team
/x-pack/test_serverless/functional/test_suites/observability/observability_logs_explorer @elastic/obs-ux-logs-team
/x-pack/test/functional/apps/dataset_quality @elastic/obs-ux-logs-team
Expand Down
90 changes: 68 additions & 22 deletions api_docs/actions.devdocs.json
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,7 @@
"section": "def-server.CaseConnector",
"text": "CaseConnector"
},
"<Config, Secrets> extends ",
"<Config, Secrets, Incident, GetIncidentResponse> extends ",
{
"pluginId": "actions",
"scope": "server",
Expand All @@ -240,7 +240,8 @@
"text": "SubActionConnector"
},
"<Config, Secrets> implements ",
"CaseConnectorInterface"
"CaseConnectorInterface",
"<Incident, GetIncidentResponse>"
],
"path": "x-pack/plugins/actions/server/sub_action_framework/case.ts",
"deprecated": false,
Expand Down Expand Up @@ -281,6 +282,29 @@
"deprecated": false,
"trackAdoption": false,
"isRequired": true
},
{
"parentPluginId": "actions",
"id": "def-server.CaseConnector.Unnamed.$2",
"type": "Object",
"tags": [],
"label": "pushToServiceIncidentParamsSchema",
"description": [],
"signature": [
"Record<string, ",
{
"pluginId": "@kbn/config-schema",
"scope": "common",
"docId": "kibKbnConfigSchemaPluginApi",
"section": "def-common.Type",
"text": "Type"
},
"<unknown>>"
],
"path": "x-pack/plugins/actions/server/sub_action_framework/case.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
}
],
"returnComment": []
Expand All @@ -293,7 +317,7 @@
"label": "addComment",
"description": [],
"signature": [
"({ incidentId, comment, }: { incidentId: string; comment: string; }) => Promise<unknown>"
"({ incidentId, comment, }: { incidentId: string; comment: string; }) => Promise<void>"
],
"path": "x-pack/plugins/actions/server/sub_action_framework/case.ts",
"deprecated": false,
Expand Down Expand Up @@ -345,7 +369,7 @@
"label": "createIncident",
"description": [],
"signature": [
"(incident: Record<string, unknown>) => Promise<",
"(incident: Incident) => Promise<",
"ExternalServiceIncidentResponse",
">"
],
Expand All @@ -356,12 +380,12 @@
{
"parentPluginId": "actions",
"id": "def-server.CaseConnector.createIncident.$1",
"type": "Object",
"type": "Uncategorized",
"tags": [],
"label": "incident",
"description": [],
"signature": [
"Record<string, unknown>"
"Incident"
],
"path": "x-pack/plugins/actions/server/sub_action_framework/case.ts",
"deprecated": false,
Expand All @@ -379,7 +403,7 @@
"label": "updateIncident",
"description": [],
"signature": [
"({ incidentId, incident, }: { incidentId: string; incident: Record<string, unknown>; }) => Promise<",
"({ incidentId, incident, }: { incidentId: string; incident: Incident; }) => Promise<",
"ExternalServiceIncidentResponse",
">"
],
Expand Down Expand Up @@ -412,12 +436,12 @@
{
"parentPluginId": "actions",
"id": "def-server.CaseConnector.updateIncident.$1.incident",
"type": "Object",
"type": "Uncategorized",
"tags": [],
"label": "incident",
"description": [],
"signature": [
"{ [x: string]: unknown; }"
"Incident"
],
"path": "x-pack/plugins/actions/server/sub_action_framework/case.ts",
"deprecated": false,
Expand All @@ -436,9 +460,7 @@
"label": "getIncident",
"description": [],
"signature": [
"({ id }: { id: string; }) => Promise<",
"ExternalServiceIncidentResponse",
">"
"({ id }: { id: string; }) => Promise<GetIncidentResponse>"
],
"path": "x-pack/plugins/actions/server/sub_action_framework/case.ts",
"deprecated": false,
Expand Down Expand Up @@ -479,9 +501,7 @@
"label": "pushToService",
"description": [],
"signature": [
"(params: ",
"PushToServiceParams",
") => Promise<",
"(params: { incident: { externalId: string | null; } & Incident; comments: { commentId: string; comment: string; }[]; }) => Promise<",
"PushToServiceResponse",
">"
],
Expand All @@ -496,13 +516,39 @@
"tags": [],
"label": "params",
"description": [],
"signature": [
"PushToServiceParams"
],
"path": "x-pack/plugins/actions/server/sub_action_framework/case.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
"children": [
{
"parentPluginId": "actions",
"id": "def-server.CaseConnector.pushToService.$1.incident",
"type": "CompoundType",
"tags": [],
"label": "incident",
"description": [],
"signature": [
"{ externalId: string | null; } & Incident"
],
"path": "x-pack/plugins/actions/server/sub_action_framework/case.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "actions",
"id": "def-server.CaseConnector.pushToService.$1.comments",
"type": "Array",
"tags": [],
"label": "comments",
"description": [],
"signature": [
"{ commentId: string; comment: string; }[]"
],
"path": "x-pack/plugins/actions/server/sub_action_framework/case.ts",
"deprecated": false,
"trackAdoption": false
}
]
}
],
"returnComment": []
Expand Down Expand Up @@ -3724,9 +3770,9 @@
"label": "getCaseConnectorClass",
"description": [],
"signature": [
"<Config, Secrets>() => ",
"IServiceAbstract",
"<Config, Secrets>"
"<Config, Secrets, Incident, GetIncidentResponse>() => ",
"ICaseServiceAbstract",
"<Config, Secrets, Incident, GetIncidentResponse>"
],
"path": "x-pack/plugins/actions/server/plugin.ts",
"deprecated": false,
Expand Down
4 changes: 2 additions & 2 deletions api_docs/actions.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/actions
title: "actions"
image: https://source.unsplash.com/400x175/?github
description: API docs for the actions plugin
date: 2024-04-23
date: 2024-04-24
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'actions']
---
import actionsObj from './actions.devdocs.json';
Expand All @@ -21,7 +21,7 @@ Contact [@elastic/response-ops](https://github.com/orgs/elastic/teams/response-o

| Public API count | Any count | Items lacking comments | Missing exports |
|-------------------|-----------|------------------------|-----------------|
| 298 | 0 | 292 | 32 |
| 301 | 0 | 295 | 32 |

## Client

Expand Down
2 changes: 1 addition & 1 deletion api_docs/advanced_settings.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/advancedSettings
title: "advancedSettings"
image: https://source.unsplash.com/400x175/?github
description: API docs for the advancedSettings plugin
date: 2024-04-23
date: 2024-04-24
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'advancedSettings']
---
import advancedSettingsObj from './advanced_settings.devdocs.json';
Expand Down
2 changes: 1 addition & 1 deletion api_docs/ai_assistant_management_selection.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/aiAssistantManagementSelection
title: "aiAssistantManagementSelection"
image: https://source.unsplash.com/400x175/?github
description: API docs for the aiAssistantManagementSelection plugin
date: 2024-04-23
date: 2024-04-24
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'aiAssistantManagementSelection']
---
import aiAssistantManagementSelectionObj from './ai_assistant_management_selection.devdocs.json';
Expand Down
2 changes: 1 addition & 1 deletion api_docs/aiops.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/aiops
title: "aiops"
image: https://source.unsplash.com/400x175/?github
description: API docs for the aiops plugin
date: 2024-04-23
date: 2024-04-24
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'aiops']
---
import aiopsObj from './aiops.devdocs.json';
Expand Down
2 changes: 1 addition & 1 deletion api_docs/alerting.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/alerting
title: "alerting"
image: https://source.unsplash.com/400x175/?github
description: API docs for the alerting plugin
date: 2024-04-23
date: 2024-04-24
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'alerting']
---
import alertingObj from './alerting.devdocs.json';
Expand Down
Loading

0 comments on commit dde3a73

Please sign in to comment.