Commit graph

537 commits

Author SHA1 Message Date
Jonathan Budzenski
81993ad8c8
Bump node to 6.11.5 (#14568) 2017-10-25 09:30:35 -05:00
Court Ewing
028851d815 Bump chromedriver (#14053) 2017-09-19 10:00:37 -04:00
Court Ewing
ea5383e05d bump node.js to version 6.11.1 (#12776) 2017-07-11 19:13:35 -04:00
Jonathan Budzenski
a79fa30ce6 Bump node to 6.10.2 (#11039) (#11135) 2017-04-10 16:16:55 -05:00
CJ Cenizal
3af4a26fcf Remove dependency on kibana-ui-framework repo. (#10281) (#10609) 2017-03-01 22:04:15 -08:00
Court Ewing
a914b513f3 Bump to version 5.2.3 2017-02-28 12:11:25 -05:00
Court Ewing
ed8e4b1009 bump to version 5.2.2 2017-02-14 12:48:53 -05:00
Court Ewing
ff76f652a5 Bump httpolyglot to use our fork (#10227) 2017-02-07 11:31:35 -05:00
jasper
d5ce576ca3 Bump node to 6.9.5 (#10136)
Backports PR #10135

**Commit 1:**
Bump node to 6.9.5

* Original sha: e00aa661a7
* Authored by Jonathan Budzenski <jon@jbudz.me> on 2017-02-01T17:07:44Z
2017-02-01 13:32:42 -06:00
Court Ewing
d2af8a157e bump to version 5.2.1 2017-01-31 12:09:18 -05:00
Tyler Smalley
b19086751f Remove libsass as a dependency (#9803) (#9811)
Remove libsass as a dependency

libsass is platform specific, therefore we can not ship it as a dependency. Instead, we will commit the compiled CSS for the UI Framework to the repository. This is updated when running `npm run uiFramework:start` which also starts the docs site.

Signed-off-by: Tyler Smalley <tyler.smalley@elastic.co>
2017-01-09 21:08:11 -08:00
Spencer
9a598fa133 [webpack] upgrade to @elastic/webpack-directory-name-as-main v2 (#9601) (#9540)
* [npm] use elastic webpack fork

* [webpack] upgrade to @elastic/webpack-directory-name-as-main v2

* bump @elastic/webpack-directory-name-as-main

* import browser mocha with webpackShim

`import 'mocha'` will resolve to `mocha/index.js`, which points to
`mocha/lib/mocha.js`, the node version of mocha. This will not work in
the browser.

Since ng_mock is browser code, we need the mocha build for the browser,
which lives at `mocha/mocha.js`. This isn't referenced at all in the
package.json file, but is references in the bower.json file. Webpack,
however, doesn't observe the bower config, so we need to specifically
reach into the mocha package and point to the `mocha/mocha.js` file.
2016-12-22 09:39:55 -07:00
jasper
15eb80bf35 [webpack] fix loader query string usage (#9515)
Backports PR #9497

**Commit 1:**
[webpack] pin to fork with fixed loader aliases

* Original sha: a1e3357615
* Authored by spalger <spalger@users.noreply.github.com> on 2016-12-13T21:57:21Z

**Commit 2:**
[optimizer] upgrade to postcss+autoprefixer

* Original sha: bceecd5929
* Authored by spalger <spalger@users.noreply.github.com> on 2016-12-14T23:57:18Z

**Commit 3:**
[timelion] convert uiExports.modules -> webpackShims

* Original sha: 7e90dc6355
* Authored by spalger <spalger@users.noreply.github.com> on 2016-12-15T17:20:54Z

**Commit 4:**
[uiExports] remove implementation-leaking and unused uiExport types

* Original sha: 10016f362d
* Authored by spalger <spalger@users.noreply.github.com> on 2016-12-15T17:59:04Z

**Commit 5:**
[optimizer] remove unused imports

* Original sha: b841c917f9
* Authored by spalger <spalger@users.noreply.github.com> on 2016-12-15T18:01:37Z

**Commit 6:**
[uiBundlerEnv] add a method for exporting global import aliases for special cases

* Original sha: 4969d660df
* Authored by spalger <spalger@users.noreply.github.com> on 2016-12-15T18:38:52Z

**Commit 7:**
Merge branch 'master' of github.com:elastic/kibana into fix/webpack-loader-query-strings

* Original sha: bcaf446e7b
* Authored by spalger <spalger@users.noreply.github.com> on 2016-12-15T19:45:01Z
2016-12-16 15:13:53 -07:00
jasper
da4c0b40f5 Add Icon, Link, Button, TextInput, CheckBox, Table, ControlledTable, ToolBar, and ToolBarFooter components. (#9512)
Backports PR #9462

**Commit 1:**
Add new components to UI Framework.
- Icon, Link, Button, TextInput, CheckBox, Table, ControlledTable, ToolBar, ToolBarFooter.
- Update Local Nav to use classes with kui prefix.
- Add PostCSS loader to UI Framework webpack.

* Original sha: 644a267ada
* Authored by CJ Cenizal <cj@cenizal.com> on 2016-12-13T17:22:39Z
2016-12-15 11:22:36 -08:00
jasper
c0cac0094c Fix build with ui framework (#9471)
Backports PR #9463

**Commit 1:**
[uiFramework] include sass deps in production so we can rebuild

* Original sha: aae8eecade
* Authored by spalger <spalger@users.noreply.github.com> on 2016-12-13T19:08:06Z

**Commit 2:**
[build] do not copy the doc_site source into the final build

* Original sha: fccbe49622
* Authored by spalger <spalger@users.noreply.github.com> on 2016-12-13T19:08:31Z

**Commit 3:**
[licenses] allow code that uses the `Unlicense`

* Original sha: 9406b9e9f3
* Authored by spalger <spalger@users.noreply.github.com> on 2016-12-13T20:46:19Z
2016-12-13 16:47:26 -07:00
jasper
67655da43b Bump elasticsearch client (#9460)
Backports PR #9446

**Commit 1:**
Bump elasticsearch client

* Original sha: c007b5534c
* Authored by Jonathan Budzenski <jon@jbudz.me> on 2016-12-12T18:51:41Z

**Commit 2:**
Bump elasticsearch version in tests entry template to master

* Original sha: 2419fe3e21
* Authored by Jonathan Budzenski <jon@jbudz.me> on 2016-12-12T19:13:27Z
2016-12-13 09:31:06 -06:00
jasper
33f2b8fd21 Migrate UI Framework source into Kibana. (#9456)
Backports PR #9192

**Commit 1:**
Migrate UI Framework source into Kibana.
- Add dependencies to package.json.
- Add task for building UI Framework docs and serving locally.
- Import UI Framework scss from autoload/styles.js instead of importing the CSS in base.less.

* Original sha: de3f34f8d5
* Authored by CJ Cenizal <cj@cenizal.com> on 2016-11-22T22:27:11Z

**Commit 2:**
Refactor UI Framework directory structure.

* Original sha: 4e54844577
* Authored by CJ Cenizal <cj@cenizal.com> on 2016-12-05T23:03:01Z

**Commit 3:**
Remove babel-polyfill.

* Original sha: 43854bccc4
* Authored by CJ Cenizal <cj@cenizal.com> on 2016-12-05T23:47:42Z

**Commit 4:**
Fix typos and include SCSS synchronously.

* Original sha: fe5bab1d81
* Authored by CJ Cenizal <cj@cenizal.com> on 2016-12-10T00:33:17Z

**Commit 5:**
Update with latest changes to UI Framework.

* Original sha: a44140a59d
* Authored by CJ Cenizal <cj@cenizal.com> on 2016-12-13T01:47:09Z
2016-12-12 17:56:52 -08:00
jasper
952bf13503 Add close button to localNavDropdowns. (#9451)
Backports PR #9437

**Commit 1:**
Add close button to localNavDropdowns.
- Make Timelion docs dropdown scroll only the table.
- Make Timelion tutorial a fluid height, instead of fixed.

* Original sha: f149a440a2
* Authored by CJ Cenizal <cj@cenizal.com> on 2016-12-10T00:15:50Z

**Commit 2:**
Use chevron for localDropdownCloseButton.

* Original sha: e4c62eb465
* Authored by CJ Cenizal <cj@cenizal.com> on 2016-12-10T00:49:44Z
2016-12-12 17:14:24 -08:00
jasper
f9690a6cbc Upgrade eslint (#9449)
Backports PR #9357

**Commit 1:**
upgrade eslint, all related deps, and config files

* Original sha: 054e798a93
* Authored by spalger <email@spalger.com> on 2016-08-24T23:39:11Z
* Committed by spalger <spalger@users.noreply.github.com> on 2016-12-02T23:04:20Z

**Commit 2:**
replace gruntify-eslint with basic eslint-cli wrapper

* Original sha: 71732e770f
* Authored by spalger <email@spalger.com> on 2016-09-02T21:33:02Z
* Committed by spalger <spalger@users.noreply.github.com> on 2016-12-02T23:41:36Z

**Commit 3:**
arrow-IIFEs must be invoked outside of the parens

* Original sha: b05662cd29
* Authored by spalger <email@spalger.com> on 2016-08-25T17:47:57Z
* Committed by spalger <spalger@users.noreply.github.com> on 2016-12-02T23:41:40Z

**Commit 4:**
move import statements before their use

* Original sha: 3572ab8e17
* Authored by spalger <email@spalger.com> on 2016-08-25T17:48:30Z
* Committed by spalger <spalger@users.noreply.github.com> on 2016-12-02T23:41:40Z

**Commit 5:**
reindent to satisfy new indentation check algorithm

* Original sha: b31dae18f5
* Authored by spalger <email@spalger.com> on 2016-08-25T17:49:47Z
* Committed by spalger <spalger@users.noreply.github.com> on 2016-12-02T23:41:58Z

**Commit 6:**
place missing semicolon

* Original sha: 7b39475116
* Authored by spalger <email@spalger.com> on 2016-09-06T22:27:10Z
* Committed by spalger <spalger@users.noreply.github.com> on 2016-12-02T23:42:04Z

**Commit 7:**
ignore copy-pasted decode geohash code

* Original sha: 3c02df9f4f
* Authored by spalger <email@spalger.com> on 2016-09-10T01:49:42Z
* Committed by spalger <spalger@users.noreply.github.com> on 2016-12-02T23:42:04Z

**Commit 8:**
Merge branch 'master' of github.com:elastic/kibana into upgrade/eslint-try2

* Original sha: 1224b1829a
* Authored by spalger <spalger@users.noreply.github.com> on 2016-12-10T04:14:32Z

**Commit 9:**
[grunt/eslint] fix argument spacing

* Original sha: 6fa2c6cad0
* Authored by spalger <spalger@users.noreply.github.com> on 2016-12-10T04:22:42Z

**Commit 10:**
[gurnt/eslint] add comment about contents of report

* Original sha: 71834ca7ec
* Authored by spalger <spalger@users.noreply.github.com> on 2016-12-10T07:59:11Z

**Commit 11:**
Merge branch 'master' of github.com:elastic/kibana into upgrade/eslint-try2

* Original sha: 76e77a7576
* Authored by spalger <spalger@users.noreply.github.com> on 2016-12-12T20:17:05Z

**Commit 12:**
[grunt/tasks] use `export default`

* Original sha: 803c0dacba
* Authored by spalger <spalger@users.noreply.github.com> on 2016-12-12T20:19:27Z
2016-12-12 15:49:09 -07:00
jasper
3ca49d089a Tagcloud (#9205)
Backports PR #8104

**Commit 1:**
tagcloud squashed

* Original sha: 1282011fab
* Authored by Thomas Neirynck <thomas@elastic.co> on 2016-11-18T21:08:29Z

**Commit 2:**
ensure tags are not turned upside down

* Original sha: 68e09f477a
* Authored by Thomas Neirynck <thomas@elastic.co> on 2016-11-21T03:43:41Z

**Commit 3:**
remove unnecessary background

* Original sha: dba79b87ad
* Authored by Thomas Neirynck <thomas@elastic.co> on 2016-11-21T03:55:54Z

**Commit 4:**
add option to hide the label

* Original sha: 7f32544fa0
* Authored by Thomas Neirynck <thomas@elastic.co> on 2016-11-21T04:08:45Z

**Commit 5:**
use double-ende slider for font-size selection

* Original sha: 00c9ea8291
* Authored by Thomas Neirynck <thomas@elastic.co> on 2016-11-21T15:26:14Z

**Commit 6:**
give slider some more space

* Original sha: b282084cc5
* Authored by Thomas Neirynck <thomas@elastic.co> on 2016-11-21T16:38:55Z

**Commit 7:**
do not allow 0-sized tags

* Original sha: 42bbc39110
* Authored by Thomas Neirynck <thomas@elastic.co> on 2016-11-21T16:44:26Z

**Commit 8:**
fix typo

* Original sha: f753e1a90d
* Authored by Thomas Neirynck <thomas@elastic.co> on 2016-11-21T16:48:24Z

**Commit 9:**
make capitalization consistent

* Original sha: 63101d2c36
* Authored by Thomas Neirynck <thomas@elastic.co> on 2016-11-21T19:47:44Z

**Commit 10:**
doc checkin

* Original sha: fefa40a4c0
* Authored by Thomas Neirynck <thomas@elastic.co> on 2016-11-21T21:21:17Z

**Commit 11:**
minor doc edits

* Original sha: 84a8fc3abe
* Authored by Thomas Neirynck <thomas@elastic.co> on 2016-11-21T21:34:32Z

**Commit 12:**
doc build issues

* Original sha: cd2374a052
* Authored by Thomas Neirynck <thomas@elastic.co> on 2016-11-21T21:46:59Z
2016-11-23 18:06:25 -05:00
Court Ewing
a529c47ce8 Bump to 5.2.0 2016-11-23 10:43:38 -05:00
jasper
2b04dde70f Add a method for plugins to add injected vars to every app (#9138)
Backports PR #9071

**Commit 1:**
[uiExports] add replaceInjectedVars() export type

* Original sha: 7ad237cce1
* Authored by spalger <email@spalger.com> on 2016-11-14T22:11:47Z

**Commit 2:**
[ui] do not assume es plugin is always there

* Original sha: 5ac383d476
* Authored by spalger <email@spalger.com> on 2016-11-15T00:28:45Z

**Commit 3:**
[server/status] fix typo

* Original sha: 3a97f69683
* Authored by spalger <email@spalger.com> on 2016-11-15T00:29:19Z

**Commit 4:**
[ui] add errror handling to /app/{id} endpoint

* Original sha: 33aa9def6e
* Authored by spalger <email@spalger.com> on 2016-11-15T00:29:43Z

**Commit 5:**
[ui] add tests for replaceInjectedVars()

* Original sha: 44714533e2
* Authored by spalger <email@spalger.com> on 2016-11-15T00:30:14Z

**Commit 6:**
Merge branch 'master' of github.com:elastic/kibana into implement/extend-injected-vars

* Original sha: d316ff57ae
* Authored by spalger <email@spalger.com> on 2016-11-17T01:54:58Z

**Commit 7:**
[npm] swap out jsdom with cheerio

* Original sha: c0e6a62f81
* Authored by spalger <email@spalger.com> on 2016-11-17T01:58:01Z

**Commit 8:**
[server/ui] continue extender => replacer rename

* Original sha: 3d833e80b0
* Authored by spalger <email@spalger.com> on 2016-11-17T20:55:11Z
2016-11-18 11:00:42 -07:00
jasper
3789591891 Upgrade kibana-ui-framework to 0.0.11. Re-enable clicks on selected Local Nav menu items. (#9070)
Backports PR #9068

**Commit 1:**
Upgrade kibana-ui-framework to 0.0.11. Re-enable clicks on selected Local Nav menu items.

* Original sha: 90dc42d13c
* Authored by CJ Cenizal <cj@cenizal.com> on 2016-11-14T22:26:48Z
2016-11-14 15:28:42 -08:00
jasper
574da97c36 Remove dark theme when leaving the Dashboard app. Add dark theme for localNav. (#9052)
Backports PR #9032

**Commit 1:**
Remove dark theme when leaving the Dashboard app.

* Original sha: 700f7508de
* Authored by CJ Cenizal <cj@cenizal.com> on 2016-11-10T19:40:34Z

**Commit 2:**
Upgrade kibana-ui-framework to 0.0.10: localNav dark theme styles.

* Original sha: c3396948be
* Authored by CJ Cenizal <cj@cenizal.com> on 2016-11-10T19:48:10Z
2016-11-11 12:59:53 -08:00
jasper
2508a42cb2 Integrate UI Framework (#8956)
Backports PR #8679

**Commit 1:**
Integrate Kibana UI Framework CSS.
- Migrate to new localNav component and subcomponent styles.
- Add support for multi-slot transclusion to kbnTopNav.
- Update Dashboard, Discover, Management, Visualize, Dev Tools, Timelion to use kbnTopNav consistently.
- Update these apps to also display localNavDropdowns consistently, including Timepicker (this mostly meant adding titles).
- Add checkLicenses npm script.
- Add .fullWidth utility class and use it to make search forms 100% width.

* Original sha: b5444c41c8
* Authored by CJ Cenizal <cj@cenizal.com> on 2016-10-14T22:30:48Z
2016-11-03 13:26:25 -07:00
jasper
8e22a9e039 [build] Check SHA sum of downloaded node package (#8890)
Backports PR #7746

**Commit 1:**
fix #7136 - check SHA of downloaded node binaries

* Original sha: 955972b2b5
* Authored by ppisljar <peter.pisljar@gmail.com> on 2016-07-11T19:17:08Z

**Commit 2:**
only skipping download if --skip-download cli argument is present

* Original sha: 325e17245c
* Authored by ppisljar <peter.pisljar@gmail.com> on 2016-09-07T10:54:23Z

**Commit 3:**
updating log messages based on epixas comments

* Original sha: 20b5c4dca2
* Authored by ppisljar <peter.pisljar@gmail.com> on 2016-09-23T06:24:55Z

**Commit 4:**
updating based on courts review

* Original sha: 78c124c0ac
* Authored by ppisljar <peter.pisljar@gmail.com> on 2016-10-29T14:44:43Z
2016-10-29 11:22:00 -04:00
jasper
2991900e85 Trim down test harness (#8883)
Backports PR #8146

**Commit 1:**
trim down test harness, remove StackTraceMapper

* Original sha: ae4ddedaf3
* Authored by spalger <email@spalger.com> on 2016-09-01T16:11:45Z
2016-10-29 09:38:30 -04:00
Elastic Jasper
10dc033c89 Backport PR #8733
---------

**Commit 1:**
Bump node to 6.9.0

* Original sha: 26a0be8caa
* Authored by Jonathan Budzenski <jon@jbudz.me> on 2016-10-18T18:40:06Z
2016-10-18 20:06:12 -04:00
Elastic Jasper
21bf7b57e8 Backport PR #8693
---------

**Commit 1:**
[npm] update chromedriver

The latest macOS version of Chrome is incompatible with the version of chromedriver we currently depend on, so this updates it.

* Original sha: 29eeed22e2
* Authored by spalger <email@spalger.com> on 2016-10-14T21:03:23Z
2016-10-14 21:23:01 -04:00
Elastic Jasper
4821255923 Backport PR #8670
---------

**Commit 1:**
[hotfix] force gulp-sourcemaps to 1.7.x https://github.com/floridoo/gulp-sourcemaps/issues/238#issuecomment-253634399

* Original sha: 89a243f605
* Authored by spalger <email@spalger.com> on 2016-10-13T21:09:12Z
2016-10-13 17:27:06 -04:00
Elastic Jasper
ac0bd9c4a7 Backport PR #8600
---------

**Commit 1:**
Bump node version to 6.7.0

* Original sha: 63c6e9a4da
* Authored by Jonathan Budzenski <jon@jbudz.me> on 2016-10-10T10:57:25Z
2016-10-12 17:29:14 -04:00
Matthew Bargar
5f0b75a9f8 Remove CSV Upload
Remove Upload Data API

Remove CSV Upload server config

Remove other unused Add Data code

Remove Upload CSV from getting started docs

remove unused npm deps
2016-10-03 14:01:12 -07:00
Elastic Jasper
853c62e493 Backport PR #8313
---------

**Commit 1:**
Upgrades Hapi to 14.2.0

As of Node 6, crypto.pbkdf emits a deprecation warning when the digest isn't explicily set. Under certain conditions we are seeing this warning from Hapi's dependency Iron. Iron resolved this issue as of 4.0.4, which was introduced into Hapi as of 14.0.0.

Node deprecation: 8e8959d3ee
Iron's resolution: 9e0a1ef592

As of Hapi v9, they have removed three build-in plugins from the core which we rely on inert (files and directories), vision (view templates), and h2o2 (proxy). https://github.com/hapijs/hapi/issues/2682

Signed-off-by: Tyler Smalley <tyler.smalley@elastic.co>

* Original sha: 4feeff1bb9
* Authored by Tyler Smalley <tyler.smalley@elastic.co> on 2016-09-13T19:20:22Z
2016-09-26 08:40:28 -04:00
spalger
49fe5cf2df bump grunt-esvm
elasticsearch 5.x uses a slightly different log format, so grunt-esvm needed an update.
2016-09-14 10:58:26 -07:00
Elastic Jasper
2670a0e24e Backport PR #8172
---------

**Commit 1:**
Redesign Share UI to emphasize difference between Saved URLs and Snapshot URLs.
- Remove share_object_url.
- Remove clipboard npm dependency.
- Add toggle for switching between Short and Long URLs.
- Add ability to share embedded iframe to saved visualizations, including current global state.

* Original sha: a985840692
* Authored by CJ Cenizal <cj@cenizal.com> on 2016-09-02T20:15:27Z
2016-09-13 14:57:23 -04:00
Elastic Jasper
14d6456cfd Backport PR #8240
---------

**Commit 1:**
Bump grunt-esvm

* Original sha: bd0a60156b
* Authored by Jonathan Budzenski <jon@jbudz.me> on 2016-09-13T00:17:37Z
2016-09-12 20:29:53 -04:00
Elastic Jasper
c257bbb74d Backport PR #8212
---------

**Commit 1:**
[state/unhashUrl] use encode-uri-query to generate cleanly encoded urls

By default, the url.format function stringifies the query object and encodes each parameter with `encodeURIComponent()`. This is effective, but does not match the native browser behavior, which is to only encode the non-`pchar` characters as defined by [rfc3986][1]. Because of this, angular's `$location.search()` function uses a function internally called `encodeUriQuery()` to mimic the browser behavior before updating `location.href`.

To bring the same funtionality to the `unhashUrl()` function, the `encodeUriQuery()` was extracted into it's own package and used as the escape handler for `querystring.stringify()`

[1]: https://www.ietf.org/rfc/rfc3986.txt

* Original sha: d9dac3ffdc
* Authored by spalger <spalger@users.noreply.github.com> on 2016-09-09T22:39:57Z
2016-09-10 09:22:22 -04:00
Elastic Jasper
be6ff7a7f9 Backport PR #8209
---------

**Commit 1:**
[optimizer] move to querystring-browser package for up-to-date api

Webpack automatically injects libraries to support many node.js APIs in the browser using the https://github.com/webpack/node-libs-browser package. This package uses https://github.com/mike-spainhower/querystring for the querystring module, but that module hasn't been updated in 4 years and doesn't support the modern querystring api.

This change points to the https://github.com/mathiasvr/querystring package instead, which is up to date (specifically it supports the `encodeURIComponent` option of [`querystring.stringify`](https://nodejs.org/api/querystring.html#querystring_querystring_stringify_obj_sep_eq_options).

* Original sha: 1030689f4a
* Authored by spalger <spalger@users.noreply.github.com> on 2016-09-09T21:10:50Z
2016-09-10 09:04:38 -04:00
Court Ewing
edb7020396 Bump to 5.1.0 2016-09-08 10:21:13 -04:00
Court Ewing
19328b9871 Bump to 5.0.0-beta1 2016-09-08 10:13:21 -04:00
Court Ewing
1f6b66bc21 Bump versions on a handful of node modules 2016-09-06 16:10:54 -04:00
Rashid Khan
13da673bc8 Merge branch 'master' of github.com:elastic/kibana into migrate/timelion 2016-09-02 12:47:19 -07:00
spalger
88427e9a43 add test sharding
The tests in master are currently failing regularly because our current browser tests are serious memory hogs. Investigation reveals that nearly every test is retaining all of the memory it causes to be allocated. We have made some progress to being able to diagnose the problems, but we expect that problem to take some serious work to fix. We need a short-term solution though, and this is it.

Rather than modify the bundling process, we will shard the top-level test suites by name. For now, we've created 4 shards, but adding new shards is trivial if we need to.

Sharding is accomplished by creating a murmur3 hash of the top level suite names, then bucketing based on the hash output. If a test suite resolves to shard2, but we are running shard1, we simply never pass the function to `mocha.describe()`. Rather than redefine every describe statement, we have shimmed the global `window.describe()` function to accomplish this.
2016-09-02 10:38:29 -07:00
Rashid Khan
1c47159939 Merge branch 'master' of github.com:elastic/kibana into migrate/timelion 2016-08-29 09:09:01 -07:00
Tyler Smalley
ad97552c03 Upgrade to Node 6.4.0
* Updated dependencies to include graceful-fs ~4.0
* Replaced deprecated grunt-s3 package with suggested grunt-aws-s3
* Update licenses task to better support npm 3

Signed-off-by: Tyler Smalley <tyler.smalley@elastic.co>
2016-08-25 08:40:14 -07:00
Tyler Smalley
dad5195bfe Bump elasticsearch and elasticsearch-browser
Resolves issue with Elasticsearch breaking change introduced in https://github.com/elastic/elasticsearch/pull/20001

Fixes #8028

Signed-off-by: Tyler Smalley <tyler.smalley@elastic.co>
2016-08-19 10:00:58 -07:00
Rashid Khan
c50c5fba53 Add timelion tests 2016-08-15 11:29:17 -07:00
Rashid Khan
52b1fea73b Add timelion dependencies 2016-08-12 14:15:58 -07:00
Court Ewing
4b36f9ab65 version 5.0.0-alpha6 2016-08-09 12:18:28 -04:00
Lee Drengenberg
a7942b1056 Merge pull request #7859 from ppisljar/downgradeChromeDriver
upgrade chromedriver 2.21.2 -> 2.22.1
2016-08-03 12:22:15 -05:00