Commit graph

20548 commits

Author SHA1 Message Date
Joe Portner
a72b8ceffe
[6.8] Bump jquery from 3.4.1 to 3.5.0 (#64884) (#65336) 2020-05-05 17:10:13 -04:00
Brian Seeders
23b83d9d20
Increase verify es job timeout to 2.5 hours (#65313) (#65324) 2020-05-05 17:01:01 -04:00
gchaps
88380913f6
[DOCS] Adds 6.8.9 Release Notes (#65181) 2020-05-05 08:49:39 -07:00
Brian Seeders
14252b6d88
[CI] Slack alerts - Elasticsearch snapshot failures (#64724) (#65273) 2020-05-05 11:28:24 -04:00
spalger
be1575036f update kbn/pm dist 2020-05-04 14:16:36 -07:00
Brian Seeders
19c1489c78
Add 2 flaky retries to es snapshot jobs (#64553) (#65139) 2020-05-04 16:49:40 -04:00
Joe Portner
a860ad6c57
[6.8] Dependency updates (#64936) 2020-05-04 14:30:17 -04:00
Larry Gregory
f287f70222
[6.8] [TSVB] Fixing memory leak (#64918) (#65076) 2020-05-04 09:53:22 -04:00
Brian Seeders
e63ec5f170
[Docs] Add ES Snapshot docs (#64437) (#64571) 2020-04-28 20:50:29 -04:00
Brian Seeders
b6137002e5
Skip failing time series tests #31705 2020-04-23 12:12:39 -04:00
Aleh Zasypkin
2baa83bc4b
[6.8][Security] Add message to login page. (#64158) 2020-04-23 08:16:55 +02:00
Tiago Costa
0aea444da8
refact(NA): remove set loop from upgrade assistant usage collector (#63977) (#64197)
* refact(NA): use default telemetry obj in the set loop

* chore(NA): fix typecheck

* fix(NA): test run with lodash has

* chore(NA): fix older lodash has

* chore(NA): remove lodash has usage
2020-04-22 16:57:56 +01:00
spalger
da906e7e25 disable Github error reporter in 6.8 2020-04-20 11:47:44 -07:00
Dmitry Lemeshko
fdc9392f7a
update chromedriver dependency to 81.0.0 (#63266) (#63312)
Co-authored-by: Elastic Machine <elasticmachine@users.noreply.github.com>
2020-04-13 19:38:33 +03:00
Dmitry Lemeshko
fef118d23f
[6.8] update chromedriver to 80.0.1 (#57602) (#57796)
* update chromedriver to 80.0.1 (#57602)

* update index.js

Co-authored-by: Elastic Machine <elasticmachine@users.noreply.github.com>
2020-04-05 17:04:06 +03:00
Spencer
7771f2c4d5
[6.8] [ci/es] always pull snapshots, break early when they're… (#62069)
* [ci/es] always pull snapshots, break early when they're not available

* move to setup.sh after deps are installed

Co-authored-by: spalger <spalger@users.noreply.github.com>
# Conflicts:
#	test/scripts/jenkins_build_kibana.sh
#	test/scripts/jenkins_xpack_build_kibana.sh
2020-03-31 14:48:54 -07:00
Tyler Smalley
7d0e303433 bump version to 6.8.9 2020-03-31 07:45:13 -07:00
Kaarina Tungseth
16788cae20
[DOCS] 6.8.8 Release Notes (#60387)
* [DOCS] 6.8.8 Release Notes

* Adds 33777
2020-03-20 15:29:16 -05:00
Aleh Zasypkin
dc91d17ffc
[6.8] Allow SAML IdP initiated login when SAML authentication provider is NOT configured as the first provider. (#60240) 2020-03-17 07:29:59 +01:00
Aleh Zasypkin
34147e8f79
[6.8] Use refresh token for any access token error with 401 status code and re-authentication user for any refresh token error with 400 status code. (#60233)
* Use refresh token for any access token error with 401 status code and re-initiate SAML handshake for any refresh token error with 400 status code.

* Review#1: repurpose redundant tests to test token failures with 500 code.
2020-03-16 13:30:12 +01:00
Tiago Costa
a9add38491
docs(NA): add node-gyp setup instructions to the contributing guide. (#60116) (#60143) 2020-03-14 03:13:49 +00:00
spalger
1017a4668b Revert "Using re2 for Timelion regular expressions (#55208) (#60059)"
This reverts commit 29f1dd5483.
2020-03-13 09:18:45 -07:00
Brandon Kobel
29f1dd5483
Using re2 for Timelion regular expressions (#55208) (#60059)
* Using re2 for Timelion's regexs

* Patching native modules

* Restructuring to be more generic

* Fixing download_node_builds_task tests

* Updating linux sha after properly gzipping the archive

* Using a Centos7 machine with devtoolset-6. That's what node does

* Using new archives which Travis built for us

* Not using a standard import to prevent Kibana from not starting up

If the "portable" version of RE2 for some reason isn't truly portable
and can't load, we don't want to prevent the rest of Kibana from working
properly. This will only prevent Timelion from working, which isn't
great, but is less worse

* Isolating the require even further

* Detecting the package version mismatches, thanks Larry!

Co-authored-by: Elastic Machine <elasticmachine@users.noreply.github.com>

Co-authored-by: Elastic Machine <elasticmachine@users.noreply.github.com>
2020-03-12 14:33:05 -07:00
Spencer
9bf7123a67
[6.8] Disable visual baseline (#59473)
* disable visual baseline for 6.8

* test changes in primary jenkinsfile for pr

* revert main Jenkinsfile, test successful
2020-03-05 14:45:22 -07:00
spalger
6c456b7528 bump version to 6.8.8 2020-03-04 08:25:32 -07:00
Spencer
d01cdee999
[6.8] [ci] add Jenkinsfile for visual baseline job (#52154) (#59257)
* [ci] add Jenkinsfile for visual baseline job

* fixup the jenkinsfile

* update jenkinsfile syntax
2020-03-03 19:57:41 -07:00
liza-mae
0e453cc1a7
[6.8] Add a way to disable certificate verification for FTR. (#58386) (#59187)
* Add a way to disable certificate verification for FTR. (#58386)

* Add a way to disable certificate verification for FTR.

* Remove other options

Co-authored-by: Elastic Machine <elasticmachine@users.noreply.github.com>

* Delete file

Co-authored-by: Elastic Machine <elasticmachine@users.noreply.github.com>
2020-03-03 11:33:41 -07:00
Kaarina Tungseth
84b51b63e4
[DOCS] 6.8.7 Release Notes (#58486)
* [DOCS] 6.8.7 Release Notes

* Security issues

* Links
2020-03-02 15:47:39 -06:00
Nik Richers
0b8870d2d5
Switch to standard ESS trial links (#58677)
Co-authored-by: Elastic Machine <elasticmachine@users.noreply.github.com>
2020-02-27 07:49:19 -08:00
Brandon Kobel
64089136f7
Updating to @elastic/lodash@3.10.1-kibana4 (#54662) (#58266)
Co-authored-by: Elastic Machine <elasticmachine@users.noreply.github.com>

Co-authored-by: Elastic Machine <elasticmachine@users.noreply.github.com>
2020-02-21 12:42:47 -08:00
Brandon Kobel
dc8ede7781
Updating handlebars to 4.5.3 (#57626) 2020-02-13 15:21:59 -08:00
Brandon Kobel
82789d95d2
Updating to kind-of@6.0.3 (#57367) (#57383)
* Updating to kind-of@6.0.2

* Rebuilding @kbn\pm
2020-02-11 15:47:21 -08:00
Tyler Smalley
60625d894b
Update Node.js to version 10.19.0 (#56940) (#56943)
Signed-off-by: Tyler Smalley <tyler.smalley@elastic.co>
2020-02-06 07:33:44 -08:00
Anton Dosov
5aeb484116
[6.8] Limit fetching index patterns (#56603) (#56840)
Should address #56352.
2020-02-05 16:19:25 -08:00
Kaarina Tungseth
815d9e316b
[DOCS] Updates 6.8 upgrade content (#56765) 2020-02-05 10:16:55 -06:00
Larry Gregory
e2696eda53
Adds Query.AI to known-plugins.asciidoc (#50516) (#56518)
Co-authored-by: Elastic Machine <elasticmachine@users.noreply.github.com>

Co-authored-by: Kerg09 <46001886+Kerg09@users.noreply.github.com>
Co-authored-by: Elastic Machine <elasticmachine@users.noreply.github.com>
2020-01-31 11:52:33 -05:00
Brian Seeders
832d0fff85
Fix failing snapshot artifact tests when using env var (#56063) (#56175) 2020-01-28 16:57:49 -05:00
Brian Seeders
bc1058b87d
Fix Github PR comment formatting (#56078) (#56093) 2020-01-27 22:12:22 -05:00
Brian Seeders
e74f6c5658
[CI] Retry flaky tests (#53961) (#56060) 2020-01-27 16:26:18 -05:00
Dmitry Lemeshko
fd62652d7f
update chromedriver to 79 (#52784) (#52868)
Co-authored-by: Elastic Machine <elasticmachine@users.noreply.github.com>
2020-01-18 17:21:14 +01:00
Brian Seeders
79502eb2da
[6.8] Fix number of executions per agent in flaky test job (#5… (#54349) 2020-01-09 14:06:55 -05:00
Brian Seeders
259a82d32d
[6.8] Elasticsearch snapshots automation (#53706) (#54158) 2020-01-07 17:39:18 -05:00
Brian Seeders
e8202fef09
Bump year in NOTICE.txt 2019-12-31 21:50:33 -05:00
Brian Seeders
3719f071d6
[6.8] Add kibanamachine support to Github PR comments (#53852) (#53874)
* Add kibanamachine support to Github PR comments

* Temporary commit for quick successful pipeline

* Only delete the last comment if it was made by kibanamachine

* Revert "Temporary commit for quick successful pipeline"

This reverts commit d31f579697.
2019-12-31 21:42:30 -05:00
Lisa Cawley
f850bb81ec
[6.8] [DOCS] Fixes ML links (#53713) (#53723) 2019-12-20 11:43:04 -08:00
Tyler Smalley
71e90f9842 Bump version to 6.8.7
Signed-off-by: Tyler Smalley <tyler.smalley@elastic.co>
2019-12-18 10:18:58 -08:00
Ben Skelker
4757bdee24
adds security fix (#53502) 2019-12-18 18:27:54 +02:00
Kaarina Tungseth
87d05c081c
[DOCS] 6.8.6 Release Notes (#52928) 2019-12-16 11:02:09 -06:00
Spencer
a174acf677
[6.8] require yarn 1.21.1 to avoid binary planting vuln (#5289… (#52925)
# Conflicts:
#	x-pack/package.json
2019-12-12 14:23:32 -07:00
Brian Seeders
d3b3fbe96b
Print out agent debugging links during CI (#52812) (#52904) 2019-12-12 15:14:10 -05:00