Skip to content

Commit b74ffa7

Browse files
authored
Merge branch 'main' into 135150/monitor-detail-flyout
2 parents 287403c + 1a1ee54 commit b74ffa7

File tree

2,226 files changed

+57554
-9364
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,226 files changed

+57554
-9364
lines changed

.bazelrc.common

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -49,11 +49,12 @@ query --incompatible_no_implicit_file_export
4949
# Log configs
5050
## different from default
5151
common --color=yes
52-
common --noshow_progress
52+
common --show_progress
5353
common --show_task_finish
54-
build --noshow_loading_progress
55-
query --noshow_loading_progress
56-
build --show_result=0
54+
common --progress_report_interval=10
55+
common --show_progress_rate_limit=10
56+
common --show_loading_progress
57+
build --show_result=1
5758

5859
# Specifies desired output mode for running tests.
5960
# Valid values are

.buildkite/ftr_configs.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -279,3 +279,5 @@ enabled:
279279
- x-pack/performance/journeys/promotion_tracking_dashboard.ts
280280
- x-pack/performance/journeys/web_logs_dashboard.ts
281281
- x-pack/performance/journeys/data_stress_test_lens.ts
282+
- x-pack/performance/journeys/ecommerce_dashboard_saved_search_only.ts
283+
- x-pack/performance/journeys/ecommerce_dashboard_tsvb_gauge_only.ts

.buildkite/scripts/common/setup_bazel.sh

Lines changed: 2 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -42,18 +42,7 @@ cat <<EOF >> $KIBANA_DIR/.bazelrc
4242
EOF
4343
fi
4444

45-
if [[ "$BAZEL_CACHE_MODE" == "buildbuddy" ]]; then
46-
echo "[bazel] enabling caching with Buildbuddy"
47-
cat <<EOF >> $KIBANA_DIR/.bazelrc
48-
build --bes_results_url=https://app.buildbuddy.io/invocation/
49-
build --bes_backend=grpcs://remote.buildbuddy.io
50-
build --remote_cache=grpcs://remote.buildbuddy.io
51-
build --remote_timeout=3600
52-
build --remote_header=x-buildbuddy-api-key=$KIBANA_BUILDBUDDY_CI_API_KEY
53-
EOF
54-
fi
55-
56-
if [[ "$BAZEL_CACHE_MODE" != @(gcs|populate-local-gcs|buildbuddy|none|) ]]; then
57-
echo "invalid value for BAZEL_CACHE_MODE received ($BAZEL_CACHE_MODE), expected one of [gcs,populate-local-gcs|buildbuddy,none]"
45+
if [[ "$BAZEL_CACHE_MODE" != @(gcs|populate-local-gcs|none|) ]]; then
46+
echo "invalid value for BAZEL_CACHE_MODE received ($BAZEL_CACHE_MODE), expected one of [gcs,populate-local-gcs|none]"
5847
exit 1
5948
fi

.buildkite/scripts/lifecycle/pre_command.sh

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -145,9 +145,6 @@ export SYNTHETICS_REMOTE_KIBANA_URL
145145
export TEST_FAILURES_ES_PASSWORD
146146
}
147147

148-
KIBANA_BUILDBUDDY_CI_API_KEY=$(retry 5 5 vault read -field=value secret/kibana-issues/dev/kibana-buildbuddy-ci-api-key)
149-
export KIBANA_BUILDBUDDY_CI_API_KEY
150-
151148
BAZEL_LOCAL_DEV_CACHE_CREDENTIALS_FILE="$HOME/.kibana-ci-bazel-remote-cache-local-dev.json"
152149
export BAZEL_LOCAL_DEV_CACHE_CREDENTIALS_FILE
153150
retry 5 5 vault read -field=service_account_json secret/kibana-issues/dev/kibana-ci-bazel-remote-cache-local-dev > "$BAZEL_LOCAL_DEV_CACHE_CREDENTIALS_FILE"

.buildkite/scripts/steps/on_merge_ts_refs_api_docs.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22

33
set -euo pipefail
44

5-
export BAZEL_CACHE_MODE=buildbuddy # Populate Buildbuddy bazel remote cache for linux
65
export DISABLE_BOOTSTRAP_VALIDATION=true
76

87
.buildkite/scripts/bootstrap.sh

.github/CODEOWNERS

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -708,6 +708,7 @@ packages/core/application/core-application-browser-mocks @elastic/kibana-core
708708
packages/core/application/core-application-common @elastic/kibana-core
709709
packages/core/apps/core-apps-browser-internal @elastic/kibana-core
710710
packages/core/apps/core-apps-browser-mocks @elastic/kibana-core
711+
packages/core/apps/core-apps-server-internal @elastic/kibana-core
711712
packages/core/base/core-base-browser-internal @elastic/kibana-core
712713
packages/core/base/core-base-browser-mocks @elastic/kibana-core
713714
packages/core/base/core-base-common @elastic/kibana-core
@@ -788,6 +789,9 @@ packages/core/lifecycle/core-lifecycle-browser-mocks @elastic/kibana-core
788789
packages/core/lifecycle/core-lifecycle-server @elastic/kibana-core
789790
packages/core/lifecycle/core-lifecycle-server-internal @elastic/kibana-core
790791
packages/core/lifecycle/core-lifecycle-server-mocks @elastic/kibana-core
792+
packages/core/logging/core-logging-browser-internal @elastic/kibana-core
793+
packages/core/logging/core-logging-browser-mocks @elastic/kibana-core
794+
packages/core/logging/core-logging-common-internal @elastic/kibana-core
791795
packages/core/logging/core-logging-server @elastic/kibana-core
792796
packages/core/logging/core-logging-server-internal @elastic/kibana-core
793797
packages/core/logging/core-logging-server-mocks @elastic/kibana-core

api_docs/actions.devdocs.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1967,7 +1967,7 @@
19671967
},
19681968
"<",
19691969
"ActionTypeConfig",
1970-
">[]>; getOAuthAccessToken: ({ type, options }: Readonly<{} & { options: Readonly<{} & { config: Readonly<{} & { clientId: string; jwtKeyId: string; userIdentifierValue: string; }>; tokenUrl: string; secrets: Readonly<{ privateKeyPassword?: string | undefined; } & { clientSecret: string; privateKey: string; }>; }> | Readonly<{} & { scope: string; config: Readonly<{} & { clientId: string; tenantId: string; }>; tokenUrl: string; secrets: Readonly<{} & { clientSecret: string; }>; }>; type: \"jwt\" | \"client\"; }>, configurationUtilities: ",
1970+
">[]>; getOAuthAccessToken: ({ type, options }: Readonly<{} & { options: Readonly<{} & { config: Readonly<{} & { clientId: string; jwtKeyId: string; userIdentifierValue: string; }>; tokenUrl: string; secrets: Readonly<{ privateKeyPassword?: string | undefined; } & { clientSecret: string; privateKey: string; }>; }> | Readonly<{} & { scope: string; config: Readonly<{} & { clientId: string; tenantId: string; }>; tokenUrl: string; secrets: Readonly<{} & { clientSecret: string; }>; }>; type: \"client\" | \"jwt\"; }>, configurationUtilities: ",
19711971
"ActionsConfigurationUtilities",
19721972
") => Promise<{ accessToken: string | null; }>; enqueueExecution: (options: ",
19731973
"ExecuteOptions",

api_docs/actions.mdx

Lines changed: 1 addition & 1 deletion
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: 2022-10-31
11+
date: 2022-11-03
1212
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'actions']
1313
---
1414
import actionsObj from './actions.devdocs.json';

api_docs/advanced_settings.mdx

Lines changed: 1 addition & 1 deletion
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: 2022-10-31
11+
date: 2022-11-03
1212
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'advancedSettings']
1313
---
1414
import advancedSettingsObj from './advanced_settings.devdocs.json';

api_docs/aiops.mdx

Lines changed: 1 addition & 1 deletion
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: 2022-10-31
11+
date: 2022-11-03
1212
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'aiops']
1313
---
1414
import aiopsObj from './aiops.devdocs.json';

0 commit comments

Comments
 (0)