mirror of
https://github.com/elastic/kibana.git
synced 2025-06-27 18:51:07 -04:00
[APM] Update path to APM app after move to NP (#65034)
This commit is contained in:
parent
9a0b7dde51
commit
e02350cdc7
6 changed files with 11 additions and 11 deletions
|
@ -13,7 +13,7 @@ pipeline {
|
|||
BASE_DIR = 'src/github.com/elastic/kibana'
|
||||
HOME = "${env.WORKSPACE}"
|
||||
APM_ITS = 'apm-integration-testing'
|
||||
CYPRESS_DIR = 'x-pack/legacy/plugins/apm/e2e'
|
||||
CYPRESS_DIR = 'x-pack/plugins/apm/e2e'
|
||||
PIPELINE_LOG_LEVEL = 'DEBUG'
|
||||
}
|
||||
options {
|
||||
|
@ -39,7 +39,7 @@ pipeline {
|
|||
shallow: false, reference: "/var/lib/jenkins/.git-references/kibana.git")
|
||||
script {
|
||||
dir("${BASE_DIR}"){
|
||||
def regexps =[ "^x-pack/legacy/plugins/apm/.*" ]
|
||||
def regexps =[ "^x-pack/plugins/apm/.*" ]
|
||||
env.APM_UPDATED = isGitRegionMatch(patterns: regexps)
|
||||
}
|
||||
}
|
||||
|
|
|
@ -25,7 +25,7 @@ target
|
|||
/src/plugins/vis_type_timelion/public/_generated_/**
|
||||
/src/plugins/vis_type_timelion/public/webpackShims/jquery.flot.*
|
||||
/x-pack/legacy/plugins/**/__tests__/fixtures/**
|
||||
/x-pack/legacy/plugins/apm/e2e/cypress/**/snapshots.js
|
||||
/x-pack/plugins/apm/e2e/cypress/**/snapshots.js
|
||||
/x-pack/legacy/plugins/canvas/canvas_plugin
|
||||
/x-pack/legacy/plugins/canvas/canvas_plugin_src/lib/flot-charts
|
||||
/x-pack/legacy/plugins/canvas/shareable_runtime/build
|
||||
|
|
|
@ -306,7 +306,7 @@ module.exports = {
|
|||
{
|
||||
files: [
|
||||
'x-pack/test/functional/apps/**/*.js',
|
||||
'x-pack/legacy/plugins/apm/**/*.js',
|
||||
'x-pack/plugins/apm/**/*.js',
|
||||
'test/*/config.ts',
|
||||
'test/*/config_open.ts',
|
||||
'test/*/{tests,test_suites,apis,apps}/**/*',
|
||||
|
@ -393,7 +393,7 @@ module.exports = {
|
|||
'x-pack/**/*.test.js',
|
||||
'x-pack/test_utils/**/*',
|
||||
'x-pack/gulpfile.js',
|
||||
'x-pack/legacy/plugins/apm/public/utils/testHelpers.js',
|
||||
'x-pack/plugins/apm/public/utils/testHelpers.js',
|
||||
],
|
||||
rules: {
|
||||
'import/no-extraneous-dependencies': [
|
||||
|
@ -519,7 +519,7 @@ module.exports = {
|
|||
* APM overrides
|
||||
*/
|
||||
{
|
||||
files: ['x-pack/legacy/plugins/apm/**/*.js'],
|
||||
files: ['x-pack/plugins/apm/**/*.js'],
|
||||
rules: {
|
||||
'no-unused-vars': ['error', { ignoreRestSiblings: true }],
|
||||
'no-console': ['warn', { allow: ['error'] }],
|
||||
|
@ -527,7 +527,7 @@ module.exports = {
|
|||
},
|
||||
{
|
||||
plugins: ['react-hooks'],
|
||||
files: ['x-pack/legacy/plugins/apm/**/*.{ts,tsx}'],
|
||||
files: ['x-pack/plugins/apm/**/*.{ts,tsx}'],
|
||||
rules: {
|
||||
'react-hooks/rules-of-hooks': 'error', // Checks rules of Hooks
|
||||
'react-hooks/exhaustive-deps': ['error', { additionalHooks: '^useFetcher$' }],
|
||||
|
|
2
.github/CODEOWNERS
vendored
2
.github/CODEOWNERS
vendored
|
@ -66,7 +66,7 @@
|
|||
/x-pack/plugins/drilldowns/ @elastic/kibana-app-arch
|
||||
|
||||
# APM
|
||||
/x-pack/legacy/plugins/apm/ @elastic/apm-ui
|
||||
/x-pack/plugins/apm/ @elastic/apm-ui
|
||||
/x-pack/plugins/apm/ @elastic/apm-ui
|
||||
/x-pack/test/functional/apps/apm/ @elastic/apm-ui
|
||||
/src/legacy/core_plugins/apm_oss/ @elastic/apm-ui
|
||||
|
|
2
.github/paths-labeller.yml
vendored
2
.github/paths-labeller.yml
vendored
|
@ -10,7 +10,7 @@
|
|||
- "src/plugins/bfetch/**/*.*"
|
||||
- "Team:apm"
|
||||
- "x-pack/plugins/apm/**/*.*"
|
||||
- "x-pack/legacy/plugins/apm/**/*.*"
|
||||
- "x-pack/plugins/apm/**/*.*"
|
||||
- "Team:uptime":
|
||||
- "x-pack/plugins/uptime/**/*.*"
|
||||
- "x-pack/legacy/plugins/uptime/**/*.*"
|
||||
|
|
4
.gitignore
vendored
4
.gitignore
vendored
|
@ -44,6 +44,6 @@ package-lock.json
|
|||
*.sublime-*
|
||||
npm-debug.log*
|
||||
.tern-project
|
||||
x-pack/legacy/plugins/apm/tsconfig.json
|
||||
x-pack/plugins/apm/tsconfig.json
|
||||
apm.tsconfig.json
|
||||
/x-pack/legacy/plugins/apm/e2e/snapshots.js
|
||||
/x-pack/plugins/apm/e2e/snapshots.js
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue