Commit graph

12319 commits

Author SHA1 Message Date
Shaunak Kashyap
bc0d3921de
Don't try to set the ES URL via the UI 2016-05-10 03:25:00 -07:00
Shaunak Kashyap
1c1807e509 Merge branch 'master' into gh-7059 2016-05-10 03:08:31 -07:00
Shaunak Kashyap
b581ec44c0
Pass elasticsearch base URL to UI via injectVars
... instead of passing it via a custom Console plugin REST API endpoint
2016-05-10 02:50:44 -07:00
Nicolás Bevacqua
8f12fbf8fd Merge pull request #6976 from bevacqua/chore/log-export-all
Log error when "Export All" ES query fails
2016-05-06 20:52:23 +02:00
Shaunak Kashyap
e6889dfe35
Update active API to 5.0 2016-05-06 09:24:28 -07:00
Shaunak Kashyap
9e91032588 Merge branch 'master' into gh-7059 2016-05-06 09:22:51 -07:00
Lee Drengenberg
8b8b3bdbe4 Merge pull request #7132 from LeeDr/consoleTest
2 new simple Console functional tests
2016-05-06 11:19:06 -05:00
Lee Drengenberg
b19cb6dbb3 Merge pull request #7141 from LeeDr/fix-build-windows-cygwin
Re-applied PR 6267 to master to fix Windows/cygwin build
Credit for this work goes to @repocho.  Thanks for getting Windows builds working!
2016-05-05 11:08:01 -05:00
LeeDr
82b06cd464 Minor update to CONTRIBUTING.md for required Cygwin packages on Windows. 2016-05-05 10:46:13 -05:00
LeeDr
203c7adadc Re-applied PR 6267 to master to fix Windows/cygwin build 2016-05-05 10:35:07 -05:00
Rashid Khan
1f0a4523f0 Merge pull request #7112 from rashidkpc/fix/licenses
Add license check
2016-05-04 14:43:36 -07:00
Spencer
187882de57 Merge pull request #7028 from spalger/implement/consoleLikeLogging
[function tests] console like logging api
2016-05-04 14:42:18 -07:00
spalger
b16521e158 Merge branch 'master' of github.com:elastic/kibana into implement/consoleLikeLogging 2016-05-04 14:29:05 -07:00
LeeDr
1ca031c1c6 Merge branch 'master' into consoleTest 2016-05-04 13:01:32 -05:00
LeeDr
ee3119e678 A couple of simple console tests to make sure its there and works. 2016-05-04 13:00:37 -05:00
Rashid Khan
ea2f94f779 Merge pull request #6166 from jimmyjones2/filter-exists
Add field exists filter button to doc table
2016-05-04 08:16:06 -07:00
Shaunak Kashyap
6d543b48d6 Merge pull request #7126 from ycombinator/gh-6338
Specifying date format when filtering a date histogram
2016-05-04 08:11:19 -07:00
Shaunak Kashyap
10b300c6a4 Specifying date format when filtering a date histogram 2016-05-03 21:12:13 -07:00
Shaunak Kashyap
da8e0b8ef5 Merge pull request #7123 from ycombinator/gh-7074
Honor custom label in percentile ranks aggregation
2016-05-03 12:30:13 -07:00
Shaunak Kashyap
48d040b579
Honor custom label in percentile ranks aggregation 2016-05-03 09:02:19 -07:00
Matt Bargar
da8b6f79b9 Merge pull request #7076 from Bargs/backButtonFix
Fix 5982 - Do fetch after route change is complete
2016-05-03 11:14:37 -04:00
Rashid Khan
fb8b2a45cc Merge branch 'master' of github.com:elastic/kibana into fix/licenses 2016-05-02 09:56:05 -07:00
Rashid Khan
412b711a19 Add the license check back 2016-05-02 09:55:55 -07:00
Jimmy Jones
729f37567e Use filter directly 2016-05-01 14:30:06 +01:00
Rashid Khan
950d6e2085 Merge pull request #7098 from BigFunger/plugin-installer-error
[plugin installer] fixes issue when plugin directory is in archive twice
2016-04-29 14:50:04 -07:00
Shaunak Kashyap
b18b1f1a02 Merge pull request #7099 from epixa/fixnav
Revert "Merge pull request #6935 from panda01/fix/superTallVis"
2016-04-29 14:26:13 -07:00
Court Ewing
574940fa37 Revert "Merge pull request #6935 from panda01/fix/superTallVis"
This reverts commit 1d9a008e7b, reversing
changes made to 855faff79b.
2016-04-29 16:50:53 -04:00
Joe Fleming
1853f293ce Merge pull request #7096 from epixa/fixlet
Do not use es6 in non-transpiled html
2016-04-29 12:51:26 -07:00
Jim Unger
09be7e9084 [plugin installer] fixes issue when plugin directory is in archive twice 2016-04-29 14:11:03 -05:00
Court Ewing
879697d984 Do not use es6 in non-transpiled html
Since things like phantom need to access kibana and execute javascript,
it's imperative that we do not use es6 in untranspiled code like
templates. Otherwise, phantom chokes on what it considers to be a syntax
error.
2016-04-29 14:58:55 -04:00
Matthew Bargar
050920012a Re-order handlers 2016-04-29 12:19:37 -04:00
Court Ewing
9f5fc16f62 Merge pull request #7088 from elastic/revert-6822-default-node-arguments
Revert "Limit memory overhead"
2016-04-29 10:51:54 -04:00
Matthew Bargar
cc196881b4 Leave destruction on routeChangeStart to lessen the likelihood of unintended side effects 2016-04-28 19:00:19 -04:00
Tyler Smalley
5ae32d1930 Revert "Limit memory overhead" 2016-04-28 15:13:41 -07:00
Lee Drengenberg
dadceb18c5 Merge pull request #7087 from epixa/flatten
[build] readable-stream as a deep module for windows
2016-04-28 16:52:00 -05:00
Court Ewing
d8fdbb8151 [build] readable-stream as a deep module for windows
The current dependency tree is now too deep to extract successfully on
windows, but adding readable-stream to the deepModules config in the
build process gets us back under the limit.
2016-04-28 17:33:58 -04:00
Matt Bargar
7ab47405f0 Merge pull request #6842 from Bargs/feature/dragNDropFileUpload
[FileUpload] Enhance file-upload directive
2016-04-28 16:59:12 -04:00
Khalah Jones Golden
c3d15a9871 Merge pull request #7068 from panda01/fix/extraneous-bounds
Fix extraneous bounds
2016-04-28 15:40:37 -04:00
Rashid Khan
d7ba2f0fbe Merge pull request #7083 from panda01/update/kibana-logo
Updating the logo
2016-04-28 11:17:16 -07:00
Spencer
b5e61dcbef Merge pull request #7026 from spalger/fix/collectFilesToCommit
[grunt/collectFilesToCommit] fix the broken "pathsToIgnore" filter
2016-04-28 13:06:57 -05:00
Khalah Jones-Golden
843b8f59ef [Logo] Adding the new logo 2016-04-28 13:01:48 -04:00
Spencer
f161dc9323 Merge pull request #6955 from elastic/implement/babelForFunctionalTests
[test] setup babel for the functional tests
2016-04-28 09:52:26 -05:00
spalger
fe260e0ec6 Merge branch 'master' of github.com:elastic/kibana into implement/babelForFunctionalTests 2016-04-27 23:26:42 -05:00
Shaunak Kashyap
a63015d396 Merge pull request #7021 from ycombinator/gh-6246
Honor custom label, if set, in percentile and median metric visualizations
2016-04-27 17:02:23 -07:00
Court Ewing
4ff67e0cb4 Merge pull request #7069 from lukasolson/plugin/preInit
Plugins: Add preInit capability
2016-04-27 19:58:48 -04:00
Spencer
d2b758e6c3 Merge pull request #6773 from spalger/implement/betterWarningForUrlLength
Implement/better warning for url length
2016-04-27 18:46:34 -05:00
spalger
8b978818fc [urlOverflow] assign magic numbers to variables 2016-04-27 18:24:17 -05:00
Shaunak Kashyap
68a198cb91 Merge pull request #6925 from ycombinator/gh-6913
Updating Console to work with ES 5.0 APIs
2016-04-27 16:22:40 -07:00
spalger
133d7e577a Merge branch 'master' of github.com:elastic/kibana into implement/betterWarningForUrlLength 2016-04-27 18:17:44 -05:00
Lee Drengenberg
929fe36ced Merge pull request #7070 from LeeDr/fixTestTimeouts
Fix setFindTimeout defaults to 10 seconds.
2016-04-27 18:04:00 -05:00