Skip to content

Commit 25943de

Browse files
Merge branch 'main' into renovate/main-opentelemetry-modules
2 parents 1b494cf + 5f88c87 commit 25943de

830 files changed

Lines changed: 234092 additions & 11662 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.

.buildkite/ftr_platform_stateful_configs.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -359,6 +359,8 @@ enabled:
359359
- x-pack/performance/journeys_e2e/promotion_tracking_dashboard.ts
360360
- x-pack/performance/journeys_e2e/web_logs_dashboard.ts
361361
- x-pack/performance/journeys_e2e/web_logs_dashboard_esql.ts
362+
- x-pack/performance/journeys_e2e/web_logs_dashboard_esql_long_running.ts
363+
- x-pack/performance/journeys_e2e/web_logs_dashboard_long_running.ts
362364
- x-pack/performance/journeys_e2e/data_stress_test_lens.ts
363365
- x-pack/performance/journeys_e2e/ecommerce_dashboard_saved_search_only.ts
364366
- x-pack/performance/journeys_e2e/ecommerce_dashboard_tsvb_gauge_only.ts
Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
1+
apiVersion: backstage.io/v1alpha1
2+
kind: Resource
3+
metadata:
4+
name: bk-kibana-deploy-storybooks-from-pr
5+
description: 'Build Storybooks from a PR'
6+
links:
7+
- url: 'https://buildkite.com/elastic/kibana-storybooks-from-pr'
8+
title: Pipeline link
9+
spec:
10+
type: buildkite-pipeline
11+
system: buildkite
12+
owner: 'group:appex-sharedux'
13+
implementation:
14+
apiVersion: buildkite.elastic.dev/v1
15+
kind: Pipeline
16+
metadata:
17+
name: kibana / storybooks from PR
18+
description: 'Builds Storybooks from a PR.'
19+
spec:
20+
repository: elastic/kibana
21+
pipeline_file: .buildkite/pipelines/storybooks_from_pr.yml
22+
provider_settings:
23+
build_pull_requests: true
24+
prefix_pull_request_fork_branch_names: false
25+
skip_pull_request_builds_for_existing_commits: true
26+
trigger_mode: none
27+
cancel_intermediate_builds: true
28+
env:
29+
ELASTIC_SLACK_NOTIFICATIONS_ENABLED: 'false'
30+
teams:
31+
appex-sharedux:
32+
access_level: MANAGE_BUILD_AND_READ
33+
everyone:
34+
access_level: BUILD_AND_READ
35+
kibana-operations:
36+
access_level: MANAGE_BUILD_AND_READ
37+
tags:
38+
- kibana

.buildkite/pipeline-resource-definitions/locations.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ spec:
4949
- https://github.com/elastic/kibana/blob/main/.buildkite/pipeline-resource-definitions/kibana-serverless-quality-gates.yml
5050
- https://github.com/elastic/kibana/blob/main/.buildkite/pipeline-resource-definitions/kibana-serverless-release-testing.yml
5151
- https://github.com/elastic/kibana/blob/main/.buildkite/pipeline-resource-definitions/kibana-serverless-release.yml
52+
- https://github.com/elastic/kibana/blob/main/.buildkite/pipeline-resource-definitions/kibana-storybooks-from-pr.yml
5253
- https://github.com/elastic/kibana/blob/main/.buildkite/pipeline-resource-definitions/kibana-vm-images.yml
5354
- https://github.com/elastic/kibana/blob/main/.buildkite/pipeline-resource-definitions/scalability_testing-daily.yml
5455
- https://github.com/elastic/kibana/blob/main/.buildkite/pipeline-resource-definitions/security-solution-ess/gen-ai-evals.yml
Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
steps:
2+
- label: "Build Storybooks"
3+
commands:
4+
- .buildkite/scripts/steps/storybooks/build_and_upload.sh
5+
- |
6+
STORYBOOK_URL=$$(buildkite-agent meta-data get pr_comment:storybooks:head)
7+
8+
ts-node .buildkite/scripts/lifecycle/comment_on_pr.ts \
9+
--message "$$STORYBOOK_URL" \
10+
--context "kibana-storybooks-from-pr" \
11+
--clear-previous
12+
agents:
13+
provider: gcp
14+
image: family/kibana-ubuntu-2404
15+
imageProject: elastic-images-prod
16+
machineType: n2-standard-8
17+
timeout_in_minutes: 50
18+
retry:
19+
automatic:
20+
- exit_status: '-1'
21+
limit: 1

.buildkite/pull_requests.json

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -129,6 +129,26 @@
129129
"\\.test\\.(ts|tsx|js|jsx)"
130130
]
131131
},
132+
{
133+
"repoOwner": "elastic",
134+
"repoName": "kibana",
135+
"pipelineSlug": "kibana-storybooks-from-pr",
136+
"enabled": true,
137+
"allow_org_users": true,
138+
"allowed_repo_permissions": [
139+
"admin",
140+
"write"
141+
],
142+
"allowed_list": [
143+
"elastic-vault-github-plugin-prod[bot]"
144+
],
145+
"set_commit_status": true,
146+
"commit_status_context": "kibana-storybooks-from-pr",
147+
"build_on_commit": false,
148+
"build_drafts": false,
149+
"enable_trigger_checkbox": true,
150+
"kibana_versions_check": true
151+
},
132152
{
133153
"repoOwner": "elastic",
134154
"repoName": "kibana",

.eslintrc.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1140,7 +1140,7 @@ module.exports = {
11401140
'x-pack/solutions/observability/packages/**/!(*.stories.tsx|*.test.tsx|*.storybook_decorator.tsx|*.mock.tsx)',
11411141
'src/platform/plugins/shared/ai_assistant_management/**/!(*.stories.tsx|*.test.tsx|*.storybook_decorator.tsx|*.mock.tsx)',
11421142
'x-pack/platform/plugins/shared/streams_app/**/!(*.stories.tsx|*.test.tsx|*.storybook_decorator.tsx|*.mock.tsx)',
1143-
'src/platform/packages/shared/kbn-unified-metrics-grid/**/!(*.stories.tsx|*.test.tsx|*.storybook_decorator.tsx|*.mock.tsx)',
1143+
'src/platform/packages/shared/kbn-unified-chart-section-viewer/**/!(*.stories.tsx|*.test.tsx|*.storybook_decorator.tsx|*.mock.tsx)',
11441144
],
11451145
rules: {
11461146
'@kbn/i18n/strings_should_be_translated_with_i18n': 'warn',

.github/CODEOWNERS

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -630,11 +630,11 @@ src/platform/packages/shared/kbn-try-in-console @elastic/search-kibana
630630
src/platform/packages/shared/kbn-typed-react-router-config @elastic/obs-presentation-team
631631
src/platform/packages/shared/kbn-ui-actions-browser @elastic/appex-sharedux
632632
src/platform/packages/shared/kbn-ui-theme @elastic/kibana-operations
633+
src/platform/packages/shared/kbn-unified-chart-section-viewer @elastic/obs-exploration-team
633634
src/platform/packages/shared/kbn-unified-data-table @elastic/kibana-data-discovery @elastic/security-threat-hunting-investigations
634635
src/platform/packages/shared/kbn-unified-doc-viewer @elastic/kibana-data-discovery
635636
src/platform/packages/shared/kbn-unified-field-list @elastic/kibana-data-discovery
636637
src/platform/packages/shared/kbn-unified-histogram @elastic/kibana-data-discovery
637-
src/platform/packages/shared/kbn-unified-metrics-grid @elastic/obs-exploration-team
638638
src/platform/packages/shared/kbn-unified-tabs @elastic/kibana-data-discovery
639639
src/platform/packages/shared/kbn-unsaved-changes-prompt @elastic/kibana-management
640640
src/platform/packages/shared/kbn-use-tracked-promise @elastic/obs-onboarding-team

.github/workflows/alert-failed-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
runs-on: ubuntu-latest
1212
steps:
1313
- name: Checkout kibana-operations
14-
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
14+
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
1515
with:
1616
repository: 'elastic/kibana-operations'
1717
ref: main

.github/workflows/codeql-pr.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121

2222
steps:
2323
- name: Checkout repository
24-
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
24+
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
2525

2626
- name: Initialize CodeQL
2727
uses: github/codeql-action/init@f443b600d91635bebf5b0d9ebc620189c0d6fba5 # v4.30.8
@@ -65,7 +65,7 @@ jobs:
6565
language: [ 'javascript' ]
6666
steps:
6767
- name: Checkout repository
68-
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
68+
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
6969

7070
- name: Initialize CodeQL
7171
uses: github/codeql-action/init@f443b600d91635bebf5b0d9ebc620189c0d6fba5 # v4.30.8

.github/workflows/codeql-stats.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
if: github.repository == 'elastic/kibana' # Hack: Do not run on forks
1212
steps:
1313
- name: Checkout kibana-operations
14-
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
14+
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
1515
with:
1616
repository: 'elastic/kibana-operations'
1717
ref: main

0 commit comments

Comments
 (0)