Skip to content

Commit 43a11cb

Browse files
Merge branch 'main' into kt-3108-hide-stack-rules-from-search
2 parents a0dee87 + 584577b commit 43a11cb

2,501 files changed

Lines changed: 34418 additions & 10770 deletions

File tree

Some content is hidden

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

.eslintrc.js

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1873,6 +1873,20 @@ module.exports = {
18731873
'import/no-default-export': 'off',
18741874
},
18751875
},
1876+
/**
1877+
* Exception for connector specs whose product name contains 'server' (e.g., sharepoint_server).
1878+
* These are connector configuration specs (shared-common code), not server-side runtime code.
1879+
* The **\/*server* pattern in the parent rule is relaxed here to allow intra-package imports.
1880+
*/
1881+
{
1882+
files: [
1883+
'src/platform/packages/shared/kbn-connector-specs/src/all_specs.ts',
1884+
'src/platform/packages/shared/kbn-connector-specs/src/specs/sharepoint_server/**/*.{js,mjs,ts,tsx}',
1885+
],
1886+
rules: {
1887+
'no-restricted-imports': ['error', { paths: RESTRICTED_IMPORTS }],
1888+
},
1889+
},
18761890

18771891
/**
18781892
* Lens overrides

.github/CODEOWNERS

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -653,6 +653,7 @@ src/platform/packages/shared/kbn-synthtrace-client @elastic/obs-presentation-tea
653653
src/platform/packages/shared/kbn-telemetry @elastic/kibana-core @elastic/obs-ai-team
654654
src/platform/packages/shared/kbn-telemetry-config @elastic/kibana-core
655655
src/platform/packages/shared/kbn-test @elastic/kibana-operations @elastic/appex-qa
656+
src/platform/packages/shared/kbn-test-docker-servers @elastic/kibana-operations @elastic/appex-qa
656657
src/platform/packages/shared/kbn-test-es-server @elastic/kibana-operations @elastic/appex-qa
657658
src/platform/packages/shared/kbn-test-jest-helpers @elastic/kibana-operations @elastic/appex-qa
658659
src/platform/packages/shared/kbn-test-kibana-server @elastic/kibana-operations @elastic/appex-qa
@@ -1720,10 +1721,17 @@ x-pack/solutions/observability/plugins/observability/server/lib/esql_extensions
17201721
/x-pack/platform/test/common/utils/server_route_repository @elastic/obs-onboarding-team @elastic/obs-sig-events-team
17211722

17221723
## Streams parts owned by Logs UX
1723-
/x-pack/platform/plugins/shared/streams_app/public/components/data_management @elastic/obs-onboarding-team
1724+
/x-pack/platform/plugins/shared/streams_app/public/components/stream_management/data_management @elastic/obs-onboarding-team
17241725

17251726
# Streams parts owned by Kibana Management
1726-
x-pack/platform/plugins/shared/streams_app/public/components/data_management/stream_detail_lifecycle/downsampling @elastic/kibana-management
1727+
x-pack/platform/plugins/shared/streams_app/public/components/stream_management/data_management/stream_detail_lifecycle/downsampling @elastic/kibana-management
1728+
1729+
# Streams — sig events overrides (obs-sig-events-team owns these subtrees)
1730+
x-pack/platform/plugins/shared/streams_app/public/components/sig_events @elastic/obs-sig-events-team
1731+
x-pack/platform/plugins/shared/streams_app/public/hooks/sig_events @elastic/obs-sig-events-team
1732+
x-pack/platform/plugins/shared/streams/server/lib/sig_events @elastic/obs-sig-events-team
1733+
x-pack/platform/plugins/shared/streams/server/routes/sig_events @elastic/obs-sig-events-team
1734+
x-pack/platform/plugins/shared/streams/server/routes/internal/sig_events @elastic/obs-sig-events-team
17271735

17281736
# Infra Monitoring tests
17291737
/x-pack/solutions/observability/test/functional/apps/infra @elastic/obs-presentation-team
@@ -2429,6 +2437,10 @@ src/platform/packages/shared/kbn-connector-specs/src/specs/urlvoid/** @elastic/w
24292437
src/platform/packages/shared/kbn-connector-specs/src/specs/virustotal/** @elastic/workflows-eng
24302438
src/platform/packages/shared/kbn-connector-specs/src/specs/zendesk/** @elastic/workchat-eng
24312439
src/platform/packages/shared/kbn-connector-specs/src/specs/zoom/** @elastic/workchat-eng
2440+
src/platform/packages/shared/kbn-connector-specs/src/specs/sharepoint_server/** @elastic/workchat-eng
2441+
2442+
# Connector Workflow Tests
2443+
src/platform/plugins/shared/workflows_management/test/connector_workflows @elastic/workchat-eng
24322444

24332445
# Gap fill feature has shared responsibility between response-ops and security-detection-engine
24342446
/x-pack/platform/plugins/shared/alerting/common/routes/gaps @elastic/response-ops @elastic/security-detection-engine

api_docs/actions.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/actions
88
title: "actions"
99
image: https://source.unsplash.com/400x175/?github
1010
description: API docs for the actions plugin
11-
date: 2026-03-28
11+
date: 2026-03-30
1212
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'actions']
1313
---
1414
import actionsObj from './actions.devdocs.json';

api_docs/advanced_settings.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/advancedSettings
88
title: "advancedSettings"
99
image: https://source.unsplash.com/400x175/?github
1010
description: API docs for the advancedSettings plugin
11-
date: 2026-03-28
11+
date: 2026-03-30
1212
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'advancedSettings']
1313
---
1414
import advancedSettingsObj from './advanced_settings.devdocs.json';

api_docs/agent_builder.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/agentBuilder
88
title: "agentBuilder"
99
image: https://source.unsplash.com/400x175/?github
1010
description: API docs for the agentBuilder plugin
11-
date: 2026-03-28
11+
date: 2026-03-30
1212
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'agentBuilder']
1313
---
1414
import agentBuilderObj from './agent_builder.devdocs.json';

api_docs/agent_builder_platform.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/agentBuilderPlatform
88
title: "agentBuilderPlatform"
99
image: https://source.unsplash.com/400x175/?github
1010
description: API docs for the agentBuilderPlatform plugin
11-
date: 2026-03-28
11+
date: 2026-03-30
1212
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'agentBuilderPlatform']
1313
---
1414
import agentBuilderPlatformObj from './agent_builder_platform.devdocs.json';

api_docs/ai_assistant_management_selection.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/aiAssistantManagementSelection
88
title: "aiAssistantManagementSelection"
99
image: https://source.unsplash.com/400x175/?github
1010
description: API docs for the aiAssistantManagementSelection plugin
11-
date: 2026-03-28
11+
date: 2026-03-30
1212
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'aiAssistantManagementSelection']
1313
---
1414
import aiAssistantManagementSelectionObj from './ai_assistant_management_selection.devdocs.json';

api_docs/aiops.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/aiops
88
title: "aiops"
99
image: https://source.unsplash.com/400x175/?github
1010
description: API docs for the aiops plugin
11-
date: 2026-03-28
11+
date: 2026-03-30
1212
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'aiops']
1313
---
1414
import aiopsObj from './aiops.devdocs.json';

api_docs/alerting.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/alerting
88
title: "alerting"
99
image: https://source.unsplash.com/400x175/?github
1010
description: API docs for the alerting plugin
11-
date: 2026-03-28
11+
date: 2026-03-30
1212
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'alerting']
1313
---
1414
import alertingObj from './alerting.devdocs.json';

api_docs/alerting_v_two.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/alertingVTwo
88
title: "alertingVTwo"
99
image: https://source.unsplash.com/400x175/?github
1010
description: API docs for the alertingVTwo plugin
11-
date: 2026-03-28
11+
date: 2026-03-30
1212
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'alertingVTwo']
1313
---
1414
import alertingVTwoObj from './alerting_v_two.devdocs.json';

0 commit comments

Comments
 (0)