Commit graph

372 commits

Author SHA1 Message Date
spalger f724032dc7 Merge branch 'master' of github.com:elastic/kibana into renameAllFiles 2016-03-11 16:27:11 -07:00
Spencer ab47d27bc5 Merge pull request #6294 from kkirsche/updateBootstrap
Update Bootstrap to 3.3.6
2016-03-11 14:05:21 -07:00
spalger 7a1e0554db Merge branch 'master' of github.com:elastic/kibana into renameAllFiles 2016-03-10 12:16:57 -07:00
Court Ewing 5f5fd9ab4d Bump bunyan version to 1.7.1
Unfortunately, the old version of bunyan we were depending on has a
compilation failure during npm install, so we need to upgrade it in
order to get more builds.
2016-03-09 13:40:43 -05:00
Spencer 1ea3bc1ef9 Merge pull request #6446 from spalger/pr/6395
Updates to #6395
2016-03-07 15:08:59 -07:00
spalger 07e20936b5 [grunt/config] rename config for snake_cased tasks 2016-03-07 14:38:49 -07:00
Court Ewing 9d825ef57b Bump npm to 2.14.22 2016-03-04 11:08:32 -05:00
Court Ewing e1eafc5567 Bump node to 4.3.2 2016-03-04 11:08:15 -05:00
David Vega Fontelos 414ba105c4 Update chokidar to version 1.4.3 2016-03-03 22:11:20 +01:00
Spencer 4d3d11954b Merge pull request #6358 from epixa/makelogs
Makelogs as a dev dependency
2016-02-29 14:28:20 -07:00
Court Ewing 7bd76bef6b Makelogs as a dev dependency
Different versions of makelogs are required based on the current Kibana
branch/version, so we now include it as a dev dependency that we can
version accordingly.

There is also an npm script for makelogs so you do not need to traverse
the node_modules bin directory.
2016-02-29 14:12:58 -05:00
Court Ewing d36231c117 Bump npm to 2.14.21 2016-02-29 13:56:57 -05:00
Court Ewing 20b31849e1 Bump node to 4.3.1 2016-02-29 13:56:37 -05:00
Court Ewing 1a7f2a60c4 Merge pull request #6237 from kjbekkelund/semver-5.1.0
Upgrade to latest semver because of AMD related bug
2016-02-25 20:04:34 -05:00
spalger 42f936e633 [npm] remove requirefrom package 2016-02-24 14:50:12 -08:00
Kevin Kirsche c86ea46f09 Update Bootstrap
CSS

#16492: Use @input-border-radius variables on input groups.
#16529: Un-style the caret on <select>s in IE10+.
#16562, #16563: Create and implement a new @dl-horizontal-breakpoint variable to replace the @grid-float-breakpoint on .dl-horizontal.
#16646, #16651: Fix hover border covering active links in pagination.
#16684: Fix border-radius not being set on two corners of vertical btn group.
#16718: Full 4-digit Unicode escape sequences in CSS for asterisk and plus Glyphicons.
#16769: Remove the min-height on modal headers and replace with a clearfix to avoid collapsing when no title exists.
#16779: Adjust the padding on jumbotrons within containers.
#16785: Round the padding on containers to match the new rounding of negative margins on rows.
#16796: Ensure carousel controls are clickable in IE9.
#16804: Indicate which buttons in a button group are selected, even when disabled.
#16824: Correct a math error in the padding-top of .control-labels in large and small horizontal forms.
#16975: Use @carousel-control-font-size for in specific pixel values.
#17001: Fix borders on focused inputs in input groups.
JS

#16865: Fix triggering of shown.bs.dropdown & hidden.bs.dropdown events so that relatedTarget property gets set properly.
#16896: Note jQuery v3 incompatibility.
Accessibility

Docs

#16630, #16632: Update mention of not-allowed cursor in disabled checkboxes, radios, and fieldsets docs section.
#16744: Mention in the README where Bootstrap's changelogs can be found.
#16745: Add CHANGELOG.md file that points to GitHub Releases and our blog.
#16747: Document that Collapse and Tab methods are asynchronous.
#16793: Add example with visible <label> and input group addon.
#16888: Add a local jQuery fallback.
#16902: Fix grid in modal example by removing .container-fluid.
#16965: Call out .icon-next, .icon-prev alternative classes for carousel.
#17003: Add .col-offset-0 example addition to docs.
#17726: Clarify the purpose of adding .in to the .fade of the initially-open Tab.
#17729: Add Subresource Integrity (SRI) hashes to BootstrapCDN links
#17742: Add CSS portion of IE10 viewport bug workaround to docs & examples
#17809: Note that container: 'body' should be used for tooltips/popovers on tabular elements
#17910: Document that .panel-title overrides the font size of <h1>–<h6> tags
#18080: Document conflict between strict Content Security Policy and inline style attributes of .progress bars, and available workarounds
Packaging

#16710: Add official NuGet package
#16877, #17693: Add support for Meteor 1.2.
Build tools

#16589: Enable source maps for bootstrap.min.css.
#17769: Setup Hound for JSHint linting in pull requests
Customizer

#16897: Clarify that Collapse requires Component animations
Browser bugs

Signed-off-by: Kevin Kirsche <Kev.Kirsche@gmail.com>

#16689: Add Wall of Browser Bugs entry for #16671.
#16691: Add Wall of Browser Bugs entry for #15968.
#16813/#16839: Reported WebKit bug (http://wkbug.com/146896) for #16809, which WebKit then fixed.
#16840: Remove entry from Wall of Browser Bugs because http://wkbug.com/141804 has been fixed.
#16841: Remove entry from Wall of Browser Bugs because http://wkbug.com/139803 has been fixed.
#16842: Remove entry from Wall of Browser Bugs because http://wkbug.com/144990 has been fixed.
#16881: Add Wall of Browser Bugs entry for #16814.
#16908: Remove entry from Wall of Browser Bugs because http://crbug.com/309483 is most likely invalid.
#16994: Add Wall of Browser Bugs entry for #16988.
#17438 / #14237: Add Wall of Browser Bugs entry for http://wkbug.com/149935
#17712: Mention Chrome meta-bug on Wall of Browser Bugs
#17753: Remove entry from Wall of Browser Bugs because http://bugzil.la/1048279 was closed as WONTFIX.
#17820: Add Wall of Browser Bugs entry for http://crbug.com/534750
#17902: Remove entry from Wall of Browser Bugs because http://wkbug.com/138167 has been fixed.
#17906: Add Wall of Browser Bugs entry for #14975
#18111: Add Wall of Browser Bugs entry for http://wkbug.com/150715
2016-02-21 11:53:30 -05:00
spalger d664a772c7 Merge branch 'master' of github.com:elastic/kibana into implement/uiTestsForPlugins 2016-02-12 15:16:21 -07:00
Kim Joar Bekkelund fd67e1f07a Upgrade to latest semver because of AMD related bug 2016-02-12 22:06:56 +01:00
spalger 00204a3df2 [npm/clean] rename to sterilize 2016-02-12 12:56:50 -07:00
spalger 4e9e30c7d3 Merge branch 'master' of github.com:elastic/kibana into implement/npmCleanTask 2016-02-12 12:53:04 -07:00
spalger 4561c829ea [glob] switch out glob for glob-all 2016-02-12 09:42:50 -07:00
Spencer 7e1029bdb6 Merge pull request #6172 from spalger/implement/sharedEslintConfig
[eslint] use shared config
2016-02-10 15:32:55 -07:00
Court Ewing 00fc187364 Bump node to 4.3.0 for security fixes
See
https://nodejs.org/en/blog/vulnerability/february-2016-security-releases/
2016-02-10 09:58:59 -05:00
spalger 397d426aa0 [eslint] use shared config 2016-02-09 17:00:40 -07:00
spalger 636bc7d9ce Merge branch 'master' of github.com:elastic/kibana into implement/npmCleanTask 2016-02-08 15:20:48 -07:00
spalger 4480595d20 [npm] update grunt-esvm 2016-02-05 12:19:28 -07:00
spalger d5e76b0d16 [esjs] update 2016-02-05 10:23:08 -07:00
spalger 811991b58b [webpack] enforce using elasticsearch-browser 2016-02-05 10:23:07 -07:00
Spencer c54b9ca6b7 Merge pull request #5891 from spalger/implement/mochaSetup
formalize mocha setup
2016-02-01 15:31:42 -07:00
spalger a39a07c9ea [npm] upgrade babel-eslint to fix https://github.com/babel/babel-eslint/issues/243 2016-02-01 13:06:12 -07:00
spalger ee78fde20f [https] automatically redirect http traffic to https
When we moved the dev server to use https it became obvious that the Kibana server fails very quick when it receives http traffic. In most cases this is a good thing, but automatically redirecting to https is a far more user-friendly experience.

To do this we tell Hapi to listen to an alternate Server when we are using https. That server is provided by the httpolygot library, which knows how to handle both http and https requests. Then, when the server sees these requests it simply redirects when necessary.
2016-01-20 18:55:50 -07:00
Spencer 006333fd99 Merge pull request #5671 from spalger/implement/esvmConfigForShield
Implement esvm config for shield
2016-01-15 17:54:29 -07:00
Spencer 1fc5e84b6d [npm] rename esWithPlugins script 2016-01-15 17:54:15 -07:00
spalger c87aec3dae [mocha] move setup work into module
with https://github.com/elastic/kibana/pull/5553 we added command line flags the told mocha it was supposed to use babel. This changes the strategy here and instead uses mocha's -r option (and it's mocha.opts file to specify it). This means that using mocha directly from the command line still works, and that we have a place where we can do other setup work.
2016-01-12 16:26:42 -07:00
Rashid Khan 1043884a48 Merge pull request #5213 from Bargs/indexPatternApi
Create an Ingest API
2016-01-11 14:26:30 -07:00
spalger 247ad41583 [npm] added "clean" script
"npm run clean" will now find all excess files, confirm they should be deleted, and then delete them. To exclude a file pass it as the --ignore argument
2016-01-11 03:04:12 -07:00
Court Ewing 0f1f5b177c Revert "Merge pull request #5785 from spalger/update/esClient"
This reverts commit ea46a77f80, reversing
changes made to 8ac55f4a1f.

Due to test failures.
2016-01-08 15:22:14 -05:00
spalger 102f6bf0a4 Merge branch 'master' of github.com:elastic/kibana into implement/esvmConfigForShield 2016-01-05 13:18:09 -07:00
spalger 54fa604bc0 Merge branch 'master' of github.com:elastic/kibana into update/esClient 2016-01-05 13:15:18 -07:00
Jonathan Budzenski 3c89805bf9 Merge pull request #5812 from spalger/update/node
[node] update to LTS version and latest npm 2.x
2016-01-05 12:03:10 -06:00
spalger 7ae2cceb7a [npm] update libesvm too 2016-01-05 10:38:55 -07:00
spalger b8873a85df [npm] update grunt-esvm to 2.0.0 now that it uses bcryptjs 2016-01-05 09:39:31 -07:00
spalger 5921e622b8 [node] update to LTS version and latest npm 2.x 2016-01-05 07:01:30 -07:00
spalger d13e2a8165 [es] update elasticsearch-js 2015-12-30 08:29:40 -06:00
Matthew Bargar e6100c2f4e First API test 2015-12-29 13:37:50 -05:00
Jonathan Budzenski 3bc731d28f [packages] Add npm script to build os packages 2015-12-28 12:09:51 -06:00
Jonathan Budzenski f9cfb13fd6 Move wreck from dev dependencies to dependencies
Fixes #5777
2015-12-28 17:35:26 +00:00
Jonathan Budzenski 262d2c7ae9 Lock decompress-zip
Fixes #5762
2015-12-23 15:29:37 +00:00
Jim Unger 63fcb4ab35 Merge pull request #5438 from BigFunger/plugin-zip-support-4.4.0
Plugin zip support
2015-12-21 10:08:57 -06:00
Jim Unger aad699f27d Merge pull request #5497 from BigFunger/url-shortener
Url shortener
2015-12-18 13:55:27 -06:00