Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Migrate timelion to the NP. #69160

Merged
merged 29 commits into from
Jul 14, 2020
Merged
Show file tree
Hide file tree
Changes from 25 commits
Commits
Show all changes
29 commits
Select commit Hold shift + click to select a range
b8aaf9c
Migrate timelion to the NP.
VladLasitsa Jun 11, 2020
be8ec89
Merge branch 'master' into #67468
elasticmachine Jun 16, 2020
0762ac2
fixed ci
VladLasitsa Jun 16, 2020
118cd23
Merge branch 'master' into #67468
elasticmachine Jun 17, 2020
3ddf246
Fixed paths
VladLasitsa Jun 17, 2020
2c07e0e
fixed UI settings
VladLasitsa Jun 17, 2020
7e0e880
Merge remote-tracking branch 'upstream/master' into #67468
VladLasitsa Jun 18, 2020
80746ab
Fixed ci
VladLasitsa Jun 19, 2020
95b258e
Merge branch 'master' into #67468
alexwizp Jun 22, 2020
2eb9702
fix CI
alexwizp Jun 22, 2020
2a20ad1
Merge remote-tracking branch 'upstream/master' into #67468
VladLasitsa Jun 25, 2020
3d96386
Fixed some comments
VladLasitsa Jun 26, 2020
90a4947
Merge branch 'master' into #67468
elasticmachine Jun 26, 2020
423b170
Merge branch 'master' into #67468
elasticmachine Jun 29, 2020
52df5b9
Merge branch 'master' into #67468
elasticmachine Jun 29, 2020
09c3cd4
Fixed browser tests
VladLasitsa Jun 30, 2020
a3832b6
fixed state
VladLasitsa Jul 1, 2020
2bef525
Merge branch 'master' into #67468
elasticmachine Jul 2, 2020
ca1bcf6
Merge remote-tracking branch 'upstream/master' into #67468
VladLasitsa Jul 6, 2020
e2e7d15
Fixed comments
VladLasitsa Jul 6, 2020
c796c9e
Merge branch 'master' into #67468
elasticmachine Jul 7, 2020
1932a68
Fixed save expression
VladLasitsa Jul 8, 2020
3c52d47
Merge branch 'master' into #67468
elasticmachine Jul 8, 2020
3ea1bc7
Fixed navigation
VladLasitsa Jul 10, 2020
220b2cb
Merge remote-tracking branch 'upstream/master' into #67468
VladLasitsa Jul 10, 2020
79424c2
Merge branch 'master' into #67468
elasticmachine Jul 13, 2020
1fd161a
fix CI
alexwizp Jul 13, 2020
c5fc79f
Merge branch 'master' into #67468
elasticmachine Jul 14, 2020
ed3703e
Fixed some problem
VladLasitsa Jul 14, 2020
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .eslintignore
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ target
/src/plugins/data/common/es_query/kuery/ast/_generated_/**
/src/plugins/vis_type_timelion/public/_generated_/**
/src/plugins/vis_type_timelion/public/webpackShims/jquery.flot.*
/src/plugins/timelion/public/webpackShims/jquery.flot.*
/x-pack/legacy/plugins/**/__tests__/fixtures/**
/x-pack/plugins/apm/e2e/**/snapshots.js
/x-pack/plugins/apm/e2e/tmp/*
Expand Down
2 changes: 1 addition & 1 deletion .i18nrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"src/plugins/telemetry_management_section"
],
"tileMap": "src/plugins/tile_map",
"timelion": ["src/legacy/core_plugins/timelion", "src/plugins/vis_type_timelion"],
"timelion": ["src/plugins/timelion", "src/plugins/vis_type_timelion"],
"uiActions": "src/plugins/ui_actions",
"visDefaultEditor": "src/plugins/vis_default_editor",
"visTypeMarkdown": "src/plugins/vis_type_markdown",
Expand Down
2 changes: 1 addition & 1 deletion .sass-lint.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
files:
include:
- 'src/legacy/core_plugins/metrics/**/*.s+(a|c)ss'
- 'src/legacy/core_plugins/timelion/**/*.s+(a|c)ss'
- 'src/plugins/timelion/**/*.s+(a|c)ss'
- 'src/plugins/vis_type_vislib/**/*.s+(a|c)ss'
- 'src/plugins/vis_type_xy/**/*.s+(a|c)ss'
- 'x-pack/plugins/canvas/**/*.s+(a|c)ss'
Expand Down
189 changes: 0 additions & 189 deletions src/legacy/core_plugins/timelion/index.ts

This file was deleted.

5 changes: 0 additions & 5 deletions src/legacy/core_plugins/timelion/package.json

This file was deleted.

Loading