Commit graph

336 commits

Author SHA1 Message Date
Joe Portner 14bfd45212
lodash 4.17.15 -> 4.17.19 (#73122) (#73513) 2020-07-28 14:44:43 -04:00
Aleh Zasypkin 49d0ceaf84
[6.8] Upgrade elliptic dependency (6.5.26.5.3). (#70078) 2020-06-26 17:34:23 +02: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
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
Brian Seeders 756810de00
[CI] Bump chromedriver and use DETECT_CHROMEDRIVER_VERSION (#67642) (#67795)
# Conflicts:
#	package.json
2020-05-29 17:05:04 -04:00
Brian Seeders 8542051ee8
Revert "[CI] Bump chromedriver and use DETECT_CHROMEDRIVER_VERSION (#67182) (#67491)"
This reverts commit cc52f497ea.
2020-05-27 17:22:04 -04:00
Brian Seeders cc52f497ea
[CI] Bump chromedriver and use DETECT_CHROMEDRIVER_VERSION (#67182) (#67491)
# Conflicts:
#	package.json
2020-05-27 12:56:25 -04:00
Joe Portner fbe078c6bd
[6.8] Bump jquery from 3.4.1 to 3.5.0 (#64884) again (#67036) 2020-05-21 15:05:58 -04:00
Joe Reuter 93e09d23e6
[6.8] Tsvb less update (#65467) (#66200) 2020-05-14 09:35:43 +02:00
Joe Portner 12085a84c0
[6.8] Revert jquery update (#66201) 2020-05-12 08:52:04 -04:00
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
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
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
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
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
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
Dmitry Lemeshko 29c86a08e2
update chromedriver to 78 (#50737) (#50858) 2019-11-16 23:42:55 +01:00
Brandon Kobel 1aa10bdf9b
Updating handlebars to 4.3.5 (#47479) (#47542) 2019-10-07 19:02:01 -07:00
Dmitry Lemeshko 1a1a3ba736
Update chromedriver to 77 (#45614) (#46038)
* bump chromedriver to v77

* fix file import
2019-09-18 20:41:54 +02:00
Chandler Prall 45d93ba1de
Upgrade EUI 6.10.8 -> 6.10.9 (#44921) 2019-09-05 14:23:09 -06:00
Dmitry Lemeshko 06f6d7f025
[6.8] bump chromedriver version to 76 (#42468) (#42884)
* bump chromedriver version to 76 (#42468)

* bump chromedriver version to 76

* [test/interpreter_functional] update snapshots

* [test/interpreter_functional] skip failing tests

* Revert "[test/interpreter_functional] update snapshots"

This reverts commit 6401554882.

* [test/interpreter_functional] skip snapshot tests

* skip failing tests

* remove moveMouseTo for click

* Revert "skip failing tests"

This reverts commit 3371d93228.
2019-08-10 20:55:13 +02:00
Brandon Kobel 8bb613e22a
Updating lodash (#40702) (#41033)
* Updating to @elastic/lodash to 3.10.1-npm-kibana2

* Updating lodash to 4.17.13

There's a stray dependency to lodash 4.17.11 via cypress which doesn't
use "^". This is a dev dependency, so we can ignore it for a bit while
they update their package.json

* Updating some forgotten references to @elastic/lodash@3.10.1-kibana1

* Updating lodash-es to 4.17.13

* Updating to @elastic/lodash to 3.10.1-npm-kibana3

* Using the root resolutions to update cypress's version of lodash.

Thanks @spalger!!!
2019-07-16 07:16:55 -07:00
Dmitry Lemeshko 8870ba4f0c
FTR: upgrade chromedriver to 75 (#40791) (#41069) 2019-07-13 07:30:15 +02:00
Peter Schretlen 7d7b45b185
[6.8] upgrade prop-types to an MIT-licensed version (#39526) (#39608)
* upgrade prop-types to an MIT-licensed version (#39526)
2019-06-26 12:45:29 -04:00
spalger 7889940c93 Revert "re-enable yarn.lock validation checks"
This reverts commit 0e25e682e6.
2019-06-06 21:32:18 -07:00
spalger 2fbd5ecb7a Revert "update yarn.lock"
This reverts commit 459a601148.
2019-06-06 21:32:10 -07:00
spalger 459a601148 update yarn.lock 2019-06-06 18:40:13 -07:00
spalger 0e25e682e6 re-enable yarn.lock validation checks
(cherry picked from commit b09c0571c0)
2019-06-06 17:55:57 -07:00
dave.snider@gmail.com 5f790a10dc
[6.8] eui 6.10.8 (#37038) 2019-05-23 16:34:39 -07:00
Tyler Smalley 54e4c99ee3
Bump elasticsearch-js to 15.5.0 (#35910) (#35916)
Signed-off-by: Tyler Smalley <tyler.smalley@elastic.co>
2019-05-01 18:04:01 -07:00
spalger c69c416624 update chromedriver
(cherry picked from commit 3b71d997e4)
2019-04-24 18:36:42 -07:00
Dmitry Lemeshko 1667175376
bump chromedriver to 73 (#35395) (#35472) 2019-04-23 17:23:29 +02:00
Dmitry Lemeshko a683b34b17
[6.7] bump chromedriver to 2.46.0 (#27302) (#35017)
* bump chromedriver to 2.46.0 (#27302)

* [services/leadfoot_element_wrapper] update Session.execute call

* [services/leadfoot_element_wrapper] fix clearValueWithKeyboard

* fix scripted fields tests

* fix heatmap functional test
2019-04-15 18:10:04 +02:00
Greg Thompson a7819a5e9a [6.7] Upgrades EUI to 6.10.6 (backported browser-related fix) (#33883) (#33972)
* Upgrades EUI to 6.10.6 (backported browser-related fix) (#33883)

* eui to 6.10.6

* update snapshots related to onClick

* yarn.lock
2019-04-04 12:31:19 -07:00
Spencer 78e18e8809
[yarn] upgrade geckodriver (#34216) (#34219) 2019-03-29 23:40:04 -07:00
Spencer 92c968cc13
[6.7] [kbn/es] use artifact api to determine snapshot url (#33893) (#34120)
Backports the following commits to 6.7:
 - [kbn/es] use artifact api to determine snapshot url  (#33893)
2019-03-28 15:32:23 -07:00
Joel Griffith fc28e1b047
Chore/update headless shell to pptr@1.13.0 (#33272) (#33433) 2019-03-18 11:40:05 -07:00
Chandler Prall 02309629fd
Upgrade to EUI v6.10.5 (#33267) 2019-03-15 08:18:39 -06:00
Brandon Kobel 5618e1a5e3
Upgrading handlebars (#32699) (#32717) 2019-03-08 13:52:53 -08:00
Jason Rhodes 8e398bda98
[6.7 backport] Updates EUI to include date picker types (#31937) (#32581)
* [7.0] Updates EUI to include date picker types (#31937)

* Fixed a simple argument bug and removed infra date picker EUI types

* Fixes for EUI date picker types

* Updates EUI to 6.10.4 to bring in date picker types, adds react-datepicker types as a necessary peer dep

* Updates moment imports to import from moment-timezone to avoid type collisions

* Syncs version for react-datepicker types between x-pack and kibana root

* Fixes query bar type issue with eui super date picker
2019-03-07 13:18:04 -05:00
Mikhail Shustov 1d93e8db8d
update @types/node to latest v10 (#32306) (#32324) 2019-03-01 19:11:39 +01:00
Spencer 98b991c3c8
[6.7] [kbn-test] upgrade to babel7, add ts support (#32168) (#32227)
Backports the following commits to 6.7:
 - [kbn-test] upgrade to babel7, add ts support  (#32168)
2019-02-28 11:18:27 -08:00
Clint Andrew Hall bc7ff50f15
[6.7] Kill unnecessary re-renders in ElementWrapper (#31734) (#31969)
Backports the following commits to 6.7:
 - Kill unnecessary re-renders in ElementWrapper  (#31734)
2019-02-26 00:06:31 -06:00
Chandler Prall 7930a3f045
Upgrade eui to 6.10.3 (#31696) (#31756) 2019-02-22 10:03:57 -07:00