Skip to content

Commit 2e6ded4

Browse files
Merge branch 'main' into issue-130160-state-filter
2 parents 31aa11b + f44e198 commit 2e6ded4

2,683 files changed

Lines changed: 36631 additions & 40659 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/pipelines/es_snapshots/verify.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,6 @@ steps:
7979
queue: kibana-default
8080
depends_on:
8181
- default-cigroup
82-
- default-cigroup-docker
8382
- oss-cigroup
8483
- jest-integration
8584
- api-integration

.buildkite/scripts/steps/artifacts/publish.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ download "kibana-$FULL_VERSION-x86_64.rpm"
2626
download "kibana-$FULL_VERSION-aarch64.rpm"
2727

2828
download "kibana-$FULL_VERSION-docker-build-context.tar.gz"
29+
download "kibana-cloud-$FULL_VERSION-docker-build-context.tar.gz"
2930
download "kibana-ironbank-$FULL_VERSION-docker-build-context.tar.gz"
3031
download "kibana-ubi8-$FULL_VERSION-docker-build-context.tar.gz"
3132

.buildkite/scripts/steps/functional/uptime.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,5 @@ echo "--- Uptime @elastic/synthetics Tests"
1313

1414
cd "$XPACK_DIR"
1515

16-
checks-reporter-with-killswitch "Uptime @elastic/synthetics Tests" \
17-
node plugins/uptime/scripts/e2e.js --kibana-install-dir "$KIBANA_BUILD_LOCATION" ${GREP:+--grep \"${GREP}\"}
16+
checks-reporter-with-killswitch "uptime plugin @elastic/synthetics Tests" \
17+
node plugins/synthetics/scripts/e2e.js --kibana-install-dir "$KIBANA_BUILD_LOCATION" ${GREP:+--grep \"${GREP}\"}

.buildkite/scripts/steps/test/jest_parallel.sh

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,17 @@ JOB_COUNT=$BUILDKITE_PARALLEL_JOB_COUNT
1010
i=0
1111
exitCode=0
1212

13+
# run unit tests in parallel
14+
if [[ "$1" == 'jest.config.js' ]]; then
15+
parallelism="-w2"
16+
else
17+
parallelism="--runInBand"
18+
fi
19+
1320
while read -r config; do
1421
if [ "$((i % JOB_COUNT))" -eq "$JOB" ]; then
1522
echo "--- $ node scripts/jest --config $config"
16-
node --max-old-space-size=14336 ./scripts/jest --config="$config" --runInBand --coverage=false --passWithNoTests
23+
node --max-old-space-size=14336 ./scripts/jest --config="$config" "$parallelism" --coverage=false --passWithNoTests
1724
lastCode=$?
1825

1926
if [ $lastCode -ne 0 ]; then

.buildkite/yarn.lock

Lines changed: 114 additions & 114 deletions
Original file line numberDiff line numberDiff line change
@@ -3,178 +3,178 @@
33

44

55
"@octokit/auth-token@^2.4.4":
6-
"integrity" "sha512-r5FVUJCOLl19AxiuZD2VRZ/ORjp/4IN98Of6YJoJOkY75CIBuYfmiNHGrDwXr+aLGG55igl9QrxX3hbiXlLb+g=="
7-
"resolved" "https://registry.npmjs.org/@octokit/auth-token/-/auth-token-2.5.0.tgz"
8-
"version" "2.5.0"
6+
version "2.5.0"
7+
resolved "https://registry.npmjs.org/@octokit/auth-token/-/auth-token-2.5.0.tgz"
8+
integrity sha512-r5FVUJCOLl19AxiuZD2VRZ/ORjp/4IN98Of6YJoJOkY75CIBuYfmiNHGrDwXr+aLGG55igl9QrxX3hbiXlLb+g==
99
dependencies:
1010
"@octokit/types" "^6.0.3"
1111

12-
"@octokit/core@^3.5.1", "@octokit/core@>=2", "@octokit/core@>=3":
13-
"integrity" "sha512-omncwpLVxMP+GLpLPgeGJBF6IWJFjXDS5flY5VbppePYX9XehevbDykRH9PdCdvqt9TS5AOTiDide7h0qrkHjw=="
14-
"resolved" "https://registry.npmjs.org/@octokit/core/-/core-3.5.1.tgz"
15-
"version" "3.5.1"
12+
"@octokit/core@^3.5.1":
13+
version "3.5.1"
14+
resolved "https://registry.npmjs.org/@octokit/core/-/core-3.5.1.tgz"
15+
integrity sha512-omncwpLVxMP+GLpLPgeGJBF6IWJFjXDS5flY5VbppePYX9XehevbDykRH9PdCdvqt9TS5AOTiDide7h0qrkHjw==
1616
dependencies:
1717
"@octokit/auth-token" "^2.4.4"
1818
"@octokit/graphql" "^4.5.8"
1919
"@octokit/request" "^5.6.0"
2020
"@octokit/request-error" "^2.0.5"
2121
"@octokit/types" "^6.0.3"
22-
"before-after-hook" "^2.2.0"
23-
"universal-user-agent" "^6.0.0"
22+
before-after-hook "^2.2.0"
23+
universal-user-agent "^6.0.0"
2424

2525
"@octokit/endpoint@^6.0.1":
26-
"integrity" "sha512-lF3puPwkQWGfkMClXb4k/eUT/nZKQfxinRWJrdZaJO85Dqwo/G0yOC434Jr2ojwafWJMYqFGFa5ms4jJUgujdA=="
27-
"resolved" "https://registry.npmjs.org/@octokit/endpoint/-/endpoint-6.0.12.tgz"
28-
"version" "6.0.12"
26+
version "6.0.12"
27+
resolved "https://registry.npmjs.org/@octokit/endpoint/-/endpoint-6.0.12.tgz"
28+
integrity sha512-lF3puPwkQWGfkMClXb4k/eUT/nZKQfxinRWJrdZaJO85Dqwo/G0yOC434Jr2ojwafWJMYqFGFa5ms4jJUgujdA==
2929
dependencies:
3030
"@octokit/types" "^6.0.3"
31-
"is-plain-object" "^5.0.0"
32-
"universal-user-agent" "^6.0.0"
31+
is-plain-object "^5.0.0"
32+
universal-user-agent "^6.0.0"
3333

3434
"@octokit/graphql@^4.5.8":
35-
"integrity" "sha512-0gv+qLSBLKF0z8TKaSKTsS39scVKF9dbMxJpj3U0vC7wjNWFuIpL/z76Qe2fiuCbDRcJSavkXsVtMS6/dtQQsg=="
36-
"resolved" "https://registry.npmjs.org/@octokit/graphql/-/graphql-4.8.0.tgz"
37-
"version" "4.8.0"
35+
version "4.8.0"
36+
resolved "https://registry.npmjs.org/@octokit/graphql/-/graphql-4.8.0.tgz"
37+
integrity sha512-0gv+qLSBLKF0z8TKaSKTsS39scVKF9dbMxJpj3U0vC7wjNWFuIpL/z76Qe2fiuCbDRcJSavkXsVtMS6/dtQQsg==
3838
dependencies:
3939
"@octokit/request" "^5.6.0"
4040
"@octokit/types" "^6.0.3"
41-
"universal-user-agent" "^6.0.0"
41+
universal-user-agent "^6.0.0"
4242

4343
"@octokit/openapi-types@^11.2.0":
44-
"integrity" "sha512-PBsVO+15KSlGmiI8QAzaqvsNlZlrDlyAJYcrXBCvVUxCp7VnXjkwPoFHgjEJXx3WF9BAwkA6nfCUA7i9sODzKA=="
45-
"resolved" "https://registry.npmjs.org/@octokit/openapi-types/-/openapi-types-11.2.0.tgz"
46-
"version" "11.2.0"
44+
version "11.2.0"
45+
resolved "https://registry.npmjs.org/@octokit/openapi-types/-/openapi-types-11.2.0.tgz"
46+
integrity sha512-PBsVO+15KSlGmiI8QAzaqvsNlZlrDlyAJYcrXBCvVUxCp7VnXjkwPoFHgjEJXx3WF9BAwkA6nfCUA7i9sODzKA==
4747

4848
"@octokit/plugin-paginate-rest@^2.16.8":
49-
"integrity" "sha512-tzMbrbnam2Mt4AhuyCHvpRkS0oZ5MvwwcQPYGtMv4tUa5kkzG58SVB0fcsLulOZQeRnOgdkZWkRUiyBlh0Bkyw=="
50-
"resolved" "https://registry.npmjs.org/@octokit/plugin-paginate-rest/-/plugin-paginate-rest-2.17.0.tgz"
51-
"version" "2.17.0"
49+
version "2.17.0"
50+
resolved "https://registry.npmjs.org/@octokit/plugin-paginate-rest/-/plugin-paginate-rest-2.17.0.tgz"
51+
integrity sha512-tzMbrbnam2Mt4AhuyCHvpRkS0oZ5MvwwcQPYGtMv4tUa5kkzG58SVB0fcsLulOZQeRnOgdkZWkRUiyBlh0Bkyw==
5252
dependencies:
5353
"@octokit/types" "^6.34.0"
5454

5555
"@octokit/plugin-request-log@^1.0.4":
56-
"integrity" "sha512-mLUsMkgP7K/cnFEw07kWqXGF5LKrOkD+lhCrKvPHXWDywAwuDUeDwWBpc69XK3pNX0uKiVt8g5z96PJ6z9xCFA=="
57-
"resolved" "https://registry.npmjs.org/@octokit/plugin-request-log/-/plugin-request-log-1.0.4.tgz"
58-
"version" "1.0.4"
56+
version "1.0.4"
57+
resolved "https://registry.npmjs.org/@octokit/plugin-request-log/-/plugin-request-log-1.0.4.tgz"
58+
integrity sha512-mLUsMkgP7K/cnFEw07kWqXGF5LKrOkD+lhCrKvPHXWDywAwuDUeDwWBpc69XK3pNX0uKiVt8g5z96PJ6z9xCFA==
5959

6060
"@octokit/plugin-rest-endpoint-methods@^5.12.0":
61-
"integrity" "sha512-uJjMTkN1KaOIgNtUPMtIXDOjx6dGYysdIFhgA52x4xSadQCz3b/zJexvITDVpANnfKPW/+E0xkOvLntqMYpviA=="
62-
"resolved" "https://registry.npmjs.org/@octokit/plugin-rest-endpoint-methods/-/plugin-rest-endpoint-methods-5.13.0.tgz"
63-
"version" "5.13.0"
61+
version "5.13.0"
62+
resolved "https://registry.npmjs.org/@octokit/plugin-rest-endpoint-methods/-/plugin-rest-endpoint-methods-5.13.0.tgz"
63+
integrity sha512-uJjMTkN1KaOIgNtUPMtIXDOjx6dGYysdIFhgA52x4xSadQCz3b/zJexvITDVpANnfKPW/+E0xkOvLntqMYpviA==
6464
dependencies:
6565
"@octokit/types" "^6.34.0"
66-
"deprecation" "^2.3.1"
66+
deprecation "^2.3.1"
6767

6868
"@octokit/request-error@^2.0.5", "@octokit/request-error@^2.1.0":
69-
"integrity" "sha512-1VIvgXxs9WHSjicsRwq8PlR2LR2x6DwsJAaFgzdi0JfJoGSO8mYI/cHJQ+9FbN21aa+DrgNLnwObmyeSC8Rmpg=="
70-
"resolved" "https://registry.npmjs.org/@octokit/request-error/-/request-error-2.1.0.tgz"
71-
"version" "2.1.0"
69+
version "2.1.0"
70+
resolved "https://registry.npmjs.org/@octokit/request-error/-/request-error-2.1.0.tgz"
71+
integrity sha512-1VIvgXxs9WHSjicsRwq8PlR2LR2x6DwsJAaFgzdi0JfJoGSO8mYI/cHJQ+9FbN21aa+DrgNLnwObmyeSC8Rmpg==
7272
dependencies:
7373
"@octokit/types" "^6.0.3"
74-
"deprecation" "^2.0.0"
75-
"once" "^1.4.0"
74+
deprecation "^2.0.0"
75+
once "^1.4.0"
7676

7777
"@octokit/request@^5.6.0":
78-
"integrity" "sha512-je66CvSEVf0jCpRISxkUcCa0UkxmFs6eGDRSbfJtAVwbLH5ceqF+YEyC8lj8ystKyZTy8adWr0qmkY52EfOeLA=="
79-
"resolved" "https://registry.npmjs.org/@octokit/request/-/request-5.6.2.tgz"
80-
"version" "5.6.2"
78+
version "5.6.2"
79+
resolved "https://registry.npmjs.org/@octokit/request/-/request-5.6.2.tgz"
80+
integrity sha512-je66CvSEVf0jCpRISxkUcCa0UkxmFs6eGDRSbfJtAVwbLH5ceqF+YEyC8lj8ystKyZTy8adWr0qmkY52EfOeLA==
8181
dependencies:
8282
"@octokit/endpoint" "^6.0.1"
8383
"@octokit/request-error" "^2.1.0"
8484
"@octokit/types" "^6.16.1"
85-
"is-plain-object" "^5.0.0"
86-
"node-fetch" "^2.6.1"
87-
"universal-user-agent" "^6.0.0"
85+
is-plain-object "^5.0.0"
86+
node-fetch "^2.6.1"
87+
universal-user-agent "^6.0.0"
8888

8989
"@octokit/rest@^18.10.0":
90-
"integrity" "sha512-gDPiOHlyGavxr72y0guQEhLsemgVjwRePayJ+FcKc2SJqKUbxbkvf5kAZEWA/MKvsfYlQAMVzNJE3ezQcxMJ2Q=="
91-
"resolved" "https://registry.npmjs.org/@octokit/rest/-/rest-18.12.0.tgz"
92-
"version" "18.12.0"
90+
version "18.12.0"
91+
resolved "https://registry.npmjs.org/@octokit/rest/-/rest-18.12.0.tgz"
92+
integrity sha512-gDPiOHlyGavxr72y0guQEhLsemgVjwRePayJ+FcKc2SJqKUbxbkvf5kAZEWA/MKvsfYlQAMVzNJE3ezQcxMJ2Q==
9393
dependencies:
9494
"@octokit/core" "^3.5.1"
9595
"@octokit/plugin-paginate-rest" "^2.16.8"
9696
"@octokit/plugin-request-log" "^1.0.4"
9797
"@octokit/plugin-rest-endpoint-methods" "^5.12.0"
9898

9999
"@octokit/types@^6.0.3", "@octokit/types@^6.16.1", "@octokit/types@^6.34.0":
100-
"integrity" "sha512-s1zLBjWhdEI2zwaoSgyOFoKSl109CUcVBCc7biPJ3aAf6LGLU6szDvi31JPU7bxfla2lqfhjbbg/5DdFNxOwHw=="
101-
"resolved" "https://registry.npmjs.org/@octokit/types/-/types-6.34.0.tgz"
102-
"version" "6.34.0"
100+
version "6.34.0"
101+
resolved "https://registry.npmjs.org/@octokit/types/-/types-6.34.0.tgz"
102+
integrity sha512-s1zLBjWhdEI2zwaoSgyOFoKSl109CUcVBCc7biPJ3aAf6LGLU6szDvi31JPU7bxfla2lqfhjbbg/5DdFNxOwHw==
103103
dependencies:
104104
"@octokit/openapi-types" "^11.2.0"
105105

106-
"axios@^0.21.4":
107-
"integrity" "sha512-ut5vewkiu8jjGBdqpM44XxjuCjq9LAKeHVmoVfHVzy8eHgxxq8SbAVQNovDA8mVi05kP0Ea/n/UzcSHcTJQfNg=="
108-
"resolved" "https://registry.npmjs.org/axios/-/axios-0.21.4.tgz"
109-
"version" "0.21.4"
106+
axios@^0.21.4:
107+
version "0.21.4"
108+
resolved "https://registry.npmjs.org/axios/-/axios-0.21.4.tgz"
109+
integrity sha512-ut5vewkiu8jjGBdqpM44XxjuCjq9LAKeHVmoVfHVzy8eHgxxq8SbAVQNovDA8mVi05kP0Ea/n/UzcSHcTJQfNg==
110110
dependencies:
111-
"follow-redirects" "^1.14.0"
112-
113-
"before-after-hook@^2.2.0":
114-
"integrity" "sha512-3pZEU3NT5BFUo/AD5ERPWOgQOCZITni6iavr5AUw5AUwQjMlI0kzu5btnyD39AF0gUEsDPwJT+oY1ORBJijPjQ=="
115-
"resolved" "https://registry.npmjs.org/before-after-hook/-/before-after-hook-2.2.2.tgz"
116-
"version" "2.2.2"
117-
118-
"deprecation@^2.0.0", "deprecation@^2.3.1":
119-
"integrity" "sha512-xmHIy4F3scKVwMsQ4WnVaS8bHOx0DmVwRywosKhaILI0ywMDWPtBSku2HNxRvF7jtwDRsoEwYQSfbxj8b7RlJQ=="
120-
"resolved" "https://registry.npmjs.org/deprecation/-/deprecation-2.3.1.tgz"
121-
"version" "2.3.1"
122-
123-
"follow-redirects@^1.14.0":
124-
"integrity" "sha512-wtphSXy7d4/OR+MvIFbCVBDzZ5520qV8XfPklSN5QtxuMUJZ+b0Wnst1e1lCDocfzuCkHqj8k0FpZqO+UIaKNA=="
125-
"resolved" "https://registry.npmjs.org/follow-redirects/-/follow-redirects-1.14.5.tgz"
126-
"version" "1.14.5"
127-
128-
"is-plain-object@^5.0.0":
129-
"integrity" "sha512-VRSzKkbMm5jMDoKLbltAkFQ5Qr7VDiTFGXxYFXXowVj387GeGNOCsOH6Msy00SGZ3Fp84b1Naa1psqgcCIEP5Q=="
130-
"resolved" "https://registry.npmjs.org/is-plain-object/-/is-plain-object-5.0.0.tgz"
131-
"version" "5.0.0"
132-
133-
"kibana-buildkite-library@github:elastic/kibana-buildkite-library":
134-
"resolved" "git+ssh://git@github.com/elastic/kibana-buildkite-library.git#ccf5b824c4294d1fdf3569d32218d3bdb0958121"
135-
"version" "1.0.0"
111+
follow-redirects "^1.14.0"
112+
113+
before-after-hook@^2.2.0:
114+
version "2.2.2"
115+
resolved "https://registry.npmjs.org/before-after-hook/-/before-after-hook-2.2.2.tgz"
116+
integrity sha512-3pZEU3NT5BFUo/AD5ERPWOgQOCZITni6iavr5AUw5AUwQjMlI0kzu5btnyD39AF0gUEsDPwJT+oY1ORBJijPjQ==
117+
118+
deprecation@^2.0.0, deprecation@^2.3.1:
119+
version "2.3.1"
120+
resolved "https://registry.npmjs.org/deprecation/-/deprecation-2.3.1.tgz"
121+
integrity sha512-xmHIy4F3scKVwMsQ4WnVaS8bHOx0DmVwRywosKhaILI0ywMDWPtBSku2HNxRvF7jtwDRsoEwYQSfbxj8b7RlJQ==
122+
123+
follow-redirects@^1.14.0:
124+
version "1.14.5"
125+
resolved "https://registry.npmjs.org/follow-redirects/-/follow-redirects-1.14.5.tgz"
126+
integrity sha512-wtphSXy7d4/OR+MvIFbCVBDzZ5520qV8XfPklSN5QtxuMUJZ+b0Wnst1e1lCDocfzuCkHqj8k0FpZqO+UIaKNA==
127+
128+
is-plain-object@^5.0.0:
129+
version "5.0.0"
130+
resolved "https://registry.npmjs.org/is-plain-object/-/is-plain-object-5.0.0.tgz"
131+
integrity sha512-VRSzKkbMm5jMDoKLbltAkFQ5Qr7VDiTFGXxYFXXowVj387GeGNOCsOH6Msy00SGZ3Fp84b1Naa1psqgcCIEP5Q==
132+
133+
kibana-buildkite-library@elastic/kibana-buildkite-library:
134+
version "1.0.0"
135+
resolved "https://codeload.github.com/elastic/kibana-buildkite-library/tar.gz/bd0bec4c7af5f64a12c781d03cedb9fb2386bfbd"
136136
dependencies:
137137
"@octokit/rest" "^18.10.0"
138-
"axios" "^0.21.4"
138+
axios "^0.21.4"
139139

140-
"node-fetch@^2.6.1":
141-
"integrity" "sha512-Z8/6vRlTUChSdIgMa51jxQ4lrw/Jy5SOW10ObaA47/RElsAN2c5Pn8bTgFGWn/ibwzXTE8qwr1Yzx28vsecXEA=="
142-
"resolved" "https://registry.npmjs.org/node-fetch/-/node-fetch-2.6.6.tgz"
143-
"version" "2.6.6"
140+
node-fetch@^2.6.1:
141+
version "2.6.6"
142+
resolved "https://registry.npmjs.org/node-fetch/-/node-fetch-2.6.6.tgz"
143+
integrity sha512-Z8/6vRlTUChSdIgMa51jxQ4lrw/Jy5SOW10ObaA47/RElsAN2c5Pn8bTgFGWn/ibwzXTE8qwr1Yzx28vsecXEA==
144144
dependencies:
145-
"whatwg-url" "^5.0.0"
145+
whatwg-url "^5.0.0"
146146

147-
"once@^1.4.0":
148-
"integrity" "sha1-WDsap3WWHUsROsF9nFC6753Xa9E="
149-
"resolved" "https://registry.npmjs.org/once/-/once-1.4.0.tgz"
150-
"version" "1.4.0"
147+
once@^1.4.0:
148+
version "1.4.0"
149+
resolved "https://registry.npmjs.org/once/-/once-1.4.0.tgz"
150+
integrity sha1-WDsap3WWHUsROsF9nFC6753Xa9E=
151151
dependencies:
152-
"wrappy" "1"
153-
154-
"tr46@~0.0.3":
155-
"integrity" "sha1-gYT9NH2snNwYWZLzpmIuFLnZq2o="
156-
"resolved" "https://registry.npmjs.org/tr46/-/tr46-0.0.3.tgz"
157-
"version" "0.0.3"
158-
159-
"universal-user-agent@^6.0.0":
160-
"integrity" "sha512-isyNax3wXoKaulPDZWHQqbmIx1k2tb9fb3GGDBRxCscfYV2Ch7WxPArBsFEG8s/safwXTT7H4QGhaIkTp9447w=="
161-
"resolved" "https://registry.npmjs.org/universal-user-agent/-/universal-user-agent-6.0.0.tgz"
162-
"version" "6.0.0"
163-
164-
"webidl-conversions@^3.0.0":
165-
"integrity" "sha1-JFNCdeKnvGvnvIZhHMFq4KVlSHE="
166-
"resolved" "https://registry.npmjs.org/webidl-conversions/-/webidl-conversions-3.0.1.tgz"
167-
"version" "3.0.1"
168-
169-
"whatwg-url@^5.0.0":
170-
"integrity" "sha1-lmRU6HZUYuN2RNNib2dCzotwll0="
171-
"resolved" "https://registry.npmjs.org/whatwg-url/-/whatwg-url-5.0.0.tgz"
172-
"version" "5.0.0"
152+
wrappy "1"
153+
154+
tr46@~0.0.3:
155+
version "0.0.3"
156+
resolved "https://registry.npmjs.org/tr46/-/tr46-0.0.3.tgz"
157+
integrity sha1-gYT9NH2snNwYWZLzpmIuFLnZq2o=
158+
159+
universal-user-agent@^6.0.0:
160+
version "6.0.0"
161+
resolved "https://registry.npmjs.org/universal-user-agent/-/universal-user-agent-6.0.0.tgz"
162+
integrity sha512-isyNax3wXoKaulPDZWHQqbmIx1k2tb9fb3GGDBRxCscfYV2Ch7WxPArBsFEG8s/safwXTT7H4QGhaIkTp9447w==
163+
164+
webidl-conversions@^3.0.0:
165+
version "3.0.1"
166+
resolved "https://registry.npmjs.org/webidl-conversions/-/webidl-conversions-3.0.1.tgz"
167+
integrity sha1-JFNCdeKnvGvnvIZhHMFq4KVlSHE=
168+
169+
whatwg-url@^5.0.0:
170+
version "5.0.0"
171+
resolved "https://registry.npmjs.org/whatwg-url/-/whatwg-url-5.0.0.tgz"
172+
integrity sha1-lmRU6HZUYuN2RNNib2dCzotwll0=
173173
dependencies:
174-
"tr46" "~0.0.3"
175-
"webidl-conversions" "^3.0.0"
174+
tr46 "~0.0.3"
175+
webidl-conversions "^3.0.0"
176176

177-
"wrappy@1":
178-
"integrity" "sha1-tSQ9jz7BqjXxNkYFvA0QNuMKtp8="
179-
"resolved" "https://registry.npmjs.org/wrappy/-/wrappy-1.0.2.tgz"
180-
"version" "1.0.2"
177+
wrappy@1:
178+
version "1.0.2"
179+
resolved "https://registry.npmjs.org/wrappy/-/wrappy-1.0.2.tgz"
180+
integrity sha1-tSQ9jz7BqjXxNkYFvA0QNuMKtp8=

.eslintrc.js

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -840,7 +840,10 @@ module.exports = {
840840
},
841841
],
842842
'react-hooks/rules-of-hooks': 'error', // Checks rules of Hooks
843-
'react-hooks/exhaustive-deps': ['error', { additionalHooks: '^useFetcher$' }],
843+
'react-hooks/exhaustive-deps': [
844+
'error',
845+
{ additionalHooks: '^(useFetcher|useProgressiveFetcher)$' },
846+
],
844847
},
845848
},
846849
{

.github/CODEOWNERS

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@
133133
#CC# /x-pack/plugins/observability/ @elastic/apm-ui
134134

135135
# Uptime
136-
/x-pack/plugins/uptime @elastic/uptime
136+
/x-pack/plugins/synthetics @elastic/uptime
137137
/x-pack/plugins/ux @elastic/uptime
138138
/x-pack/test/functional_with_es_ssl/apps/uptime @elastic/uptime
139139
/x-pack/test/functional/apps/uptime @elastic/uptime
@@ -270,7 +270,7 @@
270270
/x-pack/plugins/saved_objects_tagging/ @elastic/kibana-core
271271
/x-pack/test/saved_objects_field_count/ @elastic/kibana-core
272272
/x-pack/test/saved_object_tagging/ @elastic/kibana-core
273-
/packages/elastic-analytics/ @elastic/kibana-core
273+
/packages/analytics/ @elastic/kibana-core
274274
/packages/kbn-config-schema/ @elastic/kibana-core
275275
/packages/kbn-std/ @elastic/kibana-core
276276
/packages/kbn-config/ @elastic/kibana-core

config/kibana.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -159,8 +159,8 @@
159159
# =================== Search Autocomplete ===================
160160
# Time in milliseconds to wait for autocomplete suggestions from Elasticsearch.
161161
# This value must be a whole number greater than zero. Defaults to 1000ms
162-
#data.autocomplete.valueSuggestions.timeout: 1000
162+
#unifiedSearch.autocomplete.valueSuggestions.timeout: 1000
163163

164164
# Maximum number of documents loaded by each shard to generate autocomplete suggestions.
165165
# This value must be a whole number greater than zero. Defaults to 100_000
166-
#data.autocomplete.valueSuggestions.terminateAfter: 100000
166+
#unifiedSearch.autocomplete.valueSuggestions.terminateAfter: 100000

0 commit comments

Comments
 (0)