Commit graph

13105 commits

Author SHA1 Message Date
Joe Fleming 7a16c935cd use error notification to show failures to the user 2016-06-01 10:53:40 -07:00
Nicolás Bevacqua 41107c2c91 [docs] Document Markdown syntax usage in notifications:banner setting description. 2016-06-01 14:49:39 -03:00
Nicolás Bevacqua 4df02391bb [refactor] Use private functions and maps to conceal protected properties. 2016-06-01 14:40:05 -03:00
Lee Drengenberg 6ebe67d44b Merge pull request #7337 from LeeDr/discoverTestBackButton
One new discover test for issue #5937 use back button.
2016-06-01 09:32:44 -05:00
LeeDr 43c7257b88 One new discover test for issue #5937 use back button. 2016-05-31 23:36:25 -05:00
Matthew Bargar 66880a3ada Improve parsing performance
Previously I was using PapaParse's preview option, but it turns
out that does not prevent the library from loading the entire file
if you don't use one of the streaming callbacks. So now we have to
do some extra gymnastics to gather the data per row in the step
callback, manually abort parsing if we haven't hit the end of the file
after a given number of sample lines and then digest the data in the
complete callback.

I also added an extra condition to a watcher that caused parsing to
happen twice.
2016-05-31 19:52:42 -04:00
Matthew Bargar d04aea5bdc [FileUpload] Correctly detect the existence of directive attributes 2016-05-31 19:40:03 -04:00
Lee Drengenberg b50451f90c Merge pull request #7298 from LeeDr/dashboardTests
New dashboard tests using elasticdump
2016-05-31 17:06:24 -05:00
Shaunak Kashyap 4902271ee7
If there is an error, return an empty object for user settings
Otherwise the promise never settles and can block a response from
the Kibana server.
2016-05-31 14:57:45 -07:00
Chris Earle 584e19aeea Add version to status output
This adds a version field to all Status output, including for built-in plugins.

- It adds the version to the Status API and Status page.
- It adds the version to plugin status change logging.
- It drops the "plugin:" prefix from all status output (as it's implied), except the log output.
2016-05-31 17:54:11 -04:00
LeeDr 9fe89d9e66 Removed un-used requires. 2016-05-31 16:50:42 -05:00
Nicolás Bevacqua 496b8a998e [test] Fix test fixtures. 2016-05-31 18:49:12 -03:00
LeeDr 1566cc3a96 Remove unused self. 2016-05-31 15:45:41 -05:00
Jonathan Budzenski 00f453864d Merge pull request #7221 from Mogztter/patch-1
Display plugins versions
2016-05-31 15:39:11 -05:00
LeeDr 411bacd9d3 Some cleanup from review comments. 2016-05-31 12:15:24 -05:00
Guillaume Grossetie 2c1d76594e Display plugins versions
This is useful to determine if a plugin needs to be updated when using deployment automation solution (like Ansible)
2016-05-28 16:02:19 +02:00
Nicolás Bevacqua 1cf2979ab2 Merge pull request #6566 from bevacqua/feature/sort-dimensions-dragging
Drag aggregations to sort instead of having up/down arrows.
2016-05-27 18:22:25 -03:00
LeeDr f28fc89733 Correct a dashboard test sub-suite name. 2016-05-27 16:20:50 -05:00
LeeDr 4ebe29e14e Moved elasticdump methods from common to support/elastic_dump.js 2016-05-27 15:49:57 -05:00
Khalah Jones Golden 00d01cf0ac Merge pull request #6835 from panda01/fix/map-zoom
Fix/map zoom
2016-05-27 15:27:54 -04:00
Jonathan Budzenski 5188811053 Merge pull request #7212 from awochna/default-request-timeout
Incorrect default `elasticsearch.requestTimeout`
2016-05-27 12:17:22 -05:00
Jonathan Budzenski 6788f06b7e [nav] show if chrome.isVisible(). Closes #7186 2016-05-27 10:59:56 -05:00
Jonathan Budzenski 9213e61608 [build] template chown optimize dir 2016-05-27 10:34:47 -05:00
Jonathan Budzenski 6189c19de8 [build] Style cleanup 2016-05-27 10:34:47 -05:00
Jonathan Budzenski db5ac1e72f [build] Cleanup packages task 2016-05-27 10:34:47 -05:00
Jonathan Budzenski 8f0be48768 [build] consolidate package config 2016-05-27 10:34:47 -05:00
Jonathan Budzenski 6d293afbfb [build] move install to /usr/share, config to /etc/kibana 2016-05-27 10:34:47 -05:00
Jonathan Budzenski 4336f2bc8d [build] Add comment in postrm explaining empty cases 2016-05-27 10:34:25 -05:00
Jonathan Budzenski bab73b8971 [build] Cleanup postrm 2016-05-27 10:34:25 -05:00
Jonathan Budzenski f9033a1c6e [build] Fail on errors 2016-05-27 10:34:25 -05:00
Jonathan Budzenski 6c6e4d31ff [build] Attempt to stop service pre-install 2016-05-27 10:34:25 -05:00
Jonathan Budzenski 83c580298f [build] Try service kibana stop before init script 2016-05-27 10:34:25 -05:00
Jonathan Budzenski 07618c3964 [build] Recursive chown optimize folder 2016-05-27 10:34:25 -05:00
Jonathan Budzenski d9a84b2f03 [build] Run as group kibana 2016-05-27 10:34:25 -05:00
Jonathan Budzenski 53871671e2 [build] template user in install/remove scripts 2016-05-27 10:34:25 -05:00
Jonathan Budzenski 08c9897986 [build] Commit install/remove scripts instead of generating, stop service before removing 2016-05-27 10:34:25 -05:00
LeeDr ac4a0ed748 Move updateConfigDoc method out of scenario_manager and into its own support/es_client. 2016-05-27 09:52:30 -05:00
LeeDr 53ede1a4ca Remove some unused vars. 2016-05-27 08:47:54 -05:00
LeeDr 1333cbe6ff Add missing Dashboard test files. 2016-05-27 08:20:27 -05:00
Khalah Jones Golden cb758cc1a3 [TileMap] Removing unnecessary zoom set 2016-05-27 09:16:54 -04:00
Tim Sullivan 1e9af4d8dd Merge pull request #7299 from tsullivan/ui-navbar-top-default-border
[NavBar] add default invisible border below `li > a`
2016-05-26 19:20:43 -07:00
Timothy Sullivan 53a3fbc99d [NavBar] add default invisible border below li > a 2016-05-26 17:19:53 -07:00
LeeDr 988be91266 New dashboard tests using elasticdump 2016-05-26 16:32:53 -05:00
Nicolás Bevacqua b3b31288e6 [test] Return all the Promises. 2016-05-26 18:00:52 -03:00
Nicolás Bevacqua 23086036d3 [fixes] Wrap banner notification message and load relevant directives in Console app. 2016-05-26 17:51:43 -03:00
Matthew Bargar dc2eeb1c3e Merge branch 'master' into feature/ingest 2016-05-26 16:02:10 -04:00
Matthew Bargar f237ec0955 Don't allow duplicate headers in CSVs 2016-05-26 15:54:24 -04:00
Nicolás Bevacqua 6981325f7a Merge pull request #7291 from bevacqua/feature/config-defaults
Added config.get(key, defaultValue) overload
2016-05-26 14:15:52 -03:00
Shaunak Kashyap 1fa430496a Merge pull request #7289 from ycombinator/update-ospkg-build-instructions
Updating instructions for building OS packages
2016-05-26 11:45:12 -05:00
Nicolás Bevacqua d4819ac9b1 [config] Added config.get(key, defaultValue) overload. Updated test suite. 2016-05-26 12:55:17 -03:00