Commit graph

15703 commits

Author SHA1 Message Date
Deb Adair
1456600fd1 [DOCS] Set version in EOL notice. 2019-12-10 15:24:15 -08:00
debadair
1e46965072 Add EOL banner. (#52594) 2019-12-10 15:24:02 -08:00
Kaarina Tungseth
e278f79fd2
[5.6] [DOCS] Updates to help notes (#50187) (#50202)
Backports the following commits to 5.6:
 - [DOCS] Updates to help notes (#50187)

[skip-ci]
2019-11-11 15:33:23 -05:00
Nik Everett
9fe2b3eecf Docs: Fix settings deprecation warnings
Asciidoctor requires a slightly different syntax. This makes it happy.
2019-10-18 13:18:35 -04:00
Nik Everett
4ba59d260b Docs: Fix poorly rendered link
The source had a backtick transposed with a right square bracket which
was confusing things.
2019-10-18 10:02:39 -04:00
Nik Everett
d32d8e3ace Docs: Fix upgrade table
Asciidoctor is a bit more picky about the format of the column
specifiers.
2019-10-17 17:56:17 -04:00
Lisa Cawley
0f83a61b3e
[DOCS] Fix missing attribute (#48347) 2019-10-15 19:29:49 -07:00
Lisa Cawley
79dbc41830 [DOCS] Updates location of version attribute for Kibana Guide (#45051) (#45170) 2019-09-09 13:52:12 -07:00
Nik Everett
58488dd09e
Docs: Pin page names (#43819)
This pins a couple of pages names so they don't change when we switch to
asciidoctor.
2019-08-28 12:15:35 -04:00
Lisa Cawley
36a756c5b8 [DOCS] Fixes ordered list for asciidoctor (#36065) 2019-05-03 16:14:30 -07:00
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
lcawl
4ac6df0626 [DOCS] Removes coming tags 2019-03-19 07:45:44 -07:00
gchaps
0443deb399
[DOCS] Adds Release Notes for 5.6.16 (#33327)
* [DOCS] Adds Release Notes for 5.6.16

* Update docs/CHANGELOG.asciidoc

Co-Authored-By: gchaps <33642766+gchaps@users.noreply.github.com>
2019-03-18 08:13:04 -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
gchaps
22d1f0b835
Updates 5.6 Release Notes (#31491) 2019-02-19 09:26:35 -08:00
LeeDr
0fa244ebee bump version to 5.6.16 2019-02-19 10:04:22 -06:00
gchaps
08dd41e504
[DOCS] Adds release notes for 5.6.15 (#31196) 2019-02-15 08:43:31 -08: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
Lisa Cawley
dec312bc7e [DOCS] Deprecate SSL settings (#29990) 2019-02-04 15:57:25 -08:00
Lisa Cawley
54c9b6cab8 [DOCS] Removes problematic float (#29875) 2019-02-01 15:50:24 -08:00
Brandon Kobel
6e63c2c944
fixed timelion props (#29125) 2019-01-25 15:09:14 -08:00
Brandon Kobel
59ab496fbf
Only using known handlers with handlebars (#27061) (#27318) 2019-01-22 10:18:44 -08:00
LeeDr
f909937e01 bump version to 5.6.15 2018-12-11 12:09:50 -06:00
lcawl
8a26a183b0 [DOCS] Removes coming tag 2018-12-11 07:35:54 -08:00
gchaps
f1b11ff6d7
[DOCS] Updates 5.6.14 Release Notes (#26920) 2018-12-10 12:39:51 -08:00
liza-mae
a8b0e15a03
Remove mocha options 2018-12-07 09:45:24 -07:00
liza-mae
b1a36044d1
Allow for cloud functional testing for 5.6 (#26790) 2018-12-07 09:31:48 -07: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
gchaps
19a567db20
[DOCS] Adds release notes for 5.6.14 (#26568) 2018-12-04 08:34:53 -08:00
Tyler Smalley
f9c69f3aa7
[5.6] Disable flaky Management Index Pattern sort test (#26504)
Signed-off-by: Tyler Smalley <tyler.smalley@elastic.co>
2018-12-03 08:11:16 -08: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
Court Ewing
14b26aef20
readme: remove erroneous snapshot builds link (#26154)
The snapshot builds were removed from the readme in #25747,
so there should be no link to them.
2018-11-25 15:14:56 -05:00
Court Ewing
720e0749fe Remove version and snapshots from readme (#25747)
So long as we are referencing the version of Kibana in our readme, we
cannot reliably automate the bumping of the Kibana version as part of
our release process.

None of the other repos in the stack include version information or
links to snapshots in the readme. If folks want to know what version
they're looking at, the package.json is the source of truth.
2018-11-15 18:01:53 -05:00
Spencer
30a7cefd39
[es/ensureTypesExist] ensure that random types are unique (#25601)
Fixes https://github.com/elastic/kibana/issues/22404

When `chance.word()` returns the same word twice in a set it would cause the failure seen in this issue, ensuring that unique words are always picked should prevent it.
2018-11-13 13:00:32 -08:00
Spencer
8ff8715fee
[5.6] Do not rely on native setTimeout in the promise service tests. (#19891) (#25602)
(cherry picked from commit 8c2a8d25c1)

Fixes https://github.com/elastic/kibana/issues/22364
2018-11-13 12:03:46 -08:00
Spencer
9eac7f9d69 [ci] define matrix axes in code (#25360)
* [ci] define matrix axes in code

* [ci] add null exclude rule

* [ci] make script executable

* [ci] execute sub-scripts

* [ci] simplify job variable name

(cherry picked from commit 399c50cc5c)
(cherry picked from commit 9f57bc901c)
2018-11-12 13:30:57 -08:00
gchaps
844657fbe9
[DOCS] Updated 5.6.13 Release Notes (#25239) 2018-11-06 11:12:19 -08:00
kobelb
26ba75abd9 bump version to 5.6.14 2018-11-06 06:59:16 -08:00
Kaarina Tungseth
71b0014b6a
[DOCS] Removed coming tags for 5.6.13 (#25174)
Removed `coming[5.6.13]` tags.
2018-11-06 08:14:02 -06:00
gchaps
f24dce1f7d
[DOCS] 5.6.13 Release Notes (#24672) 2018-11-05 13:19:41 -08:00
Matt Bargar
689427c076
remove var 2018-10-23 17:59:08 -04:00
Matt Bargar
cd4f0d300a
Fix broken links 2018-10-23 17:07:27 -04:00
Larry Gregory
51aff7d3c4
[5.6] Resolve known APIs (#24399) 2018-10-23 12:51:08 -04: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
gchaps
1a8ef7c674
[DOCS] Removes coming soon tag from 5.6.12 Release Notes (#23286) 2018-09-18 10:58:19 -07:00
gchaps
9bcae346cd
[DOCS] 5.6.12 Release Notes (#22970) 2018-09-13 08:13:42 -07:00