Commit graph

14193 commits

Author SHA1 Message Date
Rashid Khan
a1f543417d Add timelion configuration to defaults.js 2016-08-12 15:37:38 -07:00
Rashid Khan
91dab7402f Add license override for bytes@1.0.0 2016-08-12 15:00:20 -07:00
Rashid Khan
3265451e62 Fix redefined variables 2016-08-12 14:52:43 -07:00
Rashid Khan
a1bc905d1d Add timelion to kibana core 2016-08-12 14:28:18 -07:00
Rashid Khan
cc07431408 Move conflicting dot files 2016-08-12 14:28:00 -07:00
Rashid Khan
e9531f36c3 Move files into kibana directory structure 2016-08-12 14:22:59 -07:00
Rashid Khan
52b1fea73b Add timelion dependencies 2016-08-12 14:15:58 -07:00
Rashid Khan
efec20e1cd Make compatible with kibana core 2016-08-12 14:14:04 -07:00
Tim Roes
43f9665ab6 Fix hint for analyzed fields 2016-08-12 22:33:34 +02:00
Rashid Khan
3a7ce2fc85 Fill defaults in case anything at all is missing 2016-08-12 13:28:43 -07:00
Rashid Khan
27ba5d768a Remove references to timelion.json from the UI 2016-08-12 13:28:28 -07:00
Rashid Khan
4ee0513c7d Fix the validation endpoint 2016-08-12 12:40:09 -07:00
Rashid Khan
c78283fdf4 Remove obsolete tlConfig properties 2016-08-12 12:33:08 -07:00
Rashid Khan
6a74514ff9 Populate tlConfig.settings in test fixture 2016-08-12 12:13:57 -07:00
Rashid Khan
2139ed04ff Convert server side code to use the kibana config doc instead of timelion.json 2016-08-12 12:01:59 -07:00
Rashid Khan
1f36c923ef Remove a debugging code at the bottom 2016-08-12 09:53:04 -07:00
Rashid Khan
3a59fe1881 Write defaults at startup 2016-08-12 09:52:45 -07:00
Rashid Khan
ac54ed67ca Write timelion's default to kibana's config doc 2016-08-12 09:51:27 -07:00
Christoph Wurm
3e2fee281a Autocompletion for _nodes/stats/ingest in Console 2016-08-11 21:48:31 +02:00
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