Commit graph

14224 commits

Author SHA1 Message Date
Christoph Wurm
9d7133f86b Autocompletion for _nodes/ingest in Console 2016-08-11 21:44:27 +02:00
Thomas Neirynck
0c9e2af4f1 Merge pull request #7960 from thomasneirynck/fix/7945
Do not perform unnecessary round-trip to ES.
2016-08-11 14:40:51 -04:00
LeeDr
409ec9d55c Merge branch 'master' into addTileMapTests 2016-08-11 12:42:52 -05:00
Thomas Neirynck
ca6ce252a5 Add tests for jsonDataEquals
Also test .toJSON orders properties consistently.
2016-08-11 13:25:05 -04:00
szydan
1a03bb6eb2 renamed less variable 2016-08-11 17:56:20 +01:00
LeeDr
168167bfee Removed getZoomLevel functionality and replaced with more data checks. 2016-08-11 11:30:43 -05:00
Rashid Khan
e3544db2ca Break out the schema for timecharts 2016-08-10 16:29:17 -07:00
Thomas Neirynck
433c842b65 Only refresh when Data-tab has changed
The below is a more clear way to express what needs to happen.
This also avoids a bug when there is no re-fetch when there are both
changes in the Options and Data tab.
2016-08-10 18:25:07 -04:00
Spencer
7b1ac9884d Merge pull request #7976 from tsullivan/render-directive-controller-context
render directive: add controller context
2016-08-10 13:19:02 -07:00
Thomas Neirynck
a33b36416a Merge pull request #7935 from thomasneirynck/fix/7898
Add Boolean field formatter
2016-08-10 15:24:20 -04:00
Timothy Sullivan
da95f35283 render directive: add controller context 2016-08-10 12:22:13 -07:00
Rashid Khan
d14787ec1d Merge pull request #163 from cjcenizal/bug/deprecated-tabs
Remove reference to removed 'setTabs' method.
2016-08-10 11:52:42 -07:00
CJ Cenizal
46a3a9ec89 Remove reference to removed 'setTabs' method. 2016-08-10 08:23:30 -07:00
Peter Pisljar
adfcf06151 Merge pull request #7953 from ppisljar/fix-4725
fixes #4725 - plugins without init function shouldn't show statuses
2016-08-10 08:38:21 +02:00
ppisljar
e471e5a338 fixes #4725 - plugins without init function shouldn't show statuses 2016-08-10 07:55:13 +02:00
Thomas Neirynck
0c9e30c6bf Merge pull request #7939 from thomasneirynck/fix/5708
Add logarithmic scale for bar charts
2016-08-09 18:33:43 -04:00
Thomas Neirynck
3f59e3823d Do not perform unnecessary round-trip to ES.
If the visualization parameters change, but the query stays intact, we
should not fetch a new query.
2016-08-09 18:31:49 -04:00
Shaunak Kashyap
af3558c02b Merge pull request #7966 from ycombinator/console/fix-content-type-header
Set content-type header to application/json
2016-08-09 15:19:18 -07:00
Shaunak Kashyap
8cbe46f375
Set content-type based on whether body exists and is JSON 2016-08-09 15:03:50 -07:00
Shaunak Kashyap
7a7414a4b3
Set content-type header to application/json 2016-08-09 14:45:53 -07:00
Thomas Neirynck
f606dd0ac1 linter refactor 2016-08-09 16:54:55 -04:00
Thomas Neirynck
3e3354cc05 Disable non-linear scaling for stacked charts.
Still allow non-linear scaling for side-by-side displays of columns.

Included small refactor to reduce some of the error handling footprint.
2016-08-09 16:54:55 -04:00
Thomas Neirynck
6d70e44da6 Add logarithmic scale for bar charts.
The bar chart visualization already seemed to support it, but the UI-form
was not included in the template.

Also applied some linter corrections.
2016-08-09 16:54:55 -04:00
Court Ewing
33df96fc6a Merge pull request #7959 from jbudz/ingest-object-based
[ingest] update pipeline tests to grab id from object keys
2016-08-09 13:00:10 -04:00
Jonathan Budzenski
b3c6a13bad
[api tests] update pipeline tests to grab id from object keys instead of array index 2016-08-09 11:36:51 -05:00
Court Ewing
4b36f9ab65 version 5.0.0-alpha6 2016-08-09 12:18:28 -04:00
Jun Ohtani
3af74e2dfa Merge pull request #7844 from johtani/fix_analyze_api_changes_5_0
Fix analyze API changes in Elasticsearch 5.0 for Console
2016-08-09 23:42:48 +09:00
Christoph Wurm
c919bfc429 Autocompletion for matrix_stats in Console 2016-08-09 10:38:26 +02:00
Peter Pisljar
e90c686e11 Merge pull request #7745 from ppisljar/fix/7649
fix #7649 Index patterns are not hidden after being deleted
2016-08-09 07:40:55 +02:00
Shaunak Kashyap
78f7de6d94 Merge pull request #7949 from ycombinator/kbnUrl/cleanup-dependencies
[WIP] Cleanup dependencies in kbnUrl service
2016-08-08 15:46:26 -07:00
Rashid Khan
ae1edcd433 Allow variables in groups 2016-08-08 13:29:10 -07:00
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