Skip to content

Commit

Permalink
Completes the full cutover to the new kibana platform removing all sh…
Browse files Browse the repository at this point in the history
…ims and legacy adapters.
  • Loading branch information
ogupte committed Apr 27, 2020
1 parent eaea0d7 commit 7d86a57
Show file tree
Hide file tree
Showing 40 changed files with 1,410 additions and 1,510 deletions.
1 change: 0 additions & 1 deletion src/dev/precommit_hook/casing_check_config.js
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ export const IGNORE_FILE_GLOBS = [
'**/Gruntfile.js',
'tasks/config/**/*',
'**/{Dockerfile,docker-compose.yml}',
'x-pack/legacy/plugins/apm/**/*',
'x-pack/legacy/plugins/canvas/tasks/**/*',
'x-pack/legacy/plugins/canvas/canvas_plugin_src/**/*',
'**/.*',
Expand Down
2 changes: 1 addition & 1 deletion src/dev/storybook/aliases.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
*/

export const storybookAliases = {
apm: 'x-pack/legacy/plugins/apm/scripts/storybook.js',
apm: 'x-pack/plugins/apm/scripts/storybook.js',
canvas: 'x-pack/legacy/plugins/canvas/scripts/storybook_new.js',
codeeditor: 'src/plugins/kibana_react/public/code_editor/scripts/storybook.ts',
drilldowns: 'x-pack/plugins/drilldowns/scripts/storybook.js',
Expand Down
2 changes: 0 additions & 2 deletions x-pack/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ import { reporting } from './legacy/plugins/reporting';
import { security } from './legacy/plugins/security';
import { dashboardMode } from './legacy/plugins/dashboard_mode';
import { beats } from './legacy/plugins/beats_management';
import { apm } from './legacy/plugins/apm';
import { maps } from './legacy/plugins/maps';
import { indexManagement } from './legacy/plugins/index_management';
import { spaces } from './legacy/plugins/spaces';
Expand All @@ -36,7 +35,6 @@ module.exports = function(kibana) {
security(kibana),
dashboardMode(kibana),
beats(kibana),
apm(kibana),
maps(kibana),
canvas(kibana),
indexManagement(kibana),
Expand Down
152 changes: 0 additions & 152 deletions x-pack/legacy/plugins/apm/index.ts

This file was deleted.

25 changes: 0 additions & 25 deletions x-pack/legacy/plugins/apm/public/getConfigFromInjectedMetadata.ts

This file was deleted.

16 changes: 0 additions & 16 deletions x-pack/legacy/plugins/apm/public/index.scss

This file was deleted.

39 changes: 0 additions & 39 deletions x-pack/legacy/plugins/apm/public/index.tsx

This file was deleted.

23 changes: 0 additions & 23 deletions x-pack/legacy/plugins/apm/public/legacy_register_feature.ts

This file was deleted.

11 changes: 9 additions & 2 deletions x-pack/plugins/apm/kibana.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,14 @@
"id": "apm",
"version": "8.0.0",
"kibanaVersion": "kibana",
"requiredPlugins": ["apm_oss", "data", "home", "licensing"],
"requiredPlugins": [
"features",
"apm_oss",
"data",
"home",
"licensing",
"triggers_actions_ui"
],
"optionalPlugins": [
"cloud",
"usageCollection",
Expand All @@ -11,6 +18,6 @@
"alerting"
],
"server": true,
"ui": false,
"ui": true,
"configPath": ["xpack", "apm"]
}
Loading

0 comments on commit 7d86a57

Please sign in to comment.