Commit graph

2249 commits

Author SHA1 Message Date
James Gowdy
b443bd42da
[ML] Removing promise override function (#28360) 2019-01-09 17:15:44 +00:00
James Gowdy
22877ebf8f
[ML] Adds $applyAsync calls to angular based new jobs pages (#28325)
* [ML] Adds $applyAsync calls to angular based new jobs pages

* removing tab character

* removing tab characters
2019-01-09 15:21:30 +00:00
Melissa Alvarez
db7552d96d
[ML] Ensure Anomaly Explorer table 'category examples' column contents are easily viewed (#28049)
* category col truncated and clickable to expand row

* add category example tab in expanded

* show jobId column if more than one job

* AnomalyDetails component test

* Don't directly manipulate eui class style

* Check examples defined. Remove examples from details when examples tab exists

* show JobId col if more than one job

* update anomalyDetails test

* move anomaliesTable columns into own file

* add anomaliesTable tests and mock data

* component deps to relative paths for jest compatibility

* put tab indices in constant

* export consts from constants file
2019-01-09 09:54:13 -05:00
Nox911
3faff023c8
[i18n] Translate ML - New Job - components (#27587)
* Translate new_job -> components

* Resolve review comments

* Update snapshot
2019-01-09 16:25:55 +03:00
Walter Rafelsberger
5f7c9c077f
[ML] Fix missing $applyAsync() in AnomalyExplorer and Time Series Viewer (#28237)
Part of #28189. Removes custom Promise code and fixes missing $applyAsync()s in AnomalyExplorer and Time Series Viewer.
2019-01-09 13:48:05 +01:00
Walter Rafelsberger
e261c74fe8
[ML] Translate jobs list annotations tab label. (#28246) 2019-01-09 12:43:32 +01:00
James Gowdy
44143199c2
[ML] Fixes alignment of dedicated index checkbox (#28270)
* [ML] Aligning dedicated index checkbox

* fixing-overflowing-input
2019-01-09 11:25:16 +00:00
Pete Harverson
1afe7c2667
[ML] Adds applyAsync to updates in the Data Visualizer (#28241) 2019-01-09 11:05:32 +00:00
Pete Harverson
4a9a69a5b1
[ML] Fixes error in job select button text from localization changes (#28167) 2019-01-09 11:05:08 +00:00
Nox911
f05e8b6bd0
[i18n] Translate ML - annotations table (#28079)
* Translate annotations table

* Fix test

* Update snapshot

* Fix id names
2019-01-09 13:54:20 +03:00
Nox911
bd294c8ef2
[i18n] Translate ML - Jobs - Components (#27781)
* Translate jobs -> components and breadcrumbs

* Update snapshots

* Resolve issues from review comments

* Update snapshot

* Resolve issues from review comments
2019-01-09 11:30:04 +03:00
Nox911
7c4710b7e2
[i18n] Translate ML - items grid and item select (#28236)
* Translate item_select

* Translate items_grid
2019-01-09 10:53:21 +03:00
Nox911
2dfe4136b9 Translate ml -> server -> lib (#27974) 2019-01-08 11:13:17 +03:00
Pete Harverson
ef5e7a596e
[ML] Update REST endpoint calls to remove _xpack (#28069) 2019-01-04 16:48:05 +00:00
Nox911
fc94bb181d
[i18n] Translate ML - explorer (#27805)
* Translate explorer

* Update snapshot

* Update test

* Resolve comments from review

* Resolve issues from review comments

* Translate additional files

* Fix issues from review comments

* Update test
2019-01-04 17:53:34 +03:00
Nox911
fdfbd57a89
[i18n] Translate ML - index.js (#27976)
* Translate index.js

* Resolve issue from review comment
2019-01-04 16:19:13 +03:00
Walter Rafelsberger
99f99291ef
[ML] Tests for ML annotations feature. (#27994)
Adds unit/integration tests for various parts of the code base affected by the annotations feature.
2019-01-04 14:00:34 +01:00
Nox911
3496dff912
[i18n] Translate ML - util (#27971)
* Translate public -> util folder

* Add translations for register_feature.js and breadcrumbs.js

* Resolve issues from review comments
2019-01-04 15:26:42 +03:00
pavel06081991
bb3bd2a16d
[ML] translate job select (#27803)
[ML] translate job select
2019-01-04 10:31:50 +03:00
pavel06081991
21209debc4
[ML] translate formatters (#27806)
[ML] translate formatters
2019-01-04 10:00:55 +03:00
pavel06081991
ac99a2eb85
[ML] field data card translations (#27593)
[ML] translate field data card
2019-01-04 09:58:34 +03:00
Nox911
80020795fd
[i18n] Translate ML - New Job - Advanced (#27777)
* Translate new_job -> advanced

* Resolve issues from review comments

* Resolve issues from review comments
2019-01-03 15:37:37 +03:00
James Gowdy
0232b9b69e
[ML] Fix for audit message search size being 0 when jobs size is 0 (#27955) 2019-01-03 11:06:50 +00:00
Nox911
398f067104
[i18n] Translate ML - New Job - Multi metric (#27479)
* Translate new_job  -> multi_metric

* Fix id

* Fix issues
2019-01-03 13:42:36 +03:00
Nox911
e5962a37bb
[i18n] Translate ML - New Job - population (#27388)
* Translate new_job population

* Separate id for documentCount chart and other charts

* Resolve part of comments

* Fix issues
2019-01-03 12:39:56 +03:00
Nox911
6a455833da
[i18n] Translate ML - settings - calendar management (#27839)
* Translate settings -> calendar management

* Update snapshots

* Update test for calendar form

* Minor fix for id name
2019-01-03 11:23:35 +03:00
pavel06081991
63999aa7c7
[ML] translate services (#27807)
[ML] translate services
2019-01-03 11:01:24 +03:00
Søren Louv-Jansen
277634507f
Remove isomorphic-fetch (#27878)
* Remove isomorphic-fetch

* Fix tests

* Fix ui_settings tests

* Bump deps
2019-01-02 23:08:52 +01:00
James Gowdy
6c47361e56
[ML] Fixing missing new ML job link in file datavisualizer (#27889) 2019-01-02 17:48:15 +00:00
Dimitris Athanasiou
b2f44622fe
[ML] Remove use of types in datafeeds (#27572)
This commit removes the use of types in datafeeds
and a few more places where it was possible.

Relates #26968
2019-01-02 09:34:38 +02:00
Nathan Reese
20ff1f64ca
EUI 6.0.1 (#27787)
* EUI 6.0.1

* update snapshots
2018-12-26 14:30:27 -07:00
pavel06081991
5ed19ad2a2
translate settings filter lists (#27030)
translate settings filter lists
2018-12-22 11:23:33 +03:00
Melissa Alvarez
9a31e00921
filedataviz newMlJob link only shown with permissions (#27612) 2018-12-21 08:57:19 -07:00
Walter Rafelsberger
a2ab3ba756
[ML] Only set the estimated model memory limit if certain conditions apply. (#27670)
When cloning a job, the multi metric wizard would re-estimate the model memory limit and overwrite a possible customized limit. This PR fixes it by only setting the estimated limit when certain conditions apply: It only gets set to the estimation if the current limit is either the default value or the value of the previous estimation. That's our best guess if the value hasn't been customized. The check doesn't get it if the user intentionally for whatever reason (re)set the value to either the default or pervious estimate.
2018-12-21 16:29:38 +01:00
James Gowdy
0923a469f1
[ML] Displaying JSON parsing errors when importing (#27577) 2018-12-21 14:54:01 +00:00
Walter Rafelsberger
7971b15cec
[ML] Fix audit messages. (#27575) 2018-12-21 10:59:52 +01:00
Walter Rafelsberger
8fb34fc752
[ML] Fixes watch creation for advanced job wizard. (#27594)
Fixes a regression where the advanced job creation wizard wouldn't trigger the watch creation flyout in the jobs list.

The advanced job creation wizard is still based on angularjs and triggered broadcast events to trigger the watch creation, but with the new React based jobs list the listeners for those events were gone.

This PR fixes it by passing on the jobs list wrapping angular scope to be able to subscribe to the events from the React based JobsListView component.

Passing on angular's scope down to React components should be considered a workaround so we don't have to refactor all affected code to use another event system. Once the advanced job wizard gets ported to React too this should be revisited.
2018-12-21 10:18:20 +01:00
Pete Harverson
9b4a5a07d8
[ML] Handle removal of backend ml.enabled node attribute (#27604) 2018-12-21 09:13:30 +00:00
Spencer
b807b09f04
[uiExports/styleSheetPaths] avoid string concatenation for paths (#27471) 2018-12-20 14:58:13 -08:00
Melissa Alvarez
5e84fe1861
Add permissin callout to joblist datafeed preview (#27545) 2018-12-20 09:35:42 -07:00
Melissa Alvarez
a730d694d6
[ML] Fix import modal flex items overflowing in IE11 (#27529)
* Fix import modal for IE11

* update tests
2018-12-20 09:29:32 -07:00
Pete Harverson
d03df07a68
[ML] Fix single metric job wizard y axis width for fractional values (#27521) 2018-12-20 10:13:36 +00:00
tibmt
16033357c2 translate Machine Learning datavisualizer (#25527)
* translate Machine Learning datavisualizer

* change some ids, change some structures and dont translate unnesesary scripts

* update i18nrc.json

* update datavisualizer_selector.js - remove eslint-disable

* add html_ prefix to values containing html

* use i18n angular service.

translate missed labels

* Fix syntax in i18n-values

* Replace FormatedMessage to intl.formatMessage for  betaBadgeLabel

* Fix issue
2018-12-20 12:53:44 +03:00
Walter Rafelsberger
5a7ab185f9
[ML] Adds a check if the current user can access the indexpattern required to clone a job. (#27496)
Adds a check if all index patterns necessary to clone a job are available for the current user. The check will only allow cloning of a job if the user has the right permissions and can still access the indexPattern the job was created for. An indexPattern could either have been deleted since the the job was created or the current user doesn't have the required permissions to access the indexPattern. The "Clone Job" action in the jobs list action menu will be greyed out and unavailable for that job.
2018-12-20 10:34:27 +01:00
Melissa Alvarez
24cb299ba4
[ML] Fixes sort on Calendars list events column so that it is done numerically (#27517)
* Ensure calendar list events col sorted numerically

* update corresponding tests
2018-12-19 11:12:05 -07:00
Nox911
9d2deb2176
[i18n] Translate ML - New Job - recognize (#27305)
* Translate new_job -> recognize

* Resolve issues from comments

* Fix issue
2018-12-19 17:34:02 +03:00
Pete Harverson
bfa80411bb
[ML] Fix data visualizer to obtain total hit count as int (#27490) 2018-12-19 13:42:04 +00:00
Pete Harverson
746ed07505
[ML] Fixes job list page index when deleting jobs off last page (#27481) 2018-12-19 11:05:42 +00:00
Walter Rafelsberger
3f2d08e8da
[ML] Annotations UI Bugfixes (#27477)
- Fixes the default sorting of the annotations table to sort by starting timestamp.
- Fixes sorting of the label column by adding a "Label" column header.
- Fixes creating annotations when starting over model bounds by setting pointer-events: none to non-interactive chart elements like model bound areas and lines
- Fixes hovering of anomaly markers on top of annotation by changing the order of SVG wrapper elements in the Single Metric Chart.
- Fixes a regression and re-enables the display of the labels in the annotation chart in Single Metric Viewer.
- Fixes missing background color of annotation labels in Firefox/IE.
2018-12-19 11:18:50 +01:00
Nox911
6d38da472f
[i18n] Translate ML - New Job(part_1) (#25647)
* Translate ml -> new_job(part_1)

* resolve review comments

* resolve review comments

* move html containing directive from values

* add description to label
2018-12-19 13:08:47 +03:00