Commit graph

637 commits

Author SHA1 Message Date
Tyler Smalley
fc82cfd463 bump version to 5.6.17
Signed-off-by: Tyler Smalley <tyler.smalley@elastic.co>
2019-03-19 09:45:46 -07:00
Jonathan Budzenski
e4c8b3e824
[5.6] Bump node to 6.17.0 (#32201)
* Bump node to 6.17.0

* Resolve intermittent premature connection closed (#19808)

Node 8 changed the keepAlive to default to 5 seconds from 5 minutes. This reverts that behavior.

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

* 6
2019-03-07 18:20:10 -06:00
LeeDr
0fa244ebee bump version to 5.6.16 2019-02-19 10:04:22 -06:00
Jonathan Budzenski
e4f1e8f824
[5.6] Bump node to 6.16.0 (#27921)
* [5.6] Bump node to 6.16.0

* bump default max header size

* disable region map test
2019-02-05 16:33:49 -06:00
LeeDr
f909937e01 bump version to 5.6.15 2018-12-11 12:09:50 -06:00
Tyler Smalley
9a7a28b5dc
[5.6] Bump node to 6.15.1 (#26706)
Changelog: https://github.com/nodejs/node/blob/master/doc/changelogs/CHANGELOG_V6.md#6.15.1

Signed-off-by: Tyler Smalley <tyler.smalley@elastic.co>
2018-12-05 11:37:46 -08:00
Jonathan Budzenski
51b3c419cd
Revert "v5.6.15"
This reverts commit 198517e19e.
2018-12-05 11:54:38 -06:00
Jonathan Budzenski
198517e19e
v5.6.15 2018-12-05 08:35:15 -06:00
Tyler Smalley
c4639545b8
[5.6] Bump Node to 6.15.0 (#26315)
Changelog:

- [6.15.0](https://github.com/nodejs/node/blob/master/doc/changelogs/CHANGELOG_V6.md#6.15.0)

`index result popularity change popularity should be reset on cancel` has been skipped. This particular test exhibited weird behavior in Chrome when controlled by Selenium. When the button to confirm deleting the index pattern was clicked, it would result in multiple (3-5) calls to the delete saved object endpoint, though only one of those calls was represented in the network tab.

Signed-off-by: Tyler Smalley <tyler.smalley@elastic.co>
2018-11-30 16:46:41 -08:00
kobelb
26ba75abd9 bump version to 5.6.14 2018-11-06 06:59:16 -08:00
Jonathan Budzenski
e4ae9b67ac
Bump chromedriver to 2.42.1 (#23648) 2018-10-17 18:25:15 -05:00
Larry Gregory
8e6384f42d
[5.6] - Switch to using a fork (#24086)
This backports #23422 to the 5.6 branch.

## Implementation Notes
The original fix for #23422 takes advantage of [yarn aliases](https://yarnpkg.com/lang/en/docs/cli/add/#toc-yarn-add-alias) to link to the forked version of lodash. Kibana 5.x does not use yarn, but rather npm. npm does not support aliases, so we are not able to cleanly backport this change.

We first attempted to point to the git repository directly (`elastic/lodash@3.10.1-npm-kibana1`), but its `package.json` correctly names the package `@elastic/lodash`. When installing this package, we end up with an `@elastic/lodash` directory in `node_modules`, rather than a `lodash` directory. Since we are missing the `lodash` directory, all import/require statements for `lodash` fail.

This PR solves that by publishing a nearly identical branch which is named `lodash` instead of `@elastic/lodash`: https://github.com/elastic/lodash/tree/3.10.1-npm-kibana1-5.6.


This is admittedly a hacky solution, but this is a temporary fix, and we do not anticipate making many/any changes to the 'lodash' fork for 5.6.
2018-10-17 07:00:22 -04:00
LeeDr
358565b79a bump version to 5.6.13 2018-09-18 14:25:48 -05:00
LeeDr
2933998d14 bump version to 5.6.12 2018-08-23 09:02:02 -05:00
Jonathan Budzenski
ddfda17c19
Bump chromedriver to 2.41.0 (#21798) (#22024) 2018-08-16 12:35:29 -05:00
Jonathan Budzenski
a8903aa924
Bump node to 6.14.4 (#22049) 2018-08-16 10:03:14 -05:00
Jonathan Budzenski
c4daf9e333
Bump node to 6.14.3 (#19864) 2018-06-14 12:45:49 -05:00
rayafratkina
235b9705b1 Bumping version to 5.6.11 2018-06-13 15:32:03 -04:00
LeeDr
645f10b433 bump version number to 5.6.10 2018-04-17 08:57:03 -05:00
Jonathan Budzenski
a3ca547a6b
Bump node to 6.14.0 (#17438) 2018-03-28 16:53:51 -05:00
John Dorlus
bd19907be8
Bumped chromedriver to 2.36 which fixes bustage on Chrome 65. (#17252) (#17257) 2018-03-19 15:41:42 -04:00
jimgoodwin
7d58ceb2ca Bump version to 5.6.9 2018-02-20 12:15:44 -05:00
jimgoodwin
3e678165dd Bump version to 5.6.8 2018-01-30 12:15:34 -05:00
jimgoodwin
9a0e8a81e7 Bump version to 5.6.7 2018-01-16 12:33:00 -05:00
Spencer
c93160484e
[5.6] [dev/mocha/junit] report real skipped test count and errors from hooks (#15465) (#15478)
* [dev/mocha/junit] report real skipped test count and errors from hooks (#15465)

* [dev/mocha/junit] report real skipped test count and errors from hooks

* typo

* [grunt/simplemocha] update simplemocha patterns to exclude fixtures
2017-12-27 12:48:08 -07:00
Tyler Smalley
24b1f904ce
Bumps node to 6.12.2 (#15612) (#15639)
Signed-off-by: Tyler Smalley <tyler.smalley@elastic.co>
2017-12-15 12:44:26 -08:00
Søren Louv-Jansen
79f660f788
Bump backport dependency and add .backportrc.json (#15417) (#15490) 2017-12-08 11:16:50 +01:00
jimgoodwin
e0db85821f Bump version to 5.6.6 2017-12-06 14:17:37 -05:00
Spencer
5c5e03a968
[5.6] [CI] Produce junit test reports (#15281) (#15442)
* [CI] Produce junit test reports (#15281)

* [mocha] use custom reporter for legible results in jenkins

* [jest] use custom result processor for legible results in jenkins

* [karma] enable junit output on CI

* [mocha/junitReporter] accept rootDirectory as configuration

* [jest/reporter] use reporters option added in jest 20

* [toolingLog] remove black/white specific colors

* [dev/mocha/junit] no reason for junit to be a "reporter"

* typos

* [dev/mocha/junit] use else if

* [karma/junit] use string#replace for explicitness

* [junit] use test file path as "classname"

* [ftr/mocha] no longer a "console" specific reporter

* [dev/jest] fix relative path to babel options
2017-12-05 19:41:07 -07:00
Joe Fleming
e1d0ac7960 Fix: exponent values in table view (#15309)
the new release includes a fix for dealing with exponent values and precision

backport uses 2.2.2 instead of 2.3.1
2017-12-01 08:05:02 -07:00
Spencer
896ee28839
[5.6] [eslint] add eslint dev script (#14889) (#14943) 2017-11-14 10:24:14 -07:00
Court Ewing
d2cc27b8da bump version to 5.6.5 2017-11-07 14:16:21 -05:00
Jonathan Budzenski
fcae841149
Bump chromedriver to 2.33.2 (#14790) 2017-11-06 11:31:21 -06:00
Court Ewing
234e3605c8 scripts: bump backport tool to 1.0.1 (#14581) (#14584) 2017-10-25 13:38:10 -04:00
Jonathan Budzenski
6ec3454c10
Bump node to 6.11.5 (#14568) 2017-10-25 09:28:34 -05:00
Court Ewing
805995777b Add Backport to toolchain (#14525) (#14550) 2017-10-24 16:57:06 -04:00
jimgoodwin
a8fda407b7 Bump version to 5.6.4 2017-10-10 10:14:51 -04:00
Court Ewing
653dc4f19e bump version to 5.6.3 2017-09-26 12:58:17 -04:00
Court Ewing
144cd89c7e Bump chromedriver (#14053) 2017-09-19 09:52:46 -04:00
jimgoodwin
b1f0b155c1 Bump version to 5.6.2 2017-09-18 13:31:24 -04:00
jimgoodwin
ecbb530922 Bump to 5.6.1 2017-09-11 12:11:29 -04:00
spalger
7d490fd64f [npm] bump grunt-esvm
(cherry picked from commit 38cbd44658)
(cherry picked from commit 0e215e2326)
2017-09-01 11:44:36 -07:00
Spencer
2655237797 [5.6] [fix/UiSettings] ignore certain errors (#13079) (#13409)
* [fix/UiSettings] ignore certain errors (#13079)

* [savedObjects/mappingFallback] check for body.error.type

* [savedObjectsClient] decorate non-es errors
2017-08-22 15:36:36 -07:00
Nathan Reese
d764ab1337 [5.6] fork marked and remove npm marked dependency (#13444)
* fork marked and swap for npm marked dependency

* remove unneeded files in marked fork, fix broken test in marked fork, shorten marked import path
2017-08-11 08:22:58 -06:00
Court Ewing
f972028e56 remove @bigfunger/jsondiffpatch (#13442)
This dependency is no longer used.
2017-08-11 10:07:56 -04:00
Spencer
77df3f520e [5.6] [npm] move personal forks into elastic org (#13410) (#13431)
(cherry picked from commit 7e16d19249)
(cherry picked from commit ed628658cc)
2017-08-10 12:19:59 -07:00
Spencer
4cc37a38d7 [5.6] Implement esTestCluster test util (#13099) (#13408)
* [partial backport] extract kbnServer test utils from #12554

* Implement esTestCluster test util (#13099)

* [es/tests] remove unused module

* [testUtil/es] add utility for starting es nodes in tests

* [ftr/tests] use esTestCluster util to start es

* [es/tests/routes] use esTestCluster to start own es

* [testUtils/kbnServer] disable uiSettings unless plugins are enabled

* [testUtils/esTestCluster] use standard test es port by default

* [server/http/tests] add esTestCluster to setup

* [test/config] unify es test config into a single module

* [testUtils/esTestCluster] directory is no longer configurable

* [testUtils/esTestCluster] throw when es.start() is called again without es.stop()

* [testUtils/esTestCluster] is* checks should not mutate state

(cherry picked from commit 6748b22d03)

* [testUtils/esTestCluster] use more standard api style (#13197)

(cherry picked from commit d36080bca8)

* [scanner] use new esTestConfig service
2017-08-09 00:36:59 -07:00
Spencer
24457ad18a [npm] upgrade postcss-loader (#13279)
Needed to get a version that included https://github.com/postcss/postcss-loader/pull/174
(cherry picked from commit 0aa4206d2c)
2017-08-01 18:35:55 -07:00
Chris Earle
ad42562b1c change branch from 5.x to 5.6 in package.json 2017-07-26 20:09:20 -04:00
Court Ewing
f0b6e7d85f bump node.js to version 6.11.1 (#12776) 2017-07-11 19:06:38 -04:00