Skip to content

Commit c3e0d4b

Browse files
committed
Merge branch 'main' into feat/sidenav-customization-001
2 parents 0ce40b2 + 4b9b7ca commit c3e0d4b

945 files changed

Lines changed: 38281 additions & 16831 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.
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
name: kbn-ui-package
3-
description: This skill should be used when the user asks to "create a kbn-ui package", "onboard a component to kbn-ui", "package a Kibana component for external distribution", "add a package to kbn-ui", "set up packaging for a Kibana component", or any mention of distributing a Kibana UI component to Cloud UI or external consumers. Guides the full interactive process: gathers inputs, moves source files, scaffolds the packaging layer, and updates all Kibana imports.
3+
description: 'This skill should be used when the user asks to "create a kbn-ui package", "onboard a component to kbn-ui", "package a Kibana component for external distribution", "add a package to kbn-ui", "set up packaging for a Kibana component", or any mention of distributing a Kibana UI component to Cloud UI or external consumers. Guides the full interactive process: gathers inputs, moves source files, scaffolds the packaging layer, and updates all Kibana imports.'
44
disable-model-invocation: true
55
---
66

@@ -322,4 +322,4 @@ Remind the engineer:
322322
- **Review `packaging/react/types.ts`** — EUI/complex type simplifications need manual verification
323323
- **Review generated service stubs** — confirm no-op defaults are safe for the consumer context
324324
- **Check BUILD.md and I18N.md** — copy from side-navigation as reference if the package needs them
325-
- **Test the `.tgz` in the consumer app** (e.g. Cloud UI) before merging
325+
- **Test the `.tgz` in the consumer app** (e.g. Cloud UI) before merging

.buildkite/ftr-manifests/ftr_platform_stateful_configs.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,6 @@ enabled:
123123
- src/platform/test/functional/apps/management/group2/config.ts
124124
- src/platform/test/functional/apps/management/group3/config.ts
125125
- src/platform/test/functional/apps/management/group4/config.ts
126-
- src/platform/test/functional/apps/saved_objects_management/config.ts
127126
- src/platform/test/functional/apps/status_page/config.ts
128127
- src/platform/test/functional/apps/visualize/group1/config.ts
129128
- src/platform/test/functional/apps/visualize/group2/config.ts
@@ -259,8 +258,6 @@ enabled:
259258
- x-pack/platform/test/functional/apps/discover/group1/config.ts
260259
- x-pack/platform/test/functional/apps/discover/group2/config.ts
261260
- x-pack/platform/test/functional/apps/discover/group3/config.ts
262-
- x-pack/platform/test/functional/apps/graph/config.ts
263-
- x-pack/platform/test/functional/apps/home/config.ts
264261
- x-pack/platform/test/functional/apps/index_lifecycle_management/config.ts
265262
- x-pack/platform/test/functional/apps/index_management/config.ts
266263
- x-pack/platform/test/functional/apps/lens/group1/config.ts
@@ -319,7 +316,6 @@ enabled:
319316
- x-pack/platform/test/functional/apps/remote_clusters/config.ts
320317
- x-pack/platform/test/functional/apps/reporting_management/config.ts
321318
- x-pack/platform/test/functional/apps/rollup_job/config.ts
322-
- x-pack/platform/test/functional/apps/saved_objects_management/config.ts
323319
- x-pack/platform/test/functional/apps/security/config.ts
324320
- x-pack/platform/test/functional/apps/snapshot_restore/config.ts
325321
- x-pack/platform/test/functional/apps/spaces/config.ts

.buildkite/pipelines/pull_request/base.yml

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -31,21 +31,6 @@ steps:
3131
diskSizeGb: 200
3232
key: verify_rspack_build
3333
timeout_in_minutes: 60
34-
plugins:
35-
- custom-checkout#v1.8.0:
36-
skip_checkout: true
37-
repos:
38-
- url: git@github.com:elastic/kibana.git
39-
mirror_url: /opt/git-mirrors/git-github-com-elastic-kibana-git
40-
ref: "${BUILDKITE_COMMIT}"
41-
fetch: true
42-
clone_flags:
43-
- '--depth=1'
44-
- '--no-tags'
45-
- '--single-branch'
46-
fetch_flags:
47-
- '--depth=1'
48-
- '--no-tags'
4934
retry:
5035
automatic:
5136
- exit_status: '-1'

.buildkite/pipelines/security_solution_quality_gate/mki_periodic/mki_periodic_defend_workflows.yml

Lines changed: 138 additions & 62 deletions
Original file line numberDiff line numberDiff line change
@@ -38,65 +38,90 @@ steps:
3838
- group: "API MKI - Defend Workflows"
3939
key: api_test_defend_workflows
4040
steps:
41-
# - label: "API MKI - edr_workflows:artifacts:qa:serverless"
42-
# command: .buildkite/scripts/pipelines/security_solution_quality_gate/api_integration/api-integration-tests.sh edr_workflows:artifacts:qa:serverless
43-
# key: edr_workflows:artifacts:qa:serverless
44-
# agents:
45-
# image: family/kibana-ubuntu-2404
46-
# imageProject: elastic-images-prod
47-
# provider: gcp
48-
# enableNestedVirtualization: true
49-
# machineType: n2-standard-4
50-
# timeout_in_minutes: 120
51-
# retry:
52-
# automatic:
53-
# - exit_status: "1"
54-
# limit: 1
55-
#
56-
# - label: "API MKI - edr_workflows:authentication:qa:serverless"
57-
# command: .buildkite/scripts/pipelines/security_solution_quality_gate/api_integration/api-integration-tests.sh edr_workflows:authentication:qa:serverless
58-
# key: edr_workflows:authentication:qa:serverless
59-
# agents:
60-
# image: family/kibana-ubuntu-2404
61-
# imageProject: elastic-images-prod
62-
# provider: gcp
63-
# enableNestedVirtualization: true
64-
# machineType: n2-standard-4
65-
# timeout_in_minutes: 120
66-
# retry:
67-
# automatic:
68-
# - exit_status: "1"
69-
# limit: 1
70-
#
71-
# - label: "API MKI - edr_workflows:metadata:qa:serverless"
72-
# command: .buildkite/scripts/pipelines/security_solution_quality_gate/api_integration/api-integration-tests.sh edr_workflows:metadata:qa:serverless
73-
# key: edr_workflows:metadata:qa:serverless
74-
# agents:
75-
# image: family/kibana-ubuntu-2404
76-
# imageProject: elastic-images-prod
77-
# provider: gcp
78-
# enableNestedVirtualization: true
79-
# machineType: n2-standard-4
80-
# timeout_in_minutes: 120
81-
# retry:
82-
# automatic:
83-
# - exit_status: "1"
84-
# limit: 1
85-
#
86-
# - label: "API MKI - edr_workflows:package:qa:serverless"
87-
# command: .buildkite/scripts/pipelines/security_solution_quality_gate/api_integration/api-integration-tests.sh edr_workflows:package:qa:serverless
88-
# key: edr_workflows:package:qa:serverless
89-
# agents:
90-
# image: family/kibana-ubuntu-2404
91-
# imageProject: elastic-images-prod
92-
# provider: gcp
93-
# enableNestedVirtualization: true
94-
# machineType: n2-standard-4
95-
# timeout_in_minutes: 120
96-
# retry:
97-
# automatic:
98-
# - exit_status: "1"
99-
# limit: 1
41+
- label: "API MKI - edr_workflows:artifacts:qa:serverless"
42+
command: .buildkite/scripts/pipelines/security_solution_quality_gate/api_integration/api-integration-tests.sh edr_workflows:artifacts:qa:serverless
43+
key: edr_workflows:artifacts:qa:serverless
44+
agents:
45+
image: family/kibana-ubuntu-2404
46+
imageProject: elastic-images-prod
47+
provider: gcp
48+
enableNestedVirtualization: true
49+
machineType: n2-standard-4
50+
timeout_in_minutes: 120
51+
retry:
52+
automatic:
53+
- exit_status: "1"
54+
limit: 2
55+
soft_fail:
56+
- exit_status: 101
57+
58+
- label: "API MKI - edr_workflows:authentication:qa:serverless"
59+
command: .buildkite/scripts/pipelines/security_solution_quality_gate/api_integration/api-integration-tests.sh edr_workflows:authentication:qa:serverless
60+
key: edr_workflows:authentication:qa:serverless
61+
agents:
62+
image: family/kibana-ubuntu-2404
63+
imageProject: elastic-images-prod
64+
provider: gcp
65+
enableNestedVirtualization: true
66+
machineType: n2-standard-4
67+
timeout_in_minutes: 120
68+
retry:
69+
automatic:
70+
- exit_status: "1"
71+
limit: 2
72+
soft_fail:
73+
- exit_status: 101
74+
75+
- label: "API MKI - edr_workflows:metadata:qa:serverless"
76+
command: .buildkite/scripts/pipelines/security_solution_quality_gate/api_integration/api-integration-tests.sh edr_workflows:metadata:qa:serverless
77+
key: edr_workflows:metadata:qa:serverless
78+
agents:
79+
image: family/kibana-ubuntu-2404
80+
imageProject: elastic-images-prod
81+
provider: gcp
82+
enableNestedVirtualization: true
83+
machineType: n2-standard-4
84+
timeout_in_minutes: 120
85+
retry:
86+
automatic:
87+
- exit_status: "1"
88+
limit: 2
89+
soft_fail:
90+
- exit_status: 101
91+
92+
- label: "API MKI - edr_workflows:package:qa:serverless"
93+
command: .buildkite/scripts/pipelines/security_solution_quality_gate/api_integration/api-integration-tests.sh edr_workflows:package:qa:serverless
94+
key: edr_workflows:package:qa:serverless
95+
agents:
96+
image: family/kibana-ubuntu-2404
97+
imageProject: elastic-images-prod
98+
provider: gcp
99+
enableNestedVirtualization: true
100+
machineType: n2-standard-4
101+
timeout_in_minutes: 120
102+
retry:
103+
automatic:
104+
- exit_status: "1"
105+
limit: 2
106+
soft_fail:
107+
- exit_status: 101
108+
109+
- label: "API MKI - edr_workflows:policy:qa:serverless"
110+
command: .buildkite/scripts/pipelines/security_solution_quality_gate/api_integration/api-integration-tests.sh edr_workflows:policy:qa:serverless
111+
key: edr_workflows:policy:qa:serverless
112+
agents:
113+
image: family/kibana-ubuntu-2404
114+
imageProject: elastic-images-prod
115+
provider: gcp
116+
enableNestedVirtualization: true
117+
machineType: n2-standard-4
118+
timeout_in_minutes: 120
119+
retry:
120+
automatic:
121+
- exit_status: "1"
122+
limit: 2
123+
soft_fail:
124+
- exit_status: 101
100125

101126
- label: "API MKI - edr_workflows:policy_response:qa:serverless"
102127
command: .buildkite/scripts/pipelines/security_solution_quality_gate/api_integration/api-integration-tests.sh edr_workflows:policy_response:qa:serverless
@@ -111,7 +136,7 @@ steps:
111136
retry:
112137
automatic:
113138
- exit_status: "1"
114-
limit: 1
139+
limit: 2
115140
soft_fail:
116141
- exit_status: 101
117142

@@ -128,7 +153,7 @@ steps:
128153
retry:
129154
automatic:
130155
- exit_status: "1"
131-
limit: 1
156+
limit: 2
132157
soft_fail:
133158
- exit_status: 101
134159

@@ -145,6 +170,57 @@ steps:
145170
retry:
146171
automatic:
147172
- exit_status: "1"
148-
limit: 1
173+
limit: 2
174+
soft_fail:
175+
- exit_status: 101
176+
177+
- label: "API MKI - edr_workflows:role_migrations:qa:serverless"
178+
command: .buildkite/scripts/pipelines/security_solution_quality_gate/api_integration/api-integration-tests.sh edr_workflows:role_migrations:qa:serverless
179+
key: edr_workflows:role_migrations:qa:serverless
180+
agents:
181+
image: family/kibana-ubuntu-2404
182+
imageProject: elastic-images-prod
183+
provider: gcp
184+
enableNestedVirtualization: true
185+
machineType: n2-standard-4
186+
timeout_in_minutes: 120
187+
retry:
188+
automatic:
189+
- exit_status: "1"
190+
limit: 2
191+
soft_fail:
192+
- exit_status: 101
193+
194+
- label: "API MKI - edr_workflows:scripts_library:qa:serverless"
195+
command: .buildkite/scripts/pipelines/security_solution_quality_gate/api_integration/api-integration-tests.sh edr_workflows:scripts_library:qa:serverless
196+
key: edr_workflows:scripts_library:qa:serverless
197+
agents:
198+
image: family/kibana-ubuntu-2404
199+
imageProject: elastic-images-prod
200+
provider: gcp
201+
enableNestedVirtualization: true
202+
machineType: n2-standard-4
203+
timeout_in_minutes: 120
204+
retry:
205+
automatic:
206+
- exit_status: "1"
207+
limit: 2
208+
soft_fail:
209+
- exit_status: 101
210+
211+
- label: "API MKI - edr_workflows:spaces:qa:serverless"
212+
command: .buildkite/scripts/pipelines/security_solution_quality_gate/api_integration/api-integration-tests.sh edr_workflows:spaces:qa:serverless
213+
key: edr_workflows:spaces:qa:serverless
214+
agents:
215+
image: family/kibana-ubuntu-2404
216+
imageProject: elastic-images-prod
217+
provider: gcp
218+
enableNestedVirtualization: true
219+
machineType: n2-standard-4
220+
timeout_in_minutes: 120
221+
retry:
222+
automatic:
223+
- exit_status: "1"
224+
limit: 2
149225
soft_fail:
150226
- exit_status: 101

.buildkite/pipelines/security_solution_quality_gate/mki_periodic/mki_periodic_detection_engine.yml

Lines changed: 50 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -596,3 +596,53 @@ steps:
596596
limit: 2
597597
soft_fail:
598598
- exit_status: 101
599+
600+
- label: 'API MKI - rule_gaps:qa:serverless'
601+
command: .buildkite/scripts/pipelines/security_solution_quality_gate/api_integration/api-integration-tests.sh rule_gaps:qa:serverless
602+
key: rule_gaps:qa:serverless
603+
agents:
604+
image: family/kibana-ubuntu-2404
605+
imageProject: elastic-images-prod
606+
provider: gcp
607+
machineType: n2-standard-4
608+
timeout_in_minutes: 120
609+
retry:
610+
automatic:
611+
- exit_status: '1'
612+
limit: 2
613+
soft_fail:
614+
- exit_status: 101
615+
616+
617+
- label: 'API MKI - rule_preview:qa:serverless'
618+
command: .buildkite/scripts/pipelines/security_solution_quality_gate/api_integration/api-integration-tests.sh rule_preview:qa:serverless
619+
key: rule_preview:qa:serverless
620+
agents:
621+
image: family/kibana-ubuntu-2404
622+
imageProject: elastic-images-prod
623+
provider: gcp
624+
machineType: n2-standard-4
625+
timeout_in_minutes: 120
626+
retry:
627+
automatic:
628+
- exit_status: '1'
629+
limit: 2
630+
soft_fail:
631+
- exit_status: 101
632+
633+
634+
- label: 'API MKI - unified_alerts:essentials:qa:serverless'
635+
command: .buildkite/scripts/pipelines/security_solution_quality_gate/api_integration/api-integration-tests.sh unified_alerts:essentials:qa:serverless
636+
key: unified_alerts:essentials:qa:serverless
637+
agents:
638+
image: family/kibana-ubuntu-2404
639+
imageProject: elastic-images-prod
640+
provider: gcp
641+
machineType: n2-standard-4
642+
timeout_in_minutes: 120
643+
retry:
644+
automatic:
645+
- exit_status: '1'
646+
limit: 2
647+
soft_fail:
648+
- exit_status: 101

0 commit comments

Comments
 (0)