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

[ML] Migrates single metric viewer to React. #41739

Merged
merged 54 commits into from
Jul 29, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
54 commits
Select commit Hold shift + click to select a range
4a71948
[ML] Initial setup for react based Time Series Viewer.
walterra Feb 22, 2019
6321cef
[ML] Migrates series-controls to React.
walterra Feb 26, 2019
dc88cd5
[ML] Remove loading and hasResults section checks from angularjs temp…
walterra Feb 28, 2019
6a42002
[ML] Move chartDetails to React.
walterra Feb 28, 2019
d27a128
[ML] Move model-controls to React.
walterra Feb 28, 2019
abfa63d
[ML] Moves time series chart to react wrapper. This is still buggy.
walterra Feb 28, 2019
1525b79
[ML] Moves annotation table and flyout to react wrapper.
walterra Feb 28, 2019
0ad944a
[ML] Moves anomalies table to react wrapper.
walterra Mar 1, 2019
467b0c3
[ML] Fixes time series chart padding and initial selection.
walterra Mar 1, 2019
637e625
[ML] Move showModelBounds from angularjs scope to react state.
walterra Mar 1, 2019
2712709
[ML] Move refreshFocusData as getFocusData to timeseriesexplorer_util…
walterra Mar 1, 2019
2d87f93
[ML] Move services to legacy folder.
walterra Jul 23, 2019
8156c43
[ML] Move job selector from template to component.
walterra Jul 23, 2019
032aa82
[ML] Move job selector from template to component for anomaly explorer.
walterra Jul 23, 2019
cd492e4
[ML] Move some dependencies down from directive to component.
walterra Jul 23, 2019
912ab71
[ML] Use NavigationMenu React component instead of directive.
walterra Jul 23, 2019
0f43b6e
[ML] Use NavigationMenu React component instead of directive for anom…
walterra Jul 23, 2019
8ab5942
[ML] Refactor dependency passing of config.
walterra Jul 23, 2019
d9b6dec
[ML] Move angular scope to react state.
walterra Jul 24, 2019
6e8f7aa
[ML] Deprecate refresh watcher.
walterra Jul 25, 2019
107a95f
[ML] Fix inconsistent naming for mlJobSelectService.
walterra Jul 25, 2019
5c59222
[ML] Fix timefilter fetch/timeUpdate.
walterra Jul 25, 2019
ce1005f
[ML] Remove unused scope.permission.
walterra Jul 25, 2019
5c6cad7
[ML] Move ResizeChecker to React.
walterra Jul 25, 2019
cbf643a
[ML] Fix tests. Move route and directive to separate files.
walterra Jul 25, 2019
3b26ae7
[ML] Rever timeseries chart changes.
walterra Jul 25, 2019
393c4f5
[ML] Minor cleanup.
walterra Jul 25, 2019
8441d76
[ML] Fix brush events.
walterra Jul 25, 2019
e25279e
[ML] Fix brush handler.
walterra Jul 25, 2019
ed4757c
[ML] Tweak template.
walterra Jul 25, 2019
ccaca2f
[ML] Fix translations.
walterra Jul 25, 2019
60e2c24
[ML] Fix tests, relative paths for jest.
walterra Jul 25, 2019
d6ba753
[ML] Fix translations.
walterra Jul 25, 2019
2da9a2f
[ML] Fix annotations feature.
walterra Jul 25, 2019
04f2d4a
[ML] Avoid * exports.
walterra Jul 25, 2019
c1bf7f6
[ML] Handle observable subscriptions in components and deprecate rela…
walterra Jul 26, 2019
593897c
Merge branch 'master' of github.com:elastic/kibana into ml-migrate-ti…
walterra Jul 26, 2019
6d44165
[ML] Deprecate angularjs based job_selector_service.
walterra Jul 26, 2019
abbca1f
Merge branch 'ml-migrate-timeseriesviewer-react' of github.com:walter…
walterra Jul 26, 2019
3328008
[ML] Rename timeFieldName to TIME_FIELD_NAME.
walterra Jul 26, 2019
86d5aa8
[ML] Review feedback: rename component.
walterra Jul 26, 2019
18a5945
[ML] Rename tsc to chartProps.
walterra Jul 26, 2019
631954a
[ML] Fix render loop.
walterra Jul 26, 2019
948953e
[ML] Fix context update check.
walterra Jul 26, 2019
0ba0d96
[ML] Further tweak context refresh.
walterra Jul 26, 2019
7f66ee2
[ML] Remove console logs.
walterra Jul 26, 2019
8ce8ad4
[ML] Fixes brush gray areas.
walterra Jul 26, 2019
29a8858
[ML] Fix AppState.
walterra Jul 26, 2019
4141063
[ML] Fix annotations table props.
walterra Jul 26, 2019
dfae94c
Merge branch 'master' of github.com:elastic/kibana into ml-migrate-ti…
walterra Jul 29, 2019
8f7a534
[ML] Fixes reset of entity dropdown.
walterra Jul 29, 2019
5f19867
[ML] Fix typo.
walterra Jul 29, 2019
37bfc1c
[ML] Add explanatory comment to subscribeAppStateToObservable.
walterra Jul 29, 2019
1efff35
[ML] Fix display of multiple entity messages.
walterra Jul 29, 2019
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

This file was deleted.

This file was deleted.

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,3 @@
*/

export { AnnotationsTable } from './annotations_table';

import './annotations_table_directive';

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@
*/


import './anomalies_table_directive';
export { AnomaliesTable } from './anomalies_table';

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,4 @@
* you may not use this file except in compliance with the Elastic License.
*/


import './checkbox_showcharts_service';
export { CheckboxShowCharts, showCharts$ } from './checkbox_showcharts';
8 changes: 3 additions & 5 deletions x-pack/legacy/plugins/ml/public/components/controls/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@
* you may not use this file except in compliance with the Elastic License.
*/



import './checkbox_showcharts';
import './select_interval';
import './select_severity';
export { CheckboxShowCharts, showCharts$ } from './checkbox_showcharts';
export { interval$, SelectInterval } from './select_interval';
export { SelectSeverity, severity$, SEVERITY_OPTIONS } from './select_severity';

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@
*/


import './select_interval_directive';
export { interval$, SelectInterval } from './select_interval';

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@
*/


import './select_severity_directive';
export { SelectSeverity, severity$, SEVERITY_OPTIONS } from './select_severity';

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@
* you may not use this file except in compliance with the Elastic License.
*/

export * from './influencers_list';
export { InfluencersList } from './influencers_list';
Loading