Commit graph

32979 commits

Author SHA1 Message Date
Uladzislau Lasitsa c5d4d9e68a
Migrate test plugins ⇒ NP (kbn_tp_run_pipeline) (#64780)
* Migrated kbn_tp_run_pipeline to the new Platform

* Updated config.

* Added tsconfig.

* Updated index.ts for tests

* updated tsconfig

* Updated typescript task

* fixed tests

* Fixed tests

* updated comment

Co-authored-by: Elastic Machine <elasticmachine@users.noreply.github.com>
2020-05-07 10:12:46 +03:00
Mikhail Shustov 4a6ecc84a6
move core provier to NP. allows to run tests on every page (#64929)
* move core provier to NP. allows to run tests on every page

* remove no-base-path

* pass whole KbnTestServer config

* fix build path

* another id

* np

* build kibana tests plugins. it is used in xpack tests

Co-authored-by: Elastic Machine <elasticmachine@users.noreply.github.com>
2020-05-07 08:26:11 +02:00
Yuliia Naumenko 74187fd80d
Extended alerting documentation with information about using Kibana keystore and action types for preconfigured connectors (#65201)
* Extended alerting documentation with information about using Kibana keystore and action types for preconfigured connectors

* Fixed due to comments and merged two preconfig pages

* Fixed due to review comments

* Update docs/user/alerting/action-types/index.asciidoc

Co-authored-by: gchaps <33642766+gchaps@users.noreply.github.com>

* Fixed due to comments

* -

Co-authored-by: gchaps <33642766+gchaps@users.noreply.github.com>
2020-05-06 18:19:15 -07:00
Spencer 4a440427a6
[functional tests] add some missing awaits (#65566) 2020-05-06 16:45:15 -07:00
Yuliia Naumenko bb9eaf78a6
Fixed create new connector from alert flyout form throw an error messages in external plugins. (#65539)
* Fixed create new connector from alert flyout form throw an error messages in external plugins.

* Fixed due to comments
2020-05-06 16:06:40 -07:00
Steph Milovic c03bdccce1
[SIEM] [Cases] External services not getting all comments bug fix (#65307) 2020-05-06 16:09:25 -06:00
Aaron Caldwell c00b36e9e3
Migrate Coordinate Maps to NP (#64668) 2020-05-06 15:12:38 -06:00
Michail Yasonik 402df7f51e
Updating Canvas location in nav (#65519) 2020-05-06 16:11:18 -05:00
Frank Hassanabad 23bb1aa700
[SIEM][Lists] Fixes up contracts to work outside of requests
## Summary

Fixes up the API contracts to work outside of a request and as a regular plugin.

* Removes space and request stuff that is not needed
* Adds in plugin ability with space id and user name being pushed down
2020-05-06 14:56:09 -06:00
Wylie Conlon 90de711c27
[Lens] Remove "inside only" option for treemap labels (#65363)
* [Lens] Remove "inside only" option for treemap labels

* Fix type error

* Update from feedback
2020-05-06 16:45:32 -04:00
Justin Kambic 6c13f7f55e
[Uptime] Add TLS alert functional test (#65303)
* Add alert option for flyout selection helper function.

* Add functional test for TLS alerts.
2020-05-06 16:41:41 -04:00
Josh Dover d7d8eb06f7
Fix z-index of kbnLoadingIndicator (#65521) 2020-05-06 14:24:37 -06:00
John Dorlus f891a0150a
Fixed indice assertion to loop through expected keys (#64684)
* Changed assertion to loop through expected keys and confirm that they are contained within the array. Also made sure that the two arrays have the same length. Those two assertions should make sure that the contents are the same no matter the order of the keys.

* Changed assertion to loop through expected keys and confirm that they are contained within the array. Also made sure that the two arrays have the same length. Those two assertions should make sure that the contents are the same no matter the order of the keys.

* Fixed typo in function.

* Changed assertion per conversation.

* Updated assertion on second test.

* Fixed assertion for equality that's not strict.

* Added comment to code to explain why the arrays were sorted.

Co-authored-by: Elastic Machine <elasticmachine@users.noreply.github.com>
2020-05-06 15:45:32 -04:00
Dmitry Lemeshko 38c26ff337
[services/remote] set download folder with auto-saving (#65476)
* [services/remote] set download folder with auto-saving

* Update test/functional/services/remote/webdriver.ts

* use REPO_ROOT per review suggestion
2020-05-06 22:41:47 +03:00
gchaps dfcf5b35e7
[DOCS] More formatting fixes to Timelion docs (#65543) 2020-05-06 12:24:40 -07:00
spalger eef220e0c6 skip flaky suite (#65423) 2020-05-06 12:09:49 -07:00
Oliver Gupte 41c8426842
[APM] Remove service maps badge row and num instances in popover (#65492)
* Closes #65487 by removing the badge row and num instances metrics

* removed unused translations for xpack.apm.serviceMap.numInstancesMetric
2020-05-06 12:03:15 -07:00
Yuliia Naumenko 6dd5ba0e67
Updated alerting docs screenshots where necessary (#65354)
* Updated alerting docs screenshots where necessary

* Changed screenshots for management section

* fixed alt issue
2020-05-06 11:33:55 -07:00
Nathan Reese 2eaa074923
[Maps] convert EMS file source to TS (#65373)
* [Maps] convert EMS file source to TS

* ts more ems_file_source

* ts lint cleanup

* more ts clean up

* clean up some ts-ignores

* review feedback
2020-05-06 12:28:30 -06:00
Paul Tavares 552bac5dc7
[Endpoint] Policy functional (integration) tests (#64803)
* Re-enable Policy Functional tests
* Test service to provide endpoint policy test data
  - includes workaround to fleet integration service
2020-05-06 14:16:40 -04:00
Frank Hassanabad 0730bae5c6
[SIEM][Lists] More tests and renames and file movements and types (#64968)
* Adds unit tests to the schema for input/output validation 
* Changes the mocks to use a `file_name.mock.ts` pattern
* Introduces io-ts partials _carefully_ where I get both the partials and the required undefined in the types
* Introduces an Identity type to remove weird intersection types and make plain types when using io-ts.
* I Introduces a RequiredKeepUndefined in order to work with partials and keep the undefined as required for when the type is used directly within the code. This makes it simpler to force new functions/methods to have to push down `undefined` 


### Checklist

Delete any items that are not applicable to this PR.

- [x] [Unit or functional tests](https://github.com/elastic/kibana/blob/master/CONTRIBUTING.md#cross-browser-compatibility) were updated or added to match the most common scenarios
2020-05-06 12:00:12 -06:00
Oliver Gupte 7a9261adb2
Closes #65404 by updating text and considtionally displaying tooltip (#65499) 2020-05-06 10:59:14 -07:00
Mike Côté b71b13947e
Shallow clone properties when adding to registry (#65309) 2020-05-06 13:39:09 -04:00
Josh Dover 5f314227d9
Fix logstash integration with monitoring (#65165) 2020-05-06 10:42:07 -06:00
Pete Harverson 46b91cc9fd
[ML] Add check for loss_function when cloning a regression job (#65481) 2020-05-06 17:03:01 +01:00
Alejandro Fernández 8581ba8c38
[Logs UI] Add tests to the log alert executor (#64881) 2020-05-06 17:37:30 +02:00
Caroline Horn e5abec1922
[Doc-Table] Import styles into JS where possible (#65329)
Fixes styles and overflow table vis
2020-05-06 11:25:46 -04:00
spalger 3e9a12cf33 Revert "[SIEM] Eliminate Superfluous Untitled Timelines (#64341)"
This reverts commit a06c02f606.
2020-05-06 08:11:04 -07:00
Walter Rafelsberger eccdbdbf40
[ML] Data Frame Analytics: Skip job cloning functional tests. (#65465) 2020-05-06 06:48:06 -07:00
Robert Austin 4571536ba0
[Resolver] use just left and top, and remove transform, from process nodes. (#65108) 2020-05-06 09:41:40 -04:00
Aleh Zasypkin e86383037a
Add tests for the concurrent refresh token requests. (#62027) 2020-05-06 15:30:50 +02:00
Søren Louv-Jansen 313d80228a
Add version 7.8 to backport config (#65445) 2020-05-06 15:11:29 +02:00
Candace Park ce0d39bfdf
Task/policy response (#64838)
host details policy response
2020-05-06 09:02:48 -04:00
patrykkopycinski a06c02f606
[SIEM] Eliminate Superfluous Untitled Timelines (#64341) 2020-05-06 14:56:09 +02:00
Aleh Zasypkin 2a32f8f399
Sync Kerberos + Anonymous access tests with the latest security/_authenticate API (user roles now include roles of anonymous user). (#65421) 2020-05-06 13:17:42 +02:00
Dmitry Lemeshko ced64f43f7
add tsvb tests to Firefox suite (#65425) 2020-05-06 14:13:52 +03:00
Pierre Gayvallet c6b1f70ed8
Fix flaky ServerMetricsCollector integration test (#65420)
* fix flaky test

* add comment on supertest behavior
2020-05-06 12:53:43 +02:00
Cauê Marcondes 4e2b944576
[APM] Custom links section inside the Actions menu is showing outside of the menu (#65428) 2020-05-06 12:50:28 +02:00
Walter Rafelsberger 8a65950de4
[ML] Adds docs_per_second to transform edit form. (#65365)
Adds an option to edit the docs_per_second option for throttling for transforms.
2020-05-06 11:56:58 +02:00
Silvia Mitter 81ad646d22
update apm index pattern (#65424) 2020-05-06 11:53:01 +02:00
Mikhail Shustov da28df5b15
add direct build command (#65431) 2020-05-06 11:51:50 +02:00
James Gowdy 8944dbaac4
[ML] Adding daily_model_snapshot_retention_after_days to types and schemas (#65417) 2020-05-06 10:22:40 +01:00
Anton Dosov 6114ebabec
[chore] Improve request cancelation handling in vis embeddable (#65057) 2020-05-06 10:58:34 +02:00
Gidi Meir Morris 94127d803a
[Alerting] migrates acceptance and functional test fixtures to KP (#64888)
This PR migrates the vast majority of Alerting legacy code to the Kibana Platform.

This includes:

1. Removed legacy Task Manager
2. Migrates Fixture plugins in Alerting, Triggers UI and Task Manager Perf

This does not includes:

1. The PagerDuty simulator due to a lack of support for custom responses in the platform. issue opened. https://github.com/elastic/kibana/issues/65045
2. The Webhooks simulator due to a lack of support for custom authorisation. Requires investigation.
2020-05-06 09:57:26 +01:00
Pete Harverson 8483574d1e
[ML] Fixes reordering in view by selection when overall cell selected (#65290) 2020-05-06 09:26:58 +01:00
Ryan Keairns a108b23c27
Additional branding updates (#64712)
* branding updates

* update snapshots

* update loginPage snapshot

* removed unused EuiText imports

* update button label for exiting full screen

* remove unused translations

* update loading_news snapshot

* update functional baseline screenshots
2020-05-06 01:39:29 -05:00
Matthias Wilhelm 9dc5c7debe
Remove redundant formatting of percentage column (#64948)
* Remove redundant formatting of percentage column

* Fix functional test

* Fix browser test
2020-05-06 08:31:03 +02:00
Christos Nasikas 3ca63a6119
[SIEM][CASE] Configuration pages UI redesign (#65355) 2020-05-06 08:46:21 +03:00
Michail Yasonik 35e10273d3
New nav (#64018)
Notably, also removes aria-hidden from many visualizations
2020-05-05 23:14:14 -05:00
Alison Goryachev 9d88805a95
[Ingest pipelines] Address copy feedback (#65175) 2020-05-05 20:12:55 -07:00