Skip to content

Commit

Permalink
Merge branch 'main' into esql-autocomplete-fix-by-missing-pipe
Browse files Browse the repository at this point in the history
  • Loading branch information
elasticmachine authored Jul 31, 2024
2 parents a16a9f3 + 65a99a5 commit 93f32d8
Show file tree
Hide file tree
Showing 1,994 changed files with 53,736 additions and 49,256 deletions.
6 changes: 2 additions & 4 deletions .buildkite/ftr_platform_stateful_configs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,6 @@ disabled:
- x-pack/test/fleet_cypress/config.ts
- x-pack/test/fleet_cypress/visual_config.ts

# http/2 security muted tests
- x-pack/test/security_functional/saml.http2.config.ts
- x-pack/test/security_functional/oidc.http2.config.ts

defaultQueue: 'n2-4-spot'
enabled:
- test/accessibility/config.ts
Expand Down Expand Up @@ -326,6 +322,8 @@ enabled:
- x-pack/test/security_functional/login_selector.config.ts
- x-pack/test/security_functional/oidc.config.ts
- x-pack/test/security_functional/saml.config.ts
- x-pack/test/security_functional/saml.http2.config.ts
- x-pack/test/security_functional/oidc.http2.config.ts
- x-pack/test/security_functional/insecure_cluster_warning.config.ts
- x-pack/test/security_functional/user_profiles.config.ts
- x-pack/test/security_functional/expired_session.config.ts
Expand Down
12 changes: 5 additions & 7 deletions .github/CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
Expand Up @@ -376,7 +376,6 @@ packages/kbn-discover-utils @elastic/kibana-data-discovery
packages/kbn-doc-links @elastic/docs
packages/kbn-docs-utils @elastic/kibana-operations
packages/kbn-dom-drag-drop @elastic/kibana-visualizations @elastic/kibana-data-discovery
packages/analytics/ebt @elastic/kibana-core
packages/kbn-ebt-tools @elastic/kibana-core
x-pack/packages/security-solution/ecs_data_quality_dashboard @elastic/security-threat-hunting-explore
x-pack/plugins/ecs_data_quality_dashboard @elastic/security-threat-hunting-explore
Expand Down Expand Up @@ -451,7 +450,7 @@ src/plugins/field_formats @elastic/kibana-data-discovery
packages/kbn-field-types @elastic/kibana-data-discovery
packages/kbn-field-utils @elastic/kibana-data-discovery
x-pack/plugins/fields_metadata @elastic/obs-ux-logs-team
x-pack/plugins/file_upload @elastic/kibana-gis
x-pack/plugins/file_upload @elastic/kibana-gis @elastic/ml-ui
examples/files_example @elastic/appex-sharedux
src/plugins/files_management @elastic/appex-sharedux
src/plugins/files @elastic/appex-sharedux
Expand Down Expand Up @@ -875,9 +874,9 @@ packages/kbn-test-eui-helpers @elastic/kibana-visualizations
x-pack/test/licensing_plugin/plugins/test_feature_usage @elastic/kibana-security
packages/kbn-test-jest-helpers @elastic/kibana-operations @elastic/appex-qa
packages/kbn-test-subj-selector @elastic/kibana-operations @elastic/appex-qa
x-pack/test_serverless @elastic/appex-qa
test @elastic/appex-qa
x-pack/test @elastic/appex-qa
x-pack/test_serverless
test
x-pack/test
x-pack/performance @elastic/appex-qa
x-pack/examples/testing_embedded_lens @elastic/kibana-visualizations
packages/kbn-text-based-editor @elastic/kibana-esql
Expand Down Expand Up @@ -1263,7 +1262,6 @@ x-pack/test/observability_ai_assistant_functional @elastic/obs-ai-assistant
/test/functional/services/remote @elastic/appex-qa
/test/visual_regression @elastic/appex-qa
/x-pack/test/visual_regression @elastic/appex-qa
/x-pack/performance @elastic/appex-qa
/packages/kbn-test/src/functional_test_runner @elastic/appex-qa
/packages/kbn-performance-testing-dataset-extractor @elastic/appex-qa
/x-pack/test_serverless/**/*config.base.ts @elastic/appex-qa
Expand All @@ -1273,7 +1271,7 @@ x-pack/test/observability_ai_assistant_functional @elastic/obs-ai-assistant
/x-pack/test_serverless/api_integration/test_suites/common/elasticsearch_api @elastic/appex-qa
/x-pack/test_serverless/functional/test_suites/security/ftr/ @elastic/appex-qa
/x-pack/test_serverless/functional/test_suites/common/home_page/ @elastic/appex-qa
/x-pack/test_serverless/functional/services/ @elastic/appex-qa
/x-pack/test_serverless/**/services/ @elastic/appex-qa

# Core
/config/ @elastic/kibana-core
Expand Down
48 changes: 24 additions & 24 deletions api_docs/actions.devdocs.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@
" implements ",
{
"pluginId": "@kbn/core-plugins-browser",
"scope": "common",
"scope": "public",
"docId": "kibKbnCorePluginsBrowserPluginApi",
"section": "def-common.Plugin",
"section": "def-public.Plugin",
"text": "Plugin"
},
"<",
Expand Down Expand Up @@ -63,9 +63,9 @@
"signature": [
{
"pluginId": "@kbn/core-plugins-browser",
"scope": "common",
"scope": "public",
"docId": "kibKbnCorePluginsBrowserPluginApi",
"section": "def-common.PluginInitializerContext",
"section": "def-public.PluginInitializerContext",
"text": "PluginInitializerContext"
},
"<",
Expand Down Expand Up @@ -587,9 +587,9 @@
"signature": [
{
"pluginId": "@kbn/core-http-server",
"scope": "common",
"scope": "server",
"docId": "kibKbnCoreHttpServerPluginApi",
"section": "def-common.KibanaRequest",
"section": "def-server.KibanaRequest",
"text": "KibanaRequest"
},
"<unknown, unknown, unknown, any> | undefined"
Expand Down Expand Up @@ -1864,9 +1864,9 @@
"signature": [
{
"pluginId": "@kbn/core-saved-objects-api-server",
"scope": "common",
"scope": "server",
"docId": "kibKbnCoreSavedObjectsApiServerPluginApi",
"section": "def-common.SavedObjectsClientContract",
"section": "def-server.SavedObjectsClientContract",
"text": "SavedObjectsClientContract"
}
],
Expand Down Expand Up @@ -2305,9 +2305,9 @@
"(source: ",
{
"pluginId": "@kbn/core-http-server",
"scope": "common",
"scope": "server",
"docId": "kibKbnCoreHttpServerPluginApi",
"section": "def-common.KibanaRequest",
"section": "def-server.KibanaRequest",
"text": "KibanaRequest"
},
"<unknown, unknown, unknown, any>) => ",
Expand All @@ -2327,9 +2327,9 @@
"signature": [
{
"pluginId": "@kbn/core-http-server",
"scope": "common",
"scope": "server",
"docId": "kibKbnCoreHttpServerPluginApi",
"section": "def-common.KibanaRequest",
"section": "def-server.KibanaRequest",
"text": "KibanaRequest"
},
"<unknown, unknown, unknown, any>"
Expand Down Expand Up @@ -3099,9 +3099,9 @@
"signature": [
{
"pluginId": "@kbn/core-http-server",
"scope": "common",
"scope": "server",
"docId": "kibKbnCoreHttpServerPluginApi",
"section": "def-common.KibanaRequest",
"section": "def-server.KibanaRequest",
"text": "KibanaRequest"
},
"<unknown, unknown, unknown, any> | undefined"
Expand Down Expand Up @@ -3471,9 +3471,9 @@
"signature": [
{
"pluginId": "@kbn/core-http-server",
"scope": "common",
"scope": "server",
"docId": "kibKbnCoreHttpServerPluginApi",
"section": "def-common.KibanaRequest",
"section": "def-server.KibanaRequest",
"text": "KibanaRequest"
},
"<unknown, unknown, unknown, any> | undefined"
Expand Down Expand Up @@ -4103,9 +4103,9 @@
"(request: ",
{
"pluginId": "@kbn/core-http-server",
"scope": "common",
"scope": "server",
"docId": "kibKbnCoreHttpServerPluginApi",
"section": "def-common.KibanaRequest",
"section": "def-server.KibanaRequest",
"text": "KibanaRequest"
},
"<unknown, unknown, unknown, any>) => Promise<",
Expand Down Expand Up @@ -4140,9 +4140,9 @@
"signature": [
{
"pluginId": "@kbn/core-http-server",
"scope": "common",
"scope": "server",
"docId": "kibKbnCoreHttpServerPluginApi",
"section": "def-common.KibanaRequest",
"section": "def-server.KibanaRequest",
"text": "KibanaRequest"
},
"<unknown, unknown, unknown, any>"
Expand All @@ -4166,9 +4166,9 @@
"(request: ",
{
"pluginId": "@kbn/core-http-server",
"scope": "common",
"scope": "server",
"docId": "kibKbnCoreHttpServerPluginApi",
"section": "def-common.KibanaRequest",
"section": "def-server.KibanaRequest",
"text": "KibanaRequest"
},
"<unknown, unknown, unknown, any>) => ",
Expand Down Expand Up @@ -4203,9 +4203,9 @@
"signature": [
{
"pluginId": "@kbn/core-http-server",
"scope": "common",
"scope": "server",
"docId": "kibKbnCoreHttpServerPluginApi",
"section": "def-common.KibanaRequest",
"section": "def-server.KibanaRequest",
"text": "KibanaRequest"
},
"<unknown, unknown, unknown, any>"
Expand Down
2 changes: 1 addition & 1 deletion 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-07-29
date: 2024-07-31
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'actions']
---
import actionsObj from './actions.devdocs.json';
Expand Down
8 changes: 4 additions & 4 deletions api_docs/advanced_settings.devdocs.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,17 +34,17 @@
"{ getGlobalSections: () => ",
{
"pluginId": "@kbn/management-settings-section-registry",
"scope": "common",
"scope": "public",
"docId": "kibKbnManagementSettingsSectionRegistryPluginApi",
"section": "def-common.RegistryEntry",
"section": "def-public.RegistryEntry",
"text": "RegistryEntry"
},
"[]; getSpacesSections: () => ",
{
"pluginId": "@kbn/management-settings-section-registry",
"scope": "common",
"scope": "public",
"docId": "kibKbnManagementSettingsSectionRegistryPluginApi",
"section": "def-common.RegistryEntry",
"section": "def-public.RegistryEntry",
"text": "RegistryEntry"
},
"[]; }"
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-07-29
date: 2024-07-31
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-07-29
date: 2024-07-31
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'aiAssistantManagementSelection']
---
import aiAssistantManagementSelectionObj from './ai_assistant_management_selection.devdocs.json';
Expand Down
36 changes: 18 additions & 18 deletions api_docs/aiops.devdocs.json
Original file line number Diff line number Diff line change
Expand Up @@ -276,9 +276,9 @@
"signature": [
{
"pluginId": "@kbn/core-application-browser",
"scope": "common",
"scope": "public",
"docId": "kibKbnCoreApplicationBrowserPluginApi",
"section": "def-common.ApplicationStart",
"section": "def-public.ApplicationStart",
"text": "ApplicationStart"
}
],
Expand Down Expand Up @@ -320,9 +320,9 @@
"signature": [
{
"pluginId": "@kbn/core-execution-context-browser",
"scope": "common",
"scope": "public",
"docId": "kibKbnCoreExecutionContextBrowserPluginApi",
"section": "def-common.ExecutionContextSetup",
"section": "def-public.ExecutionContextSetup",
"text": "ExecutionContextSetup"
}
],
Expand Down Expand Up @@ -399,9 +399,9 @@
"signature": [
{
"pluginId": "@kbn/core-http-browser",
"scope": "common",
"scope": "public",
"docId": "kibKbnCoreHttpBrowserPluginApi",
"section": "def-common.HttpSetup",
"section": "def-public.HttpSetup",
"text": "HttpSetup"
}
],
Expand All @@ -421,9 +421,9 @@
"signature": [
{
"pluginId": "@kbn/core-notifications-browser",
"scope": "common",
"scope": "public",
"docId": "kibKbnCoreNotificationsBrowserPluginApi",
"section": "def-common.NotificationsSetup",
"section": "def-public.NotificationsSetup",
"text": "NotificationsSetup"
}
],
Expand Down Expand Up @@ -466,9 +466,9 @@
"signature": [
{
"pluginId": "@kbn/core-theme-browser",
"scope": "common",
"scope": "public",
"docId": "kibKbnCoreThemeBrowserPluginApi",
"section": "def-common.ThemeServiceSetup",
"section": "def-public.ThemeServiceSetup",
"text": "ThemeServiceSetup"
}
],
Expand All @@ -488,9 +488,9 @@
"signature": [
{
"pluginId": "@kbn/core-ui-settings-browser",
"scope": "common",
"scope": "public",
"docId": "kibKbnCoreUiSettingsBrowserPluginApi",
"section": "def-common.IUiSettingsClient",
"section": "def-public.IUiSettingsClient",
"text": "IUiSettingsClient"
}
],
Expand Down Expand Up @@ -642,9 +642,9 @@
"signature": [
{
"pluginId": "@kbn/core-i18n-browser",
"scope": "common",
"scope": "public",
"docId": "kibKbnCoreI18nBrowserPluginApi",
"section": "def-common.I18nStart",
"section": "def-public.I18nStart",
"text": "I18nStart"
}
],
Expand Down Expand Up @@ -675,17 +675,17 @@
"; fieldStatsServices: ",
{
"pluginId": "@kbn/unified-field-list",
"scope": "common",
"scope": "public",
"docId": "kibKbnUnifiedFieldListPluginApi",
"section": "def-common.FieldStatsServices",
"section": "def-public.FieldStatsServices",
"text": "FieldStatsServices"
},
"; timeRangeMs?: ",
{
"pluginId": "@kbn/ml-date-picker",
"scope": "common",
"scope": "public",
"docId": "kibKbnMlDatePickerPluginApi",
"section": "def-common.TimeRange",
"section": "def-public.TimeRange",
"text": "TimeRange"
},
" | undefined; dslQuery?: object | undefined; }>>; } | undefined"
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-07-29
date: 2024-07-31
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'aiops']
---
import aiopsObj from './aiops.devdocs.json';
Expand Down
Loading

0 comments on commit 93f32d8

Please sign in to comment.