Skip to content

Commit b40b95c

Browse files
Merge branch 'main' into d/2022-10-06-improve-search-update
2 parents a8639a1 + 782e5de commit b40b95c

File tree

814 files changed

+20566
-10040
lines changed

Some content is hidden

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

814 files changed

+20566
-10040
lines changed

.buildkite/scripts/common/setup_bazel.sh

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,18 @@ cat <<EOF > $KIBANA_DIR/.bazelrc
1111
build --build_metadata=ROLE=CI
1212
EOF
1313

14-
BAZEL_CACHE_MODE=none
14+
BAZEL_CACHE_MODE=${BAZEL_CACHE_MODE:-gcs}
1515

1616
if [[ "$BAZEL_CACHE_MODE" == "gcs" ]]; then
1717
echo "[bazel] enabling caching with GCS buckets"
1818

1919
BAZEL_REGION="${BUILDKITE_AGENT_GCP_REGION:-us-central1}"
20+
21+
if ! [[ "$BAZEL_REGION" =~ ^(us-central1|northamerica-northeast2|europe-west2|southamerica-east1|asia-south2)$ ]]; then
22+
echo "unsupported bazel cache region $BAZEL_REGION"
23+
exit 1
24+
fi
25+
2026
BAZEL_BUCKET="kibana-ci-bazel_$BAZEL_REGION"
2127

2228
echo "[bazel] using GCS bucket: $BAZEL_BUCKET"

.github/workflows/backport.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@ on:
33
branches: ['main']
44
types: ['labeled', 'closed']
55

6+
env:
7+
NODE_ENV: kibana-github-action
8+
69
jobs:
710
backport:
811
name: Backport PR
@@ -16,7 +19,7 @@ jobs:
1619
)
1720
steps:
1821
- name: Backport Action
19-
uses: sqren/backport-github-action@v8.9.2
22+
uses: sqren/backport-github-action@v8.9.7
2023
with:
2124
github_token: ${{secrets.KIBANAMACHINE_TOKEN}}
2225

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

api_docs/alerting.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/alerting
88
title: "alerting"
99
image: https://source.unsplash.com/400x175/?github
1010
description: API docs for the alerting plugin
11-
date: 2022-10-10
11+
date: 2022-10-11
1212
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'alerting']
1313
---
1414
import alertingObj from './alerting.devdocs.json';

api_docs/apm.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/apm
88
title: "apm"
99
image: https://source.unsplash.com/400x175/?github
1010
description: API docs for the apm plugin
11-
date: 2022-10-10
11+
date: 2022-10-11
1212
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'apm']
1313
---
1414
import apmObj from './apm.devdocs.json';

api_docs/banners.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/banners
88
title: "banners"
99
image: https://source.unsplash.com/400x175/?github
1010
description: API docs for the banners plugin
11-
date: 2022-10-10
11+
date: 2022-10-11
1212
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'banners']
1313
---
1414
import bannersObj from './banners.devdocs.json';

api_docs/bfetch.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/bfetch
88
title: "bfetch"
99
image: https://source.unsplash.com/400x175/?github
1010
description: API docs for the bfetch plugin
11-
date: 2022-10-10
11+
date: 2022-10-11
1212
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'bfetch']
1313
---
1414
import bfetchObj from './bfetch.devdocs.json';

api_docs/canvas.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/canvas
88
title: "canvas"
99
image: https://source.unsplash.com/400x175/?github
1010
description: API docs for the canvas plugin
11-
date: 2022-10-10
11+
date: 2022-10-11
1212
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'canvas']
1313
---
1414
import canvasObj from './canvas.devdocs.json';

0 commit comments

Comments
 (0)