Skip to content

Commit a31d98b

Browse files
Merge branch 'main' into younesmln-kibana-config-for-max-number-of-services-per-service-group
2 parents bc9b686 + b1f33c4 commit a31d98b

File tree

8,901 files changed

+322076
-160939
lines changed

Some content is hidden

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

8,901 files changed

+322076
-160939
lines changed

.backportrc.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,5 +45,6 @@
4545
},
4646
"autoMerge": true,
4747
"autoMergeMethod": "squash",
48-
"backportBinary": "node scripts/backport"
48+
"backportBinary": "node scripts/backport",
49+
"prDescription": "{defaultPrDescription}\n\n<!--BACKPORT {commits} BACKPORT-->"
4950
}

.bazelignore

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,26 @@
22
# Issues are opened for to include that feature but not available yet
33
# https://github.com/bazelbuild/bazel/issues/7093
44
# https://github.com/bazelbuild/bazel/issues/8106
5+
.buildkite
56
.ci
7+
.chromium
68
.git
79
.github
810
.idea
11+
.native_modules
912
.teamcity
1013
.yarn-local-mirror
14+
.vscode
15+
api_docs
1116
bazel-bin
1217
bazel-kibana
1318
bazel-out
1419
bazel-testlogs
1520
build
21+
data
22+
dev_docs
23+
docs
24+
legacy_rfcs
1625
node_modules
1726
target
27+
vars

.bazelversion

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
5.2.0
1+
5.1.1

.buildkite/.mocharc.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"extension": ["ts"],
3+
"spec": "**/*.test.ts",
4+
"require": "ts-node/register"
5+
}

.buildkite/.npmrc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
legacy-peer-deps=true

.buildkite/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
## Directory Structure
44

55
- `hooks` - special directory used by Buildkite agents for [hooks](https://buildkite.com/docs/agent/v3/hooks)
6+
- `pipeline-utils` - Shared TypeScript utils for use in pipeline scripts
67
- `pipelines` - contains pipeline definitions
78
- `scripts/common` - scripts that get `source`d by other scripts to set environment variables or import shared functions
89
- `scripts/lifecycle` - general scripts for tasks that run before or after individual steps or the entire build

.buildkite/ftr_configs.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ disabled:
4141
- x-pack/plugins/synthetics/e2e/config.ts
4242
- x-pack/plugins/synthetics/e2e/synthetics_run.ts
4343
- x-pack/plugins/ux/e2e/synthetics_run.ts
44+
- x-pack/plugins/observability/e2e/synthetics_run.ts
4445

4546
# Configs that exist but weren't running in CI when this file was introduced
4647
- test/visual_regression/config.ts
@@ -54,7 +55,9 @@ disabled:
5455
- x-pack/test/load/config.ts
5556
- x-pack/test/plugin_api_perf/config.js
5657
- x-pack/test/screenshot_creation/config.ts
58+
- x-pack/test/fleet_packages/config.ts
5759

60+
defaultQueue: 'n2-4-spot'
5861
enabled:
5962
- test/accessibility/config.ts
6063
- test/analytics/config.ts
@@ -73,6 +76,7 @@ enabled:
7376
- test/functional/apps/discover/config.ts
7477
- test/functional/apps/getting_started/config.ts
7578
- test/functional/apps/home/config.ts
79+
- test/functional/apps/kibana_overview/config.ts
7680
- test/functional/apps/management/config.ts
7781
- test/functional/apps/saved_objects_management/config.ts
7882
- test/functional/apps/status_page/config.ts
@@ -94,6 +98,9 @@ enabled:
9498
- test/interactive_setup_functional/manual_configuration.config.ts
9599
- test/interpreter_functional/config.ts
96100
- test/new_visualize_flow/config.ts
101+
- test/node_roles_functional/all.config.ts
102+
- test/node_roles_functional/background_tasks.config.ts
103+
- test/node_roles_functional/ui.config.ts
97104
- test/plugin_functional/config.ts
98105
- test/server_integration/http/platform/config.status.ts
99106
- test/server_integration/http/platform/config.ts
@@ -204,6 +211,7 @@ enabled:
204211
- x-pack/test/reporting_functional/reporting_and_deprecated_security.config.ts
205212
- x-pack/test/reporting_functional/reporting_and_security.config.ts
206213
- x-pack/test/reporting_functional/reporting_without_security.config.ts
214+
- x-pack/test/reporting_functional/reporting_and_timeout.config.ts
207215
- x-pack/test/rule_registry/security_and_spaces/config_basic.ts
208216
- x-pack/test/rule_registry/security_and_spaces/config_trial.ts
209217
- x-pack/test/rule_registry/spaces_only/config_basic.ts

0 commit comments

Comments
 (0)