Commit graph

12328 commits

Author SHA1 Message Date
Lukas Olson
f5599e965f [notifier] Keep add() method available outside of prototype 2016-05-11 08:35:21 -07:00
Lukas Olson
2af8550f7e [notifier] Expose add() method to allow more customizable pop-ups 2016-05-11 08:20:07 -07:00
Spencer
5830d544b6 Merge pull request #7177 from ericamick/patch-2
Update getting-started.asciidoc
2016-05-11 05:24:06 -07:00
ericamick
44f9e947a0 Update getting-started.asciidoc 2016-05-11 07:47:49 -04:00
Spencer
0051da439f Merge pull request #7129 from ycombinator/safer-range-bound
Use lt instead of lte for safer upper bound in range filter.
2016-05-11 04:01:19 -07:00
Lukas Olson
969c7822a1 Merge pull request #7085 from lukasolson/fix/public-status-page
[statusPage] Allow unauthenticated users to see status page
2016-05-10 13:10:53 -07:00
Lukas Olson
4a822f3f9e [statusPage] Better docs explanation for statusPage.allowAnonymous 2016-05-10 12:50:54 -07:00
Lukas Olson
a55615f13e [statusPage] Add statusPage.allowAnonymous to docs 2016-05-10 11:41:19 -07:00
Lukas Olson
db971f4f4f [statusPage] Rename config option 2016-05-10 11:35:02 -07:00
Court Ewing
2639431ae1 Merge pull request #7168 from epixa/nodeversion
Bump .node-version to 4.4.4
2016-05-10 14:18:05 -04:00
Spencer
c8c2ab9047 Merge pull request #7163 from LeeDr/defaultTryTimeout
Add a defaultTryTimeout config parameter and use it for the try method.
2016-05-10 10:58:32 -07:00
Court Ewing
20eaca236a Bump .node-version to 4.4.4 2016-05-10 13:47:43 -04:00
Court Ewing
33d91e5382 Merge pull request #7148 from jbudz/bump-node
[node] Bump node.js to 4.4.4
2016-05-10 13:06:17 -04:00
LeeDr
107de9d539 Add a defaultTryTimeout config parameter and use it for the try method. 2016-05-10 10:22:59 -05: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
Jonathan Budzenski
470404ff7e [node] Bump node.js to 4.4.4 2016-05-06 13:31:36 -05: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
Shaunak Kashyap
356b39e139
Use lt instead of lte for safer upper bound in range filter.
Using lte with +interval -1ms assumes that 1ms is the smallest delta possible.
This may be true today but may not stay true in the future. It is safer to
use lt with +interval instead.
2016-05-04 08:31:24 -07: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
Lukas Olson
04b26937ad Fix linting issues 2016-05-02 17:47:05 -07:00
Lukas Olson
adaf9a0f1e [statusPage] Add config option to disable auth on status page 2016-05-02 15:45:36 -07: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