Commit graph

12348 commits

Author SHA1 Message Date
Shaunak Kashyap 2bbd708796
Adding a route to retrieve the Elasticsearch base URL from the server 2016-04-26 13:24:29 -07:00
Shaunak Kashyap 18f7579a7d
Use elasticsearch.url as the Elasticsearch base URL 2016-04-26 13:23:54 -07:00
Shaunak Kashyap fee819dc9e
Remove all references to an elasticsearch base URL from the client code 2016-04-26 13:23:06 -07:00
Shaunak Kashyap ed4fd57440
Remove input field for specifying Elasticsearch server URL 2016-04-26 12:27:08 -07:00
Shaunak Kashyap 35c8b2873d
Expose filterHeaders method so it may be used by other plugins 2016-04-26 12:22:20 -07:00
Jonathan Budzenski 322fa9bf2d Merge pull request #7047 from jbudz/plugin-test
[browser tests] allow multiple plugins to be specified in test bundle
2016-04-26 13:54:56 -05:00
Spencer fc8bf936ad Merge pull request #6999 from spalger/fix/kbnTopNavLinkOrder
[kbnTopNav] insert DOM content before compiling
2016-04-26 12:21:18 -05:00
spalger b333c514cc [ui/config] remove unused default 2016-04-26 11:52:29 -05:00
spalger aa030d7589 Merge branch 'master' of github.com:elastic/kibana into implement/betterWarningForUrlLength 2016-04-26 11:51:22 -05:00
Rashid Khan b0305ea81a Merge pull request #6939 from bevacqua/feature/notice-unhandled-rejections
Report unhandled Promise rejections
2016-04-25 16:35:53 -07:00
Jonathan Budzenski 3acb57fd80 [browser tests] allow multiple plugins to be specified in test bundle 2016-04-25 17:02:23 -05:00
Rashid Khan b2e6502a9b Merge pull request #5953 from panda01/enhance/data-table
Table persistent state
2016-04-25 12:24:28 -07:00
LeeDr fbb3e2011b Revert back to doNavigation(navUrl). 2016-04-25 12:40:35 -05:00
LeeDr 14be3691f5 Change to doNavigation(appUrl). 2016-04-25 12:00:16 -05:00
LeeDr ae6aaa3e86 Minimal changes to support Shield Login. 2016-04-25 11:44:10 -05:00
Shaunak Kashyap a37bab0fe4 Merge pull request #7034 from ycombinator/gh-6511-fix
Fix small mistake made in PR 6511
2016-04-24 18:03:31 -07:00
Shaunak Kashyap 2fe01f6f06 Merge pull request #7020 from ycombinator/gh-7003
[aggTypes/median] Specify that we want array-based responses
2016-04-24 18:02:23 -07:00
Shaunak Kashyap ce0f2fe860
Using the correct assertion method 2016-04-24 17:34:25 -07:00
Shaunak Kashyap 3532d1a25a
Breaking up the code for more readability + using _.get 2016-04-24 17:28:11 -07:00
Shaunak Kashyap 910e6499f0
Simplifying test assertion :) 2016-04-24 17:04:28 -07:00
Shaunak Kashyap dcbc5ca99a
Adding a unit test for when custom label is NOT set 2016-04-22 17:48:06 -07:00
Shaunak Kashyap 450dd14d1c
Using the custom label correct, as specified by requirements 2016-04-22 17:47:37 -07:00
Shaunak Kashyap 53fb6860bb
Adding unit tests for median agg type 2016-04-22 17:27:50 -07:00
Shaunak Kashyap bf6b561423
Fixing function name 2016-04-22 17:27:15 -07:00
Spencer 58d8e442c2 Merge pull request #7027 from spalger/implement/commonTryDefault
[functionalTests/common] add #try() method
2016-04-22 15:35:23 -05:00
spalger d91da0456d [functionalTests] use console-like logging api
The `common.log` and `common.debug` API currently accept a single string arguments, which is similar to the console.log API but not complete.

This simple change brings updates it to match the API completely, supporting things like multiple arguments and sprintf-style templates.
2016-04-22 14:09:25 -05:00
Shaunak Kashyap b0e8d7c165
Using custom label to replace field name 2016-04-22 12:00:23 -07:00
spalger 263b55360f [test/functional/support] throw errors on invalid export usage 2016-04-22 13:03:33 -05:00
spalger 56170207bb [functionalTests/common] add #try() method
There are a ton of places in the functional tests where the "default" is set explicitly. This sort of defeats the purpose of a default though, so in my spare time I'll be moving tests away from this pattern.

This change removes the timeout argument from #tryForTime() via a new method, simply called #try(). It also replaces all instances of `common.tryForTime(defaultTimeout, ...)` with calls to this method, which shouldn't have cause any functional changes.
2016-04-22 11:05:46 -05:00
spalger 45087dad0f [grunt/collectFilesToCommit] fix the broken "pathsToIgnore" filter
In 180aacd470 a "pathsToIngore" filter was introduced that didn't work properly and caused all paths to be ignored. This behavior was likely intended to prevent snake_case filename checking on files in the webpackShims directory but that is being properly handled by [check_added_filename](8f9ec7d932/tasks/check_added_filenames.js (L11)).
2016-04-22 10:39:34 -05:00
Shaunak Kashyap 468085324f
Honor custom label, if set, in percentile and median metric visualizations 2016-04-21 19:15:31 -07:00
Shaunak Kashyap b42176fbd6
[aggTypes/median] Specify that we want array-based responses 2016-04-21 18:38:19 -07:00
Joe Fleming f379074ebd Merge pull request #7009 from BigFunger/url-shortener-config
[url shortener] Use kibana.index config value, and fix silent error
2016-04-21 16:42:46 -07:00
Jim Unger 313bfc8ade [url shortener] Use kibana.index config value, and fix silent error 2016-04-21 16:22:58 -05:00
Shaunak Kashyap c579d88744 Merge pull request #6998 from ycombinator/gh-6785
Only call HTTP downloader if URL protocol starts with http or https
2016-04-21 07:57:31 -07:00
Shaunak Kashyap 4f66447a4c
More readable error checking 2016-04-21 07:32:08 -07:00
spalger 952b17c824 [kbnTopNav] insert DOM content before compiling 2016-04-21 09:27:16 -05:00
Shaunak Kashyap 5736439e04
Only call HTTP downloader if URL protocol starts with http or https 2016-04-21 06:57:14 -07:00
Spencer 40b2645db9 Merge pull request #6759 from bevacqua/feature/config-switch-dow
Added advanced setting to tweak starting day of week
2016-04-20 19:57:52 -05:00
Nicolas Bevacqua 36a5c9e671 [refactor] Display a single warning by using .catch on Promise.map 2016-04-20 16:36:00 -03:00
Shaunak Kashyap aa2f65fe28 Merge pull request #6896 from ycombinator/gh-6484
Only proxy whitelisted request headers to ES server upstream
2016-04-19 14:31:07 -07:00
Joe Fleming 21a00be368 Merge pull request #6972 from w33ble/npm-datemath
Use @elastic/datemath module from npm
2016-04-19 13:40:23 -07:00
Joe Fleming 0b09c8e2bb remove datemath module tests 2016-04-19 10:22:15 -07:00
Nicolas Bevacqua 58a139d3c3 [chore] Toast errors when "Export All" ES query fails. 2016-04-19 11:31:55 -03:00
Nicolas Bevacqua 5e2911290b [refactor] Moved global moment locale update to kbnGlobalTimepicker directive. 2016-04-18 23:39:24 -03:00
Nicolas Bevacqua 309d6480c1 [merge] Merge with master. 2016-04-18 23:35:09 -03:00
Joe Fleming e634320c35 bump the datemath module to a working version 2016-04-18 14:15:44 -07:00
Court Ewing 78b8e0b58f [internal] Use datemath dependency rather than hardcoding
Datemath was already pulled out into an npm module so it could be reused
in the reporting plugin, so this should essentially be a noop on the
resulting source.
2016-04-18 14:15:44 -07:00
Joe Fleming 8f9ec7d932 Merge pull request #6964 from epixa/npmrison
[internal] Use rison dependency rather than hardcoding
2016-04-18 10:04:08 -07:00
Court Ewing 04cc98f070 Merge pull request #6951 from epixa/uiletconst12
[internal] Replace var with let in ui/public/utils (no rison)
2016-04-18 10:23:15 -04:00