-
Notifications
You must be signed in to change notification settings - Fork 8.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' into serverless/header-bar-2-ii
- Loading branch information
Showing
76 changed files
with
2,678 additions
and
1,406 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1 @@ | ||
[ | ||
"x-pack/plugins/watcher/jest.config.js" | ||
] | ||
[] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Validating CODEOWNERS rules …
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
/* | ||
* Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one | ||
* or more contributor license agreements. Licensed under the Elastic License | ||
* 2.0; you may not use this file except in compliance with the Elastic License | ||
* 2.0. | ||
*/ | ||
|
||
module.exports = { | ||
preset: '@kbn/test', | ||
rootDir: '../../../', | ||
projects: [ | ||
'<rootDir>/x-pack/plugins/enterprise_search/public/**/jest.config.js', | ||
'<rootDir>/x-pack/plugins/enterprise_search/common/**/jest.config.js', | ||
'<rootDir>/x-pack/plugins/enterprise_search/server/**/jest.config.js', | ||
], | ||
}; |
26 changes: 26 additions & 0 deletions
26
x-pack/plugins/enterprise_search/public/applications/analytics/jest.config.js
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
/* | ||
* Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one | ||
* or more contributor license agreements. Licensed under the Elastic License | ||
* 2.0; you may not use this file except in compliance with the Elastic License | ||
* 2.0. | ||
*/ | ||
|
||
module.exports = { | ||
preset: '@kbn/test', | ||
rootDir: '../../../../../..', | ||
roots: ['<rootDir>/x-pack/plugins/enterprise_search/public/applications/analytics'], | ||
collectCoverage: true, | ||
coverageReporters: ['text', 'html'], | ||
collectCoverageFrom: [ | ||
'<rootDir>/x-pack/plugins/enterprise_search/public/applications/**/*.{ts,tsx}', | ||
'!<rootDir>/x-pack/plugins/enterprise_search/public/*.ts', | ||
'!<rootDir>/x-pack/plugins/enterprise_search/server/*.ts', | ||
'!<rootDir>/x-pack/plugins/enterprise_search/public/applications/test_helpers/**/*.{ts,tsx}', | ||
], | ||
coverageDirectory: | ||
'<rootDir>/target/kibana-coverage/jest/x-pack/plugins/enterprise_search/public/applications/analytics', | ||
modulePathIgnorePatterns: [ | ||
'<rootDir>/x-pack/plugins/enterprise_search/public/applications/app_search/cypress', | ||
'<rootDir>/x-pack/plugins/enterprise_search/public/applications/workplace_search/cypress', | ||
], | ||
}; |
26 changes: 26 additions & 0 deletions
26
x-pack/plugins/enterprise_search/public/applications/app_search/jest.config.js
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
/* | ||
* Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one | ||
* or more contributor license agreements. Licensed under the Elastic License | ||
* 2.0; you may not use this file except in compliance with the Elastic License | ||
* 2.0. | ||
*/ | ||
|
||
module.exports = { | ||
preset: '@kbn/test', | ||
rootDir: '../../../../../..', | ||
roots: ['<rootDir>/x-pack/plugins/enterprise_search/public/applications/app_search'], | ||
collectCoverage: true, | ||
coverageReporters: ['text', 'html'], | ||
collectCoverageFrom: [ | ||
'<rootDir>/x-pack/plugins/enterprise_search/public/applications/**/*.{ts,tsx}', | ||
'!<rootDir>/x-pack/plugins/enterprise_search/public/*.ts', | ||
'!<rootDir>/x-pack/plugins/enterprise_search/server/*.ts', | ||
'!<rootDir>/x-pack/plugins/enterprise_search/public/applications/test_helpers/**/*.{ts,tsx}', | ||
], | ||
coverageDirectory: | ||
'<rootDir>/target/kibana-coverage/jest/x-pack/plugins/enterprise_search/public/applications/app_search', | ||
modulePathIgnorePatterns: [ | ||
'<rootDir>/x-pack/plugins/enterprise_search/public/applications/app_search/cypress', | ||
'<rootDir>/x-pack/plugins/enterprise_search/public/applications/workplace_search/cypress', | ||
], | ||
}; |
26 changes: 26 additions & 0 deletions
26
x-pack/plugins/enterprise_search/public/applications/applications/jest.config.js
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
/* | ||
* Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one | ||
* or more contributor license agreements. Licensed under the Elastic License | ||
* 2.0; you may not use this file except in compliance with the Elastic License | ||
* 2.0. | ||
*/ | ||
|
||
module.exports = { | ||
preset: '@kbn/test', | ||
rootDir: '../../../../../..', | ||
roots: ['<rootDir>/x-pack/plugins/enterprise_search/public/applications/applications'], | ||
collectCoverage: true, | ||
coverageReporters: ['text', 'html'], | ||
collectCoverageFrom: [ | ||
'<rootDir>/x-pack/plugins/enterprise_search/public/applications/**/*.{ts,tsx}', | ||
'!<rootDir>/x-pack/plugins/enterprise_search/public/*.ts', | ||
'!<rootDir>/x-pack/plugins/enterprise_search/server/*.ts', | ||
'!<rootDir>/x-pack/plugins/enterprise_search/public/applications/test_helpers/**/*.{ts,tsx}', | ||
], | ||
coverageDirectory: | ||
'<rootDir>/target/kibana-coverage/jest/x-pack/plugins/enterprise_search/public/applications/applications', | ||
modulePathIgnorePatterns: [ | ||
'<rootDir>/x-pack/plugins/enterprise_search/public/applications/app_search/cypress', | ||
'<rootDir>/x-pack/plugins/enterprise_search/public/applications/workplace_search/cypress', | ||
], | ||
}; |
26 changes: 26 additions & 0 deletions
26
x-pack/plugins/enterprise_search/public/applications/elasticsearch/jest.config.js
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
/* | ||
* Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one | ||
* or more contributor license agreements. Licensed under the Elastic License | ||
* 2.0; you may not use this file except in compliance with the Elastic License | ||
* 2.0. | ||
*/ | ||
|
||
module.exports = { | ||
preset: '@kbn/test', | ||
rootDir: '../../../../../..', | ||
roots: ['<rootDir>/x-pack/plugins/enterprise_search/public/applications/elasticsearch'], | ||
collectCoverage: true, | ||
coverageReporters: ['text', 'html'], | ||
collectCoverageFrom: [ | ||
'<rootDir>/x-pack/plugins/enterprise_search/public/applications/**/*.{ts,tsx}', | ||
'!<rootDir>/x-pack/plugins/enterprise_search/public/*.ts', | ||
'!<rootDir>/x-pack/plugins/enterprise_search/server/*.ts', | ||
'!<rootDir>/x-pack/plugins/enterprise_search/public/applications/test_helpers/**/*.{ts,tsx}', | ||
], | ||
coverageDirectory: | ||
'<rootDir>/target/kibana-coverage/jest/x-pack/plugins/enterprise_search/public/applications/elasticsearch', | ||
modulePathIgnorePatterns: [ | ||
'<rootDir>/x-pack/plugins/enterprise_search/public/applications/app_search/cypress', | ||
'<rootDir>/x-pack/plugins/enterprise_search/public/applications/workplace_search/cypress', | ||
], | ||
}; |
28 changes: 28 additions & 0 deletions
28
...ck/plugins/enterprise_search/public/applications/enterprise_search_content/jest.config.js
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
/* | ||
* Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one | ||
* or more contributor license agreements. Licensed under the Elastic License | ||
* 2.0; you may not use this file except in compliance with the Elastic License | ||
* 2.0. | ||
*/ | ||
|
||
module.exports = { | ||
preset: '@kbn/test', | ||
rootDir: '../../../../../..', | ||
roots: [ | ||
'<rootDir>/x-pack/plugins/enterprise_search/public/applications/enterprise_search_content', | ||
], | ||
collectCoverage: true, | ||
coverageReporters: ['text', 'html'], | ||
collectCoverageFrom: [ | ||
'<rootDir>/x-pack/plugins/enterprise_search/public/applications/**/*.{ts,tsx}', | ||
'!<rootDir>/x-pack/plugins/enterprise_search/public/*.ts', | ||
'!<rootDir>/x-pack/plugins/enterprise_search/server/*.ts', | ||
'!<rootDir>/x-pack/plugins/enterprise_search/public/applications/test_helpers/**/*.{ts,tsx}', | ||
], | ||
coverageDirectory: | ||
'<rootDir>/target/kibana-coverage/jest/x-pack/plugins/enterprise_search/public/applications/enterprise_search_content', | ||
modulePathIgnorePatterns: [ | ||
'<rootDir>/x-pack/plugins/enterprise_search/public/applications/app_search/cypress', | ||
'<rootDir>/x-pack/plugins/enterprise_search/public/applications/workplace_search/cypress', | ||
], | ||
}; |
Oops, something went wrong.