Skip to content

Commit d6200a1

Browse files
Merge branch 'master' into 60659-alert-prefill
2 parents dd4eab4 + 0e2f9fc commit d6200a1

File tree

571 files changed

+8957
-7532
lines changed

Some content is hidden

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

571 files changed

+8957
-7532
lines changed

Jenkinsfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ kibanaPipeline(timeoutMinutes: 155, checkPrChanges: true) {
4141
'xpack-ciGroup9': kibanaPipeline.xpackCiGroupProcess(9),
4242
'xpack-ciGroup10': kibanaPipeline.xpackCiGroupProcess(10),
4343
'xpack-accessibility': kibanaPipeline.functionalTestProcess('xpack-accessibility', './test/scripts/jenkins_xpack_accessibility.sh'),
44-
'xpack-pageLoadMetrics': kibanaPipeline.functionalTestProcess('xpack-pageLoadMetrics', './test/scripts/jenkins_xpack_page_load_metrics.sh'),
44+
// 'xpack-pageLoadMetrics': kibanaPipeline.functionalTestProcess('xpack-pageLoadMetrics', './test/scripts/jenkins_xpack_page_load_metrics.sh'),
4545
'xpack-securitySolutionCypress': { processNumber ->
4646
whenChanged(['x-pack/plugins/security_solution/', 'x-pack/test/security_solution_cypress/']) {
4747
kibanaPipeline.functionalTestProcess('xpack-securitySolutionCypress', './test/scripts/jenkins_security_solution_cypress.sh')(processNumber)

docs/settings/ingest-manager-settings.asciidoc

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,10 @@
88
experimental[]
99

1010
You can configure `xpack.ingestManager` settings in your `kibana.yml`.
11-
By default, {ingest-manager} is not enabled. You need to enable it. To use
12-
{fleet}, you also need to configure {kib} and {es} hosts.
11+
By default, {ingest-manager} is not enabled. You need to
12+
enable it. To use {fleet}, you also need to configure {kib} and {es} hosts.
13+
14+
See the {ingest-guide}/index.html[Ingest Management] docs for more information.
1315

1416
[[general-ingest-manager-settings-kb]]
1517
==== General {ingest-manager} settings

package.json

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -259,7 +259,7 @@
259259
"reselect": "^4.0.0",
260260
"resize-observer-polyfill": "^1.5.0",
261261
"rison-node": "1.0.2",
262-
"rxjs": "^6.5.3",
262+
"rxjs": "^6.5.5",
263263
"script-loader": "0.7.2",
264264
"seedrandom": "^3.0.5",
265265
"semver": "^5.5.0",
@@ -346,7 +346,7 @@
346346
"@types/history": "^4.7.3",
347347
"@types/hoek": "^4.1.3",
348348
"@types/inert": "^5.1.2",
349-
"@types/jest": "24.0.19",
349+
"@types/jest": "^25.2.3",
350350
"@types/joi": "^13.4.2",
351351
"@types/jquery": "^3.3.31",
352352
"@types/js-yaml": "^3.11.1",
@@ -391,6 +391,7 @@
391391
"@types/supertest-as-promised": "^2.0.38",
392392
"@types/tar": "^4.0.3",
393393
"@types/testing-library__dom": "^6.10.0",
394+
"@types/testing-library__jest-dom": "^5.7.0",
394395
"@types/testing-library__react": "^9.1.2",
395396
"@types/testing-library__react-hooks": "^3.1.0",
396397
"@types/type-detect": "^4.0.1",
@@ -403,7 +404,7 @@
403404
"archiver": "^3.1.1",
404405
"axe-core": "^3.4.1",
405406
"babel-eslint": "^10.0.3",
406-
"babel-jest": "^24.9.0",
407+
"babel-jest": "^25.5.1",
407408
"babel-plugin-istanbul": "^6.0.0",
408409
"backport": "5.4.1",
409410
"chai": "3.5.0",
@@ -423,7 +424,7 @@
423424
"eslint-plugin-ban": "^1.4.0",
424425
"eslint-plugin-cypress": "^2.8.1",
425426
"eslint-plugin-import": "^2.19.1",
426-
"eslint-plugin-jest": "^23.3.0",
427+
"eslint-plugin-jest": "^23.10.0",
427428
"eslint-plugin-jsx-a11y": "^6.2.3",
428429
"eslint-plugin-mocha": "^6.2.2",
429430
"eslint-plugin-no-unsanitized": "^3.0.2",
@@ -452,8 +453,10 @@
452453
"intl-messageformat-parser": "^1.4.0",
453454
"is-path-inside": "^2.1.0",
454455
"istanbul-instrumenter-loader": "3.0.1",
455-
"jest": "^24.9.0",
456-
"jest-cli": "^24.9.0",
456+
"jest": "^25.5.4",
457+
"jest-environment-jsdom-thirteen": "^1.0.1",
458+
"jest-circus": "^25.5.4",
459+
"jest-cli": "^25.5.4",
457460
"jest-raw-loader": "^1.0.1",
458461
"jimp": "^0.9.6",
459462
"json5": "^1.0.1",

packages/eslint-config-kibana/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"eslint-plugin-ban": "^1.4.0",
2424
"eslint-plugin-jsx-a11y": "^6.2.3",
2525
"eslint-plugin-import": "^2.19.1",
26-
"eslint-plugin-jest": "^23.3.0",
26+
"eslint-plugin-jest": "^23.10.0",
2727
"eslint-plugin-mocha": "^6.2.2",
2828
"eslint-plugin-no-unsanitized": "^3.0.2",
2929
"eslint-plugin-prefer-object-spread": "^1.2.1",

packages/kbn-dev-utils/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"getopts": "^2.2.5",
1919
"load-json-file": "^6.2.0",
2020
"moment": "^2.24.0",
21-
"rxjs": "^6.5.3",
21+
"rxjs": "^6.5.5",
2222
"tree-kill": "^1.2.2",
2323
"tslib": "^2.0.0"
2424
},

packages/kbn-dev-utils/src/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,4 +37,5 @@ export { run, createFailError, createFlagError, combineErrors, isFailError, Flag
3737
export { REPO_ROOT } from './repo_root';
3838
export { KbnClient } from './kbn_client';
3939
export * from './axios';
40+
export * from './stdio';
4041
export * from './ci_stats_reporter';

packages/kbn-dev-utils/src/proc_runner/proc.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ import { promisify } from 'util';
2929
const treeKillAsync = promisify((...args: [number, string, any]) => treeKill(...args));
3030

3131
import { ToolingLog } from '../tooling_log';
32-
import { observeLines } from './observe_lines';
32+
import { observeLines } from '../stdio';
3333
import { createCliError } from './errors';
3434

3535
const SECOND = 1000;

packages/kbn-dev-utils/src/serializers/absolute_path_serializer.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ import { REPO_ROOT } from '../repo_root';
2121

2222
export function createAbsolutePathSerializer(rootPath: string = REPO_ROOT) {
2323
return {
24-
print: (value: string) => value.replace(rootPath, '<absolute path>').replace(/\\/g, '/'),
24+
serialize: (value: string) => value.replace(rootPath, '<absolute path>').replace(/\\/g, '/'),
2525
test: (value: any) => typeof value === 'string' && value.startsWith(rootPath),
2626
};
2727
}
Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
/*
2+
* Licensed to Elasticsearch B.V. under one or more contributor
3+
* license agreements. See the NOTICE file distributed with
4+
* this work for additional information regarding copyright
5+
* ownership. Elasticsearch B.V. licenses this file to you under
6+
* the Apache License, Version 2.0 (the "License"); you may
7+
* not use this file except in compliance with the License.
8+
* You may obtain a copy of the License at
9+
*
10+
* http://www.apache.org/licenses/LICENSE-2.0
11+
*
12+
* Unless required by applicable law or agreed to in writing,
13+
* software distributed under the License is distributed on an
14+
* "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
15+
* KIND, either express or implied. See the License for the
16+
* specific language governing permissions and limitations
17+
* under the License.
18+
*/
19+
20+
export * from './observe_lines';
21+
export * from './observe_readable';

0 commit comments

Comments
 (0)