Commit graph

14224 commits

Author SHA1 Message Date
spalger
59c84f0fe8 [test_utils] move StubBrowserStorage to a more central location 2016-08-17 19:48:37 -07:00
Thomas Neirynck
feb790a504 Merge pull request #8005 from thomasneirynck/chore/7986
Use docvalue_fields iso fielddata_fields
2016-08-17 20:06:19 -04:00
Thomas Neirynck
cbc783160c Remove ES1/2 API mapping files 2016-08-17 19:46:28 -04:00
Matt Bargar
56b2695255 Merge pull request #7950 from ck-lee/better-csv-import-errors-messages
Fix #7722 Improved header validation on CSV import
2016-08-17 19:17:32 -04:00
Chao Koon Lee
49c4d7bb86 Experiment with grouping errors in array
Fix eslint

Comment on code

Separate validation logic to lib
Unit tests

Code formatting

Use const for immutables and arrays
Multiline condition statement with brackets
Fix whitespace

Added unit tests for argument validations

Simplify validateHeaders by using lodash reduce

Fix formatting after code review

Use arrow function

Removed redundant unit tests.
Added jsdoc
Removed argument validations.

Minor comment fix.
2016-08-18 07:12:41 +12:00
Thomas Neirynck
b98339b130 Merge pull request #8000 from thomasneirynck/fix/7882_zoom_precision
Change mapping from zoom levels to geohash precision
2016-08-17 14:26:47 -04:00
CJ Cenizal
ee80ced114 Merge pull request #7982 from szydan/renamed-less-variable
renamed less variable
2016-08-17 09:44:46 -07:00
Jonathan Budzenski
bd13644056 Merge pull request #7998 from elastic/cbuescher-kibana-doc
Don't use deprecated config key `elasticsearch_url`
2016-08-17 11:19:55 -05:00
Thomas Neirynck
6aaf31a884 Use docvalue_fields iso fielddata_fields
fielddata_fields is deprecated in 5.0
2016-08-16 18:55:32 -04:00
Tim Roes
0771be5803 Fixed typo in analyzed field hint 2016-08-16 09:04:56 +02:00
Thomas Neirynck
6309855f16 Improve code style 2016-08-15 20:15:08 -04:00
Thomas Neirynck
75c347b6cb Ensure precision does not exceed maxPrecision 2016-08-15 15:47:07 -04:00
CJ Cenizal
eb72cb6698 In app_switcher.js, expose getTooltip on controller instead of scope. 2016-08-15 12:22:38 -07:00
CJ Cenizal
585a84cc96 Refactor kbn_chrome and app_switcher.
- Rename app_switcher -> global_nav, and rename associated services and subcomponents accordingly.
- Rename chrome.html -> kbn_chrome.html and create kbn_chrome.less.
2016-08-15 12:22:38 -07:00
CJ Cenizal
07500a033e Style the log-in screen to remain unaffected by an expanded side nav. 2016-08-15 12:22:38 -07:00
CJ Cenizal
9fbf808c93 Remove ready:vis event from kbn_chrome. Replace with appSwitcher:update event. This prevents accidentally triggering handlers that shouldn't be affected by the appSwitcher position. 2016-08-15 12:22:38 -07:00
CJ Cenizal
fd2d5981fd Fix data flow to be unidirectional using appSwitcherState service and a rootScope event. 2016-08-15 12:22:38 -07:00
CJ Cenizal
a8a99cd36f Remove appSwitcherLinkClasses attribute from appSwitcherLink directive and refactor styles for clarity. 2016-08-15 12:22:38 -07:00
CJ Cenizal
3ad02e4e9b Allow user to pin/unpin the sidebar, and store preference in localStorage.
- Add "Expand/Collapse" button to sidebar.
- Add appSwitcherState service.
- Add support for "classes" attribute to app-switcher-link.
- Remove animation from sidebar, and no longer expand on hover.
- Add default tooltips for sidebar items.
2016-08-15 12:22:38 -07:00
Rashid Khan
c50c5fba53 Add timelion tests 2016-08-15 11:29:17 -07:00
Thomas Neirynck
273b22847e Change mapping from zoom levels to geohash precision
- the precision level does not grow as quickly as previously.
This caused circles to look really small on some zoom levels. The
determination of the precision is now based on a heuristic based on the
min-width of the geohash-cell for a given zoom level
- add unit tests (previously absent)
2016-08-15 13:52:45 -04:00
Rashid Khan
88cb02c2e6 Add timeseries chart 2016-08-15 09:36:24 -07:00
Rashid Khan
599a9f4314 Merge branch 'master' of github.com:elastic/kibana into migrate/timelion 2016-08-15 09:04:04 -07:00
Tim Roes
8c9a81cb49 Add .raw hint and change wording slightly 2016-08-15 17:54:18 +02:00
Jonathan Budzenski
71b3f58551
[build] Sign debs with sha512 2016-08-15 10:32:22 -05:00
Christoph Büscher
3544b66dfa Don't use deprecated config key elasticsearch_url
When following the description from the docs to set the elasticsearch url I got a warning that the key was deprecated. This updates the docs to use the non-deprecated key. I haven't checked if this needs to be updated in other parts of the documentation too.
2016-08-15 14:14:33 +02:00
markharwood
1b78afb269 Add flag to remove management link from saved-object-finder if redundant.
Closes #7980
2016-08-15 10:37:43 +01:00
ppisljar
313eb216c5 fixing CJs comments 2016-08-13 07:34:07 +02:00
ppisljar
338fdadbc3 added some margins and updated toggle-legend button to show correct icons depending on the legend position 2016-08-13 07:34:07 +02:00
ppisljar
14cf0e025f fixing CJs comments 2016-08-13 07:34:07 +02:00
ppisljar
567d557304 fix #572 adding a legendPosition setting 2016-08-13 07:34:07 +02:00
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