Skip to content

Commit

Permalink
Move Rollup out of legacy (#62891)
Browse files Browse the repository at this point in the history
  • Loading branch information
cjcenizal committed Apr 28, 2020
1 parent 0112dd0 commit db2acd4
Show file tree
Hide file tree
Showing 70 changed files with 1,192 additions and 1,053 deletions.
1 change: 0 additions & 1 deletion .sass-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ files:
- 'src/legacy/core_plugins/timelion/**/*.s+(a|c)ss'
- 'src/legacy/core_plugins/vis_type_vislib/**/*.s+(a|c)ss'
- 'src/legacy/core_plugins/vis_type_xy/**/*.s+(a|c)ss'
- 'x-pack/legacy/plugins/rollup/**/*.s+(a|c)ss'
- 'x-pack/legacy/plugins/security/**/*.s+(a|c)ss'
- 'x-pack/legacy/plugins/canvas/**/*.s+(a|c)ss'
- 'x-pack/plugins/triggers_actions_ui/**/*.s+(a|c)ss'
Expand Down
2 changes: 0 additions & 2 deletions x-pack/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ import { spaces } from './legacy/plugins/spaces';
import { canvas } from './legacy/plugins/canvas';
import { infra } from './legacy/plugins/infra';
import { taskManager } from './legacy/plugins/task_manager';
import { rollup } from './legacy/plugins/rollup';
import { siem } from './legacy/plugins/siem';
import { remoteClusters } from './legacy/plugins/remote_clusters';
import { upgradeAssistant } from './legacy/plugins/upgrade_assistant';
Expand All @@ -43,7 +42,6 @@ module.exports = function(kibana) {
indexManagement(kibana),
infra(kibana),
taskManager(kibana),
rollup(kibana),
siem(kibana),
remoteClusters(kibana),
upgradeAssistant(kibana),
Expand Down
19 changes: 0 additions & 19 deletions x-pack/legacy/plugins/rollup/common/index.ts

This file was deleted.

43 changes: 0 additions & 43 deletions x-pack/legacy/plugins/rollup/index.ts

This file was deleted.

15 changes: 0 additions & 15 deletions x-pack/legacy/plugins/rollup/kibana.json

This file was deleted.

98 changes: 0 additions & 98 deletions x-pack/legacy/plugins/rollup/server/lib/__tests__/fixtures/jobs.js

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

Loading

0 comments on commit db2acd4

Please sign in to comment.