Skip to content

Commit c2c9a14

Browse files
Merge branch 'main' into esql-columns
2 parents c5dcb6c + 29c5381 commit c2c9a14

File tree

1,304 files changed

+58276
-28068
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,304 files changed

+58276
-28068
lines changed

Diff for: .buildkite/scripts/steps/capture_oas_snapshot.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ set -euo pipefail
55
source .buildkite/scripts/common/util.sh
66

77
echo --- Capture OAS snapshot
8-
cmd="node scripts/capture_oas_snapshot --include-path /api/status"
8+
cmd="node scripts/capture_oas_snapshot --include-path /api/status --include-path /api/alerting/rule/ --include-path /api/alerting/rules"
99
if is_pr && ! is_auto_commit_disabled; then
1010
cmd="$cmd --update"
1111
fi

Diff for: .github/CODEOWNERS

+3
Original file line numberDiff line numberDiff line change
@@ -395,6 +395,7 @@ x-pack/plugins/encrypted_saved_objects @elastic/kibana-security
395395
x-pack/plugins/enterprise_search @elastic/search-kibana
396396
x-pack/plugins/observability_solution/entities_data_access @elastic/obs-entities
397397
x-pack/packages/kbn-entities-schema @elastic/obs-entities
398+
x-pack/test/api_integration/apis/entity_manager/fixture_plugin @elastic/obs-entities
398399
x-pack/plugins/observability_solution/entity_manager @elastic/obs-entities
399400
examples/error_boundary @elastic/appex-sharedux
400401
packages/kbn-es @elastic/kibana-operations
@@ -477,6 +478,8 @@ x-pack/plugins/global_search @elastic/appex-sharedux
477478
x-pack/plugins/global_search_providers @elastic/appex-sharedux
478479
x-pack/test/plugin_functional/plugins/global_search_test @elastic/kibana-core
479480
x-pack/plugins/graph @elastic/kibana-visualizations
481+
examples/grid_example @elastic/kibana-presentation
482+
packages/kbn-grid-layout @elastic/kibana-presentation
480483
x-pack/plugins/grokdebugger @elastic/kibana-management
481484
packages/kbn-grouping @elastic/response-ops
482485
packages/kbn-guided-onboarding @elastic/appex-sharedux

Diff for: .github/workflows/fix-version-gaps.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,9 @@ jobs:
1616
&& !(
1717
contains(github.event.pull_request.labels.*.name, 'backport:prev-minor')
1818
|| contains(github.event.pull_request.labels.*.name, 'backport:prev-major')
19+
|| contains(github.event.pull_request.labels.*.name, 'backport:current-major')
1920
|| contains(github.event.pull_request.labels.*.name, 'backport:all-open')
20-
|| contains(github.event.pull_request.labels.*.name, 'backport:auto-version')
21+
|| contains(github.event.pull_request.labels.*.name, 'backport:version')
2122
)
2223
&& !(
2324
(github.event.action == 'labeled' && github.event.label.name == 'auto-backport')

Diff for: .github/workflows/launchdarkly-code-references.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
with:
2121
fetch-depth: 11 # This value must be set if the lookback configuration option is not disabled for find-code-references. Read more: https://github.com/launchdarkly/ld-find-code-refs#searching-for-unused-flags-extinctions
2222
- name: LaunchDarkly Code References
23-
uses: launchdarkly/[email protected]
23+
uses: launchdarkly/find-code-references@ba05c32c4bddd0374bd3f5ecabcbb8e2118e8aa8 # v2.12.0
2424
with:
2525
accessToken: ${{ secrets.LD_ACCESS_TOKEN }}
2626
projKey: ${{ secrets.LD_PROJECT_KEY }}

Diff for: .github/workflows/on-merge.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,9 @@ jobs:
1616
github.event.action == 'labeled' && (
1717
github.event.label.name == 'backport:prev-minor'
1818
|| github.event.label.name == 'backport:prev-major'
19+
|| github.event.label.name == 'backport:current-major'
1920
|| github.event.label.name == 'backport:all-open'
20-
|| github.event.label.name == 'backport:auto-version'
21+
|| github.event.label.name == 'backport:version'
2122
)
2223
)
2324
|| (github.event.action == 'closed')

Diff for: api_docs/actions.mdx

+1-1
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: 2024-08-15
11+
date: 2024-08-19
1212
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'actions']
1313
---
1414
import actionsObj from './actions.devdocs.json';

Diff for: api_docs/advanced_settings.mdx

+1-1
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: 2024-08-15
11+
date: 2024-08-19
1212
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'advancedSettings']
1313
---
1414
import advancedSettingsObj from './advanced_settings.devdocs.json';

Diff for: api_docs/ai_assistant_management_selection.mdx

+1-1
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: 2024-08-15
11+
date: 2024-08-19
1212
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'aiAssistantManagementSelection']
1313
---
1414
import aiAssistantManagementSelectionObj from './ai_assistant_management_selection.devdocs.json';

Diff for: api_docs/aiops.mdx

+1-1
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: 2024-08-15
11+
date: 2024-08-19
1212
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'aiops']
1313
---
1414
import aiopsObj from './aiops.devdocs.json';

Diff for: api_docs/alerting.mdx

+1-1
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: 2024-08-15
11+
date: 2024-08-19
1212
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'alerting']
1313
---
1414
import alertingObj from './alerting.devdocs.json';

Diff for: api_docs/apm.mdx

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/apm
88
title: "apm"
99
image: https://source.unsplash.com/400x175/?github
1010
description: API docs for the apm plugin
11-
date: 2024-08-15
11+
date: 2024-08-19
1212
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'apm']
1313
---
1414
import apmObj from './apm.devdocs.json';

0 commit comments

Comments
 (0)