Commit graph

10969 commits

Author SHA1 Message Date
Khalah Jones-Golden 16343405e3 Merge remote-tracking branch 'upstream/master' into fix/moveAppendNavControls 2016-03-24 20:02:05 -04: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
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
Khalah Jones-Golden 1e395bf31b [Timepicker] fixing the auto refresh so it works properly, moved the timepicker file 2016-03-24 18:57:34 -04: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
Khalah Jones-Golden cabec73f92 [Chrome] some cleanup 2016-03-24 16:26:19 -04:00
Khalah Jones Golden 6b47cedd3b Merge pull request #1 from rashidkpc/pr/6645
Move kbn-loading-indicator to element
2016-03-24 16:22:56 -04:00
Rashid Khan e60aca3b61 Tests updates 2016-03-24 13:08:51 -07:00
Rashid Khan e9dbcdcbca Make the loader an element instead 2016-03-24 13:08:37 -07:00
Khalah Jones-Golden 2202f7fb92 [Logo] Putting back the old logo 2016-03-24 16:01:14 -04:00
Khalah Jones-Golden db2074e329 [Tests] Fixing tests 2016-03-24 15:31:11 -04:00
Khalah Jones-Golden ab1f9531cc [Shield] Some integration for shield, and code cleanup 2016-03-24 14:45:40 -04:00
Tyler Smalley 536f21138b Resolves ngMock dependency
Signed-off-by: Tyler Smalley <tyler.smalley@elastic.co>
2016-03-24 14:45:22 -04:00
Khalah Jones-Golden 2aa766595c [Tests] Wrote some simple tests around the loading indicator and timepicker directives 2016-03-24 14:44:45 -04:00
Khalah Jones-Golden ffe9ed4217 [Chrome] Made some stlye changes and html to ensure shield looks and works right 2016-03-24 14:44:17 -04:00
Khalah Jones-Golden 10c5223b6d [kbnLoading] Made the directive so we dont have to repeat, with some
cleanup
2016-03-24 14:43:57 -04:00
Khalah Jones-Golden f7112d49be [Chrome] Append nav controls changes 2016-03-24 14:42:49 -04: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