Commit graph

14193 commits

Author SHA1 Message Date
Rashid Khan
1d96a086da Improve descriptions of parameters 2016-08-08 11:31:47 -07:00
Rashid Khan
6c87c28761 Rename expsmooth to holt 2016-08-08 10:43:42 -07:00
Rashid Khan
cf6aaab196 Default to no prediction in the triple case 2016-08-08 10:42:09 -07:00
Rashid Khan
60b145471c Remove duplicate spliting of times and points 2016-08-08 10:30:04 -07:00
Rashid Khan
af412b8d39 Make code a bit more readable 2016-08-08 10:21:17 -07:00
spalger
99069f88ba [ui/kbnUrl] stub getAppState() via Private 2016-08-08 10:12:31 -07:00
Rashid Khan
904dd9ee33 Reorganize 2016-08-08 09:52:18 -07:00
Rashid Khan
6e302f6949 Fix des method 2016-08-08 09:51:57 -07:00
Jun Ohtani
5e1ec270f6 Add JSON support in request body for analyze API
Change some param name in Elasticsearch 5.0

Add explain and attributes in the request param
2016-08-08 23:31:33 +09:00
ppisljar
e519474489 fix #7649 Index patterns are not hidden after being deleted
indices cache is now cleared after deletion
2016-08-08 15:01:09 +02:00
Rashid Khan
c6e6abc2c2 Allow for 0 alpha and beta in tes. Change season to be specified as a date expression 2016-08-06 16:31:56 -07:00
Rashid Khan
1f5c439215 Rename variable to be inline with des and tes 2016-08-06 14:14:23 -07:00
Rashid Khan
5cc52684ea Use map instead of reduce 2016-08-06 14:14:11 -07:00
Rashid Khan
05fc744249 Add triple (aka holt winters) smoothing 2016-08-06 14:13:44 -07:00
Shaunak Kashyap
5802a62c19
Fixing test failure 2016-08-06 07:17:16 -07:00
Shaunak Kashyap
dcb408d319
Pass in $route service to _shouldAutoReload 2016-08-05 19:09:21 -07:00
Shaunak Kashyap
982ee8fdd8
Remove unused globalStateMock 2016-08-05 19:09:06 -07:00
Shaunak Kashyap
d7206df367
Immediately invoke function to return get 2016-08-05 18:57:16 -07:00
Shaunak Kashyap
e4e5e376df
Define getAppState as a class method of AppStateProvider 2016-08-05 18:34:07 -07:00
Shaunak Kashyap
f317def584
Conditionally inject $route using $injector 2016-08-05 18:21:20 -07:00
Shaunak Kashyap
d3516edd79
Use Private to instantiate appState instead of Angular DI 2016-08-05 18:17:57 -07:00
Shaunak Kashyap
9de10bb113
Don't inject globalState service as it isn't actually being used 2016-08-05 18:05:46 -07:00
Shaunak Kashyap
8bda47dd94
Make GlobalStateProvider importable using Private (and not just via Angular DI) 2016-08-05 17:56:11 -07:00
Thomas Neirynck
4393755bc1 Boolean formatter should handle numbers and strings too 2016-08-05 11:37:53 -04:00
Thomas Neirynck
73c60f50aa Test FieldFormat default configuration
Improve string conversion. Objects will now be serialized.
2016-08-05 10:59:19 -04:00
Rashid Khan
10c2da28fc Use proper trend multiplier 2016-08-04 22:51:14 -07:00
Rashid Khan
11359e2fe1 Rename value to level 2016-08-04 22:51:00 -07:00
Lee Drengenberg
13bdc523a5 Merge pull request #7807 from LeeDr/installDocUpdate
Added 'Upgrading Kibana' section to install docs
2016-08-04 22:50:22 -05:00
Rashid Khan
d6766348ac Add double exponential smoothing 2016-08-04 17:51:57 -07:00
Rashid Khan
23a75014d7 Add single exponential smoothing 2016-08-04 17:51:45 -07:00
Rashid Khan
441e36ffb9 Add function for exponential smoothing 2016-08-04 17:51:18 -07:00
Thomas Neirynck
86bcff06e6 fix failing unit tests
Also trim & lowercase text input.
2016-08-04 20:19:56 -04:00
Thomas Neirynck
42e0981df4 Add Boolean field formatter
This fixes an issue with Boolean values being displayed as 0 and 1 instead
of as 'true' and 'false' in the visualizations.

Also added this as the default formatter for Boolean field types.
2016-08-04 19:42:17 -04:00
Tim Sullivan
c1543464fb Merge pull request #7903 from tsullivan/notifications-custom-truncation
notifications: allow custom truncation length
2016-08-04 15:18:26 -07:00
Timothy Sullivan
ed4b2c76c9 notifications: update test code for consistency 2016-08-04 13:33:10 -07:00
Timothy Sullivan
a35c6ef7af notifications: put defaultTruncationLength in Notifier.config 2016-08-04 13:33:10 -07:00
CJ Cenizal
57f338acb8 Merge pull request #7890 from ck-lee/master
Fix #7678 Add tooltip to legend in visualization
2016-08-04 10:24:31 -07:00
LeeDr
069f335c0b Several new TileMap tests for 10 zoom levels, Fit Data Bounds, and save zoom level 2016-08-04 12:15:23 -05:00
CK Lee
705d66e384 Add tooltip to legend in visualization.
Minor code styling after review
2016-08-04 20:38:06 +12:00
Lee Drengenberg
4469e88ea7 Merge pull request #7701 from ppisljar/fix/7332
fix #7332 - saving vis with % in name causes error
2016-08-03 15:36:08 -05:00
Thomas Neirynck
7c710bf43d Merge pull request #7907 from thomasneirynck/fix/remove-cruft
Remove unused variables
2016-08-03 14:17:59 -04:00
Lee Drengenberg
a7942b1056 Merge pull request #7859 from ppisljar/downgradeChromeDriver
upgrade chromedriver 2.21.2 -> 2.22.1
2016-08-03 12:22:15 -05:00
Lee Drengenberg
48371a432d Update setup.asciidoc 2016-08-03 11:27:32 -05:00
Timothy Sullivan
72c2f667ab notifications: allow custom truncation length 2016-08-03 09:15:52 -07:00
Christoph Wurm
ab9490b3f4 Autocompletion for matrix_stats in Console 2016-08-03 12:51:33 +02:00
Rashid Khan
45cb3c6f56 fix description and remove extraneous imports 2016-08-02 18:19:03 -07:00
CJ Cenizal
c2d7beb0c9 Add updated Kibana 5 icon. 2016-08-02 15:19:40 -07:00
Thomas Neirynck
ea57d86188 Remove unused variables
e
2016-08-02 10:59:01 -04:00
Court Ewing
6d890adf71 Merge pull request #7906 from ppisljar/fix/rlsnotes
updating licence.md year to 2016
2016-08-02 09:56:43 -04:00
ppisljar
468cb2c146 Merge pull request #7845 from ppisljar/fix/2025
adding title to x_axis labels
2016-08-02 14:00:56 +02:00