Skip to content

Commit ec2a504

Browse files
authored
Merge branch 'main' into query-stats-esql-lens
2 parents 3693bb5 + a5f1a2c commit ec2a504

1,246 files changed

Lines changed: 256892 additions & 11855 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
@@ -205,6 +205,7 @@ enabled:
205205
- x-pack/platform/test/functional_with_es_ssl/apps/triggers_actions_ui/connectors/with_email_aws_ses_kbn_config/config.ts
206206
- x-pack/platform/test/functional_with_es_ssl/apps/triggers_actions_ui/connectors/with_email_services_enabled_kbn_config/config.ts
207207
- x-pack/platform/test/functional_with_es_ssl/apps/triggers_actions_ui/shared/config.ts
208+
- x-pack/platform/test/functional_with_es_ssl/apps/rules/config.ts
208209
- x-pack/platform/test/functional_with_es_ssl/apps/triggers_actions_ui/connectors/webhook_disabled_ssl_pfx/config.ts
209210
- x-pack/platform/test/functional/apps/advanced_settings/config.ts
210211
- x-pack/platform/test/functional/apps/aiops/config.ts
@@ -362,6 +363,7 @@ enabled:
362363
- x-pack/performance/journeys_e2e/web_logs_dashboard_esql_long_running.ts
363364
- x-pack/performance/journeys_e2e/web_logs_dashboard_long_running.ts
364365
- x-pack/performance/journeys_e2e/data_stress_test_lens.ts
366+
- x-pack/performance/journeys_e2e/data_stress_test_lens_esql.ts
365367
- x-pack/performance/journeys_e2e/ecommerce_dashboard_saved_search_only.ts
366368
- x-pack/performance/journeys_e2e/ecommerce_dashboard_tsvb_gauge_only.ts
367369
- x-pack/performance/journeys_e2e/dashboard_listing_page.ts

.buildkite/package-lock.json

Lines changed: 24 additions & 23 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.buildkite/package.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
"@octokit/rest": "^22.0.1",
1212
"adm-zip": "^0.5.16",
1313
"axios": "^1.13.4",
14+
"diff": "^4.0.4",
1415
"globby": "^11.1.0",
1516
"js-yaml": "^4.1.1",
1617
"minimatch": "^5.0.1",
@@ -33,6 +34,9 @@
3334
"typescript": "^5.1.6",
3435
"yarn": "^1.22.22"
3536
},
37+
"overrides": {
38+
"lodash": "^4.17.23"
39+
},
3640
"imports": {
3741
"#pipeline-utils": "./pipeline-utils/index.ts",
3842
"#pipeline-utils/*": "./pipeline-utils/*"

.buildkite/scripts/steps/openapi_publishing/publish_oas_docs.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ if [[ "$BUILDKITE_BRANCH" == "main" ]]; then
4949
exit 0;
5050
fi
5151

52-
if [[ "$BUILDKITE_BRANCH" == "9.2" ]]; then
52+
if [[ "$BUILDKITE_BRANCH" == "9.3" ]]; then
5353
BUMP_KIBANA_DOC_NAME="$(vault_get kibana-bump-sh kibana-doc-name)"
5454
BUMP_KIBANA_DOC_TOKEN="$(vault_get kibana-bump-sh kibana-token)"
5555
deploy_to_bump "$(pwd)/oas_docs/output/kibana.yaml" $BUMP_KIBANA_DOC_NAME $BUMP_KIBANA_DOC_TOKEN v9;

.claude/CLAUDE.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../AGENTS.md

0 commit comments

Comments
 (0)