Skip to content

Commit c658da0

Browse files
committed
Merge remote-tracking branch 'upstream/main' into task/olm-14713-scripts-list-api
2 parents 8bd42d0 + b0b74a6 commit c658da0

File tree

2,848 files changed

+215139
-57926
lines changed

Some content is hidden

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

2,848 files changed

+215139
-57926
lines changed

.buildkite/ftr_platform_stateful_configs.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -50,9 +50,6 @@ disabled:
5050
- x-pack/platform/test/functional_gen_ai/inference/config.ts
5151
- x-pack/platform/test/onechat/smoke_tests/config.stateful.ts
5252

53-
# Temporary skip while investigating failures
54-
- x-pack/performance/journeys_e2e/aiops_log_rate_analysis.ts
55-
5653
defaultQueue: 'n2-4-spot'
5754
enabled:
5855
- src/platform/test/accessibility/config.ts
@@ -346,6 +343,7 @@ enabled:
346343
- x-pack/platform/test/upgrade_assistant_integration/config.ts
347344
- x-pack/platform/test/reindex_service/config.ts
348345
- x-pack/platform/test/usage_collection/config.ts
346+
- x-pack/performance/journeys_e2e/aiops_log_rate_analysis.ts
349347
- x-pack/performance/journeys_e2e/ecommerce_dashboard.ts
350348
- x-pack/performance/journeys_e2e/ecommerce_dashboard_http2.ts
351349
- x-pack/performance/journeys_e2e/ecommerce_dashboard_map_only.ts

.buildkite/scout_ci_config.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,16 @@ plugins:
44
- apm
55
- console
66
- discover_enhanced
7+
- index_management
8+
- infra
79
- maps
810
- observability
911
- observability_onboarding
1012
- painless_lab
1113
- profiling
1214
- security_solution
13-
- streams_app
1415
- slo
16+
- streams_app
1517
- workflows_extensions
1618
disabled:
1719

.buildkite/scripts/steps/security/third_party_packages.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,3 +21,6 @@ dompurify
2121
magic-bytes.js
2222
@axe-core/playwright
2323
@opentelemetry/exporter-trace-otlp-grpc
24+
@hey-api/openapi-ts
25+
vscode-languageserver-textdocument
26+
yaml-language-server

.eslintignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,5 +35,6 @@ snapshots.js
3535
/src/platform/packages/shared/kbn-flot-charts/lib
3636
/src/platform/packages/shared/kbn-monaco/src/**/antlr
3737
/src/platform/packages/shared/kbn-esql-ast/src/**/antlr
38-
/src/platform/packages/shared/kbn-workflows/common/generated
38+
/src/platform/packages/shared/kbn-workflows/spec/elasticsearch/generated/**
39+
/src/platform/packages/shared/kbn-workflows/spec/kibana/generated/**
3940
/x-pack/platform/plugins/shared/screenshotting/chromium

.eslintrc.js

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2392,7 +2392,12 @@ module.exports = {
23922392
// prevents code from importing files that contain the name "legacy" within their name. This is a mechanism
23932393
// to help deprecation and prevent accidental re-use/continued use of code we plan on removing. If you are
23942394
// finding yourself turning this off a lot for "new code" consider renaming the file and functions if it is has valid uses.
2395-
patterns: ['*legacy*'],
2395+
patterns: [
2396+
'*legacy*',
2397+
// Kibana has endpoint /api/spaces/_disable_legacy_url_aliases, resulting in generated file kibana.post_spaces_disable_legacy_url_aliases.gen.ts,
2398+
// this pattern allows to import this generated file
2399+
'!*.gen',
2400+
],
23962401
paths: RESTRICTED_IMPORTS,
23972402
},
23982403
],

.github/CODEOWNERS

Lines changed: 33 additions & 27 deletions
Large diffs are not rendered by default.

.github/paths-labeller.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
- 'Feature:ExpressionLanguage':
99
- 'src/platform/plugins/shared/expressions/**/*.*'
1010
- 'src/plugins/bfetch/**/*.*'
11-
- 'Team:obs-ux-infra_services':
11+
- 'Team:obs-presentation':
1212
- 'x-pack/solutions/observability/plugins/apm/**/*.*'
1313
- 'x-pack/solutions/observability/test/apm_api_integration/**/*.*'
1414
- 'src/platform/packages/shared/kbn-synthtrace/**/*.*'

.github/stale.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ daysUntilStale: 180
88
daysUntilClose: false
99

1010
# Only issues or pull requests with all of these labels are check if stale. Defaults to `[]` (disabled)
11-
onlyLabels: ['Team:obs-ux-infra_services']
11+
onlyLabels: ['Team:obs-presentation']
1212

1313
# Issues or Pull Requests with these labels will never be considered stale. Set to `[]` to disable
1414
exemptLabels: ['technical debt', 'prevent stale']

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Kibana
22

3-
Kibana is the window into the [Elastic Stack](https://www.elastic.co/products). Specifically, it's a browser-based analytics and search dashboard for Elasticsearch.
3+
Kibana is the open source interface to query, analyze, visualize, and manage your data stored in Elasticsearch.
44

55
- [Getting Started](#getting-started)
66
- [Using a Kibana Release](#using-a-kibana-release)

api_docs/actions.devdocs.json

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4202,7 +4202,9 @@
42024202
"label": "getAxiosInstanceWithAuth",
42034203
"description": [],
42044204
"signature": [
4205-
"(validatedSecrets: Record<string, unknown>) => Promise<",
4205+
"(opts: ",
4206+
"GetAxiosInstanceWithAuthFnOpts",
4207+
") => Promise<",
42064208
"AxiosInstance",
42074209
">"
42084210
],
@@ -4215,10 +4217,10 @@
42154217
"id": "def-server.PluginSetupContract.getAxiosInstanceWithAuth.$1",
42164218
"type": "Object",
42174219
"tags": [],
4218-
"label": "validatedSecrets",
4220+
"label": "opts",
42194221
"description": [],
42204222
"signature": [
4221-
"Record<string, unknown>"
4223+
"GetAxiosInstanceWithAuthFnOpts"
42224224
],
42234225
"path": "x-pack/platform/plugins/shared/actions/server/plugin.ts",
42244226
"deprecated": false,

0 commit comments

Comments
 (0)