Commit graph

10961 commits

Author SHA1 Message Date
Spencer b4c703cb1c Merge pull request #6507 from spalger/implement/sharedBinder
[binder] share binder code with ui and server
2016-03-24 20:29:03 -07:00
Rashid Khan f7a50e030a Merge pull request #6630 from stormpython/selectable_list_directive
Selectable list directive
2016-03-24 16:41:30 -07:00
Spencer 914763874d Merge pull request #6653 from epixa/letconst
[internal] Replace empty var declarations with let
2016-03-24 16:19:34 -07:00
spalger 0508129fad Merge branch 'master' of github.com:elastic/kibana into implement/sharedBinder 2016-03-24 16:07:04 -07:00
Spencer 90e96e0a27 Merge pull request #6626 from spalger/fix/discoverTestRe
[discover] fix a regular expression in a test
2016-03-24 16:04:52 -07:00
Spencer 992392aba3 Merge pull request #6627 from spalger/fix/defaultPingTimeout
[es/pingTimeout] use requestTimeout as default
2016-03-24 16:04:20 -07:00
Court Ewing bfc59e9666 [internal] Replace empty var declaration with let
Any time there is a variable defined in a JS file without also storing a
value in it, we know that definition cannot be converted to a const, so
we convert it to a let.

For example:

`var blah;` becomes `let blah;`

Some of these things variables might be unused, and many others can
likely be switched to const with only minor refactoring, but the commit
is very large, so there are no changes in it other than the 1:1 switch.
2016-03-24 18:36:24 -04:00
Spencer fd7182082b Merge pull request #6635 from jbudz/fix/ariapopup
Set aria-haspopup to true on discover, editor, and visualize options
2016-03-24 15:32:11 -07:00
Shelby Sturgis 98003aec96 refactoring tests 2016-03-24 15:24:27 -07:00
Shelby Sturgis 00c3f216bd Merge branch 'master' into selectable_list_directive 2016-03-24 14:14:26 -07:00
Shelby Sturgis 6f0892d6bb adding an error case and more tests 2016-03-24 14:09:47 -07:00
Rashid Khan fd2f9d87ce Merge pull request #6610 from jbudz/server-name
[config] server name
2016-03-24 10:18:08 -07:00
Rashid Khan e738fec982 Merge pull request #6629 from rashidkpc/tweak/countdown
Make count down say "stop" on hover
2016-03-24 10:16:07 -07:00
Jonathan Budzenski d23e7ac79d [settings/status] Add server name 2016-03-24 09:34:08 -05:00
Jim Unger c649b49ef8 Merge pull request #6402 from BigFunger/plugin-pack-installer
Plugin pack installer
2016-03-24 09:22:48 -05:00
Jonathan Budzenski 5a7ad27d21 [settings/about] Add server name 2016-03-24 08:11:55 -05:00
Jonathan Budzenski b50a3121df Set aria-haspopup to true on discover, editor, and visualize options 2016-03-23 21:29:17 -05:00
Shelby Sturgis 73a8adb913 adding error case and test 2016-03-23 17:58:18 -07:00
Shelby Sturgis 3640960a5e Merge branch 'master' into selectable_list_directive 2016-03-23 17:13:57 -07:00
Court Ewing b6302c51a5 Merge pull request #6632 from rashidkpc/fix/stupid-growl-thing
Remove growl dependency
2016-03-23 19:46:06 -04:00
Rashid Khan 8bc49597f4 Remove growl dependency 2016-03-23 16:25:07 -07:00
Rashid Khan 8510d7d2c1 Merge pull request #6202 from kjbekkelund/uglify-kibana
Add DefinePlugin and UglifyJsPlugin for production builds
2016-03-23 15:12:36 -07:00
Shelby Sturgis 8f1f2096df Merge branch 'master' into selectable_list_directive 2016-03-23 14:52:09 -07:00
Rashid Khan fba6471979 Say 'stop' on hover 2016-03-23 14:26:21 -07:00
Rashid Khan 408a848fa3 Move notify.less to notify directory 2016-03-23 14:26:04 -07:00
Rashid Khan f64cb27d7d Merge pull request #6364 from tylersmalley/5079-error-timeout
Adds abortable timeout counter to notifications
2016-03-23 14:22:00 -07:00
spalger 8a3960bb1c [es/pingTimeout] default to the requestTimeout as the documentation claims 2016-03-23 14:09:04 -07:00
Jim Unger dcf1dac8c0 [pack installer] fixed case on import statement 2016-03-23 15:10:45 -05:00
Matt Bargar a6607c517e Merge pull request #6624 from spalger/es6ify/autoModuleTransform
[es6ify] re-apply automatic module transformer
2016-03-23 15:47:12 -04:00
spalger cc53748540 [discover] fix a regular expression in a test 2016-03-23 12:46:47 -07:00
Paul Echeverri 123ed240f5 Updates releasenote infrastructure for future releases, adds link to plugin list
Fixes #6616
2016-03-23 18:58:21 +00:00
Shelby Sturgis d90baaeaa8 removing div and adding display block to anchor tag to allow the entire row to be clickable 2016-03-23 11:36:02 -07:00
spalger 7815c4e543 [es6ify] re-apply automatic module transformer 2016-03-23 11:07:05 -07:00
Shelby Sturgis 2992a6637f adding label filter for input on saved object filter placeholder 2016-03-23 11:06:57 -07:00
Shelby Sturgis 66a8c7f975 Merge branch 'master' into selectable_list_directive 2016-03-23 10:56:56 -07:00
Jonathan Budzenski 3016d83e4d [status] Add name to /api/status response 2016-03-23 12:03:29 -05:00
Jonathan Budzenski 738e3d0105 [server] Add server.name 2016-03-23 10:05:24 -05:00
Court Ewing 62316aab1d Remove -reskin from 5.0 snapshot version
This was a leftover artifact from the large design feature branch
effort, and it shouldn't have been pushed to master.
2016-03-23 10:10:03 -04:00
Kim Joar Bekkelund 3981cea78a Add DefinePlugin and UglifyJsPlugin for production builds 2016-03-23 13:54:16 +01:00
Shelby Sturgis f458af2698 Merge branch 'master' into selectable_list_directive 2016-03-22 23:50:39 -07:00
Jim Unger 52f653a47d Merge branch 'master' into plugin-pack-installer 2016-03-22 21:22:15 -05:00
Joe Fleming 4408069a9b Merge pull request #6554 from w33ble/implement/pluginConfigPrefix
Implement plugin config prefix
2016-03-22 17:36:32 -07:00
Spencer 7bbfa2261d Merge pull request #6539 from bevacqua/feature/pid-file-earlier
Write process pid file earlier
2016-03-22 17:10:59 -07:00
Spencer 12fe2515a0 Merge pull request #6604 from spalger/update/babel/master
[npm] update babel
2016-03-22 16:17:00 -07:00
spalger 08e9202e20 [npm] update babel 2016-03-22 16:03:37 -07:00
Joe Fleming 2ebd94d473 use unset instead of delete, fixes schema bug 2016-03-22 15:27:13 -07:00
Joe Fleming 115128b459 use external unset module 2016-03-22 15:26:48 -07:00
Tyler Smalley 933851c4c9 Adds abortable timeout counter to notifications
This prevents errors from stacking up for long running dashboards.

* Clicking "Auto-closing in X" dismisses timer
* Clicking "More Info" dismisses timer
* Timer is reset when a stack is added to the notification

Signed-off-by: Tyler Smalley <tyler.smalley@elastic.co>
2016-03-22 15:26:38 -07:00
Joe Fleming b126e35e4e move unset into its own module, include tests
also fixes issue with recursive removal of properties
2016-03-22 15:24:51 -07:00
Shelby Sturgis 08bae15de6 Merge branch 'master' into selectable_list_directive 2016-03-22 14:44:52 -07:00