Commit graph

20613 commits

Author SHA1 Message Date
Kaarina Tungseth
c932c75854
[DOCS] 6.8.13 Release Notes (#80906) 2020-10-22 07:54:57 -04:00
Dmitry Lemeshko
ebc3569003
update chromedriver dependency to 86.0.0 (#79972) (#81016)
# Conflicts:
#	package.json
#	yarn.lock
2020-10-19 22:13:26 +02:00
Tyler Smalley
2e5162f3ce
[build] Retry docker pull (#80432) (#80774)
Signed-off-by: Tyler Smalley <tyler.smalley@elastic.co>
# Conflicts:
#	src/dev/build/tasks/os_packages/docker_generator/templates/build_docker_sh.template.ts
2020-10-15 15:59:15 -07:00
Joe Portner
b4eb14e6c5
[6.8] Bump package versions (#77908) 2020-09-22 10:57:49 -04:00
Joe Portner
e3311b5f18
Upgrade and consolidate prop-types and create-react-class (#77803) (#77885) 2020-09-18 10:22:21 -04:00
Thomas Watson
7fd3611abf
Update Node.js to version 10.22.1 (#77619) (#77643) 2020-09-17 11:00:49 +02:00
Thomas Watson
7e338621a8
[6.8] Bump http-proxy from 1.16.2 to 1.18.1 (#76924) (#77032) 2020-09-09 14:31:16 +02:00
Thomas Watson
5583790086
[6.8] Bump bl v1.2.1 to v1.2.3 (#76758) (#76781) 2020-09-04 17:25:50 +02:00
Thomas Watson
7895de107c
[6.8] Bump bl sub-dependency (#76260) (#76349) 2020-09-02 09:19:27 +02:00
Joe Portner
d9c25a2029
Bump and consolidate dependencies (#75360) (#75441) 2020-08-19 11:56:06 -04:00
Thomas Watson
ff89de9c20
[6.8] Update Node.js to version 10.22.0 (#75254) (#75413)
# Conflicts:
#	.ci/Dockerfile
2020-08-19 13:14:22 +02:00
Tiago Costa
43791ef597
chore(NA): bump version to 6.8.13 (#75285)
Co-authored-by: Elastic Machine <elasticmachine@users.noreply.github.com>
2020-08-18 17:47:36 +01:00
Tyler Smalley
731f117b91
Adds FOSSA CLI configuration file (#70137) (#75245)
FOSSA analysis by default checks for dependencies in the following order:

1. Parse output from `npm ls --json --production` - Runs if npm exists on the system and provides an accurate list of all dependencies needed to build the production project.
2. Parse `package.json` - Runs if `package.json` can be successfully parsed into a dependency graph.
3. Run yarn list --json - This command verifies through yarn what the actual dependencies which are installed on the system are. This strategy runs with `NODE_ENV=production` by default to find production dependencies.
4. Parse `yarn.lock` - Detects dependencies based on the yarn lockfile.
5. Parse `npm-shrinkwrap.json` - Detects dependencies based on the lockfile.
6. Parse `package-lock.json` - Detects dependencies based on the lockfile.

Since our dependencies specified in `package.json` use compatible version matching (`^`), the reported version would often not be what the `yarn.lock` is currently specified to use. Because of this, we are defining a single module with a strategy on `yarn.lock`. Our `yarn.lock` file includes all dependencies.

Signed-off-by: Tyler Smalley <tyler.smalley@elastic.co>
2020-08-18 08:08:10 -07:00
Joe Portner
467b3bdb3d
lodash 4.17.19 -> 4.17.20 (#75205) (#75233) 2020-08-18 00:00:40 -04:00
Kaarina Tungseth
4d2d839690
[DOCS] 6.8.12 Release Notes (#74663) 2020-08-17 13:17:42 -07:00
Lisa Cawley
811b0069e7
[DOCS] Fix typo in release notes (#75011) 2020-08-13 18:18:03 -07:00
gchaps
01fdb91a31
[DOCS] Fixes legacy security setting (#74871) 2020-08-13 07:18:41 -07:00
Brian Seeders
e6710c74e0
[CI] In-progress Slack notifications (#74012) (#74053) 2020-08-02 17:18:01 -04:00
Brian Seeders
123a7a7136
[CI] In-progress PR comments (#72211) (#74038) 2020-08-01 17:37:33 -04:00
Marta Bondyra
6ae11fc9cb
fix: comboBox timeout added (#73498) 2020-07-30 16:59:16 +02:00
Matthias Wilhelm
114c96c694
[6.8] [Discover] Unskip Discover histogram time range test (#71056) (#73771)
- Adaption of expected the time range when the histogram was brushed
2020-07-30 14:40:30 +02:00
Joe Portner
14bfd45212
lodash 4.17.15 -> 4.17.19 (#73122) (#73513) 2020-07-28 14:44:43 -04:00
Brian Seeders
4892079889
[CI] Harden Slack notifications (#73361) (#73478) 2020-07-28 13:45:12 -04:00
Brian Seeders
0a539776a9
[CI] Backport flaky test runner changes (#73500) 2020-07-28 13:44:04 -04:00
Tiago Costa
e01d1672ac
[6.8] bump version to 6.8.12 (#73273)
Co-authored-by: Elastic Machine <elasticmachine@users.noreply.github.com>
2020-07-27 14:20:57 -07:00
Lisa Cawley
6ad7b4f086
[DOCS] Adds security fixes to release notes (#73299) 2020-07-27 08:59:01 -07:00
Joe Reuter
f8715b561a
skip flaky dashboard mode tests (#73239) 2020-07-27 10:49:03 +02:00
Brian Seeders
ff81d1b02b
[CI] [6.8] Pipeline backports (#72293) 2020-07-23 14:22:20 -04:00
Dmitry Lemeshko
e8fa2dc9c5
optionally type char by char (#72666) 2020-07-21 19:17:49 +02:00
Lisa Cawley
01c686cb8d
[DOCS] Re-adds coming macro to release notes (#72087) 2020-07-16 11:24:59 -07:00
Kaarina Tungseth
ee1f782e03
[DOCS] Adds security update to 6.8.11 Release Notes (#71712)
Co-authored-by: Elastic Machine <elasticmachine@users.noreply.github.com>
2020-07-14 14:46:16 -05:00
gchaps
77cef7dd84
[DOCS] Add 6.8.11 Release Notes (#71152) 2020-07-14 09:04:32 -07:00
Thomas Neirynck
0bf552bd6b
[6.8][Backport] Load configuration from EMS-metadata in region-maps (#70888) (#71162)
Manual backport to account for accumulated refactors. 6.8 branch predates angular->react conversion, does not use the external ems-client package, and Visualize was still not using expression-pipeline.
2020-07-09 12:03:59 -04:00
Tyler Smalley
235aca8501
[kbn-es] Exclude docker images from manifest (#71004)
Prior to 7.0, ES did not include the architecture in the filename. Tar
files were used for Linux/Darwin and ZIP for Windows. With the inclusion
of Docker files in manifest, those images are incorrectly being picked
up.

The simplest solution here is to exclude anything docker related when
running ES as we currently don't support Docker through kbn-es. Another
option would be to update Jenkinsfile_build_es for 6.8 to set the
architecture and either duplicate the entries so there is one for Linux
and Darwin, or allow architecture to be an array. The issue here is we
would need to regenerate the manifests for each 6.8.x release and 6.8 is
nearing EOL.

Signed-off-by: Tyler Smalley <tyler.smalley@elastic.co>
2020-07-07 13:31:02 -07:00
Tyler Smalley
30a36c463a
[6.8][kbn-es] Restores ES build patterns used for snapshots (#70890)
Backport changed 6.8 find behavior which this restores
Partial revert of #70648

Signed-off-by: Tyler Smalley <tyler.smalley@elastic.co>
2020-07-06 15:41:15 -07:00
liza-mae
cb22f094af
Build docker image for elasticsearch snapshot (#70482) (#70648)
* Build docker image for elasticsearch snapshot

* Consolidate statements

* Update .ci/es-snapshots/Jenkinsfile_build_es

Co-authored-by: Brian Seeders <seeders@gmail.com>

* Update find

* Use larger worker

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

Co-authored-by: Elastic Machine <elasticmachine@users.noreply.github.com>
Co-authored-by: Brian Seeders <seeders@gmail.com>
2020-07-03 06:53:48 -06:00
Aleh Zasypkin
49d0ceaf84
[6.8] Upgrade elliptic dependency (6.5.26.5.3). (#70078) 2020-06-26 17:34:23 +02:00
Aleh Zasypkin
6a529d0720
[6.8] Support deep links inside of RelayState for SAML IdP initiated login. (#69663) 2020-06-26 10:38:54 +02:00
Aleh Zasypkin
058e535172
[6.8] Redirect to Logged Out UI on SAML Logout Response. (#69815) 2020-06-25 14:12:45 +02:00
Lisa Cawley
5d14cf2062
[6.8] [DOCS] Adds kibana-pull attribute for release docs (#69554) (#69579) 2020-06-23 08:57:17 -07:00
Brandon Kobel
0d7471f741
Using re2 for Timelion regular expressions (#67416) (#68795)
* Revert "Revert "Using re2 for Timelion regular expressions (#55208)""

This reverts commit c90293d03f.

* Updating re2 to 1.14.0. Still need to update build patching

* Extract the gzip to the destination, supporting multiple extract methods

* Adding 'node' to jest's moduleFileExtensions

'node' is in the defaults, not sure why we aren't using the defaults...
https://jestjs.io/docs/en/configuration#modulefileextensions-arraystring

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

Co-authored-by: Elastic Machine <elasticmachine@users.noreply.github.com>
2020-06-18 06:29:15 -07:00
Mikhail Shustov
293d6de10c
[6.8] Make SameSite cookie's attribute configurable (#68108) (#68993)
* add SameSite:None support

* add docs

* Update docs/settings/security-settings.asciidoc

Co-authored-by: Aleh Zasypkin <aleh.zasypkin@gmail.com>

Co-authored-by: Aleh Zasypkin <aleh.zasypkin@gmail.com>
Co-authored-by: Elastic Machine <elasticmachine@users.noreply.github.com>
2020-06-15 15:33:20 +02:00
Joe Portner
335d2a630b
[6.8] Bump decompress package version (#68386) (#68514) 2020-06-08 10:48:17 -04:00
Joe Portner
a40190f12d
[6.8] Bump pdfmake package version (#68396) 2020-06-08 09:19:43 -04:00
Kaarina Tungseth
04496bd188
[DOCS] Adds security update to 6.8.9 release notes (#68129)
* [DOCS] Adds security update to 6.8.9 release notes

* Removed Elasticsearch security update
2020-06-05 13:17:34 -05:00
Thomas Watson
c86ecf5de5
Update Node.js to version 10.21.0 (#68059) (#68348) 2020-06-05 13:13:57 +02:00
Tiago Costa
300a4444ff
chore(NA): bump version to 6.8.11 (#68085)
Co-authored-by: Elastic Machine <elasticmachine@users.noreply.github.com>
2020-06-03 18:23:12 +01:00
Kaarina Tungseth
4a22cbc9bd
[DOCS] Adds security update to 6.8.10 release notes (#68110)
* [DOCS] Adds security update to 6.8.10 release notes

* Changed fix to update

Co-authored-by: Elastic Machine <elasticmachine@users.noreply.github.com>
2020-06-03 11:49:20 -05:00
gchaps
bd51aa1d3a
[DOCS] Adds 6.8.10 Release Notes (#67903) 2020-06-02 11:10:22 -07:00
Brian Seeders
756810de00
[CI] Bump chromedriver and use DETECT_CHROMEDRIVER_VERSION (#67642) (#67795)
# Conflicts:
#	package.json
2020-05-29 17:05:04 -04:00