Commit graph

31 commits

Author SHA1 Message Date
Dominique Clarke
dee9010e62
[8.0] [Uptime] Update functional test directory to use a pinned version of package registry via docker (#117736) (#123823)
* [Uptime] Update functional test directory to use a pinned version of package registry via docker (#117736)

* update functional test directory to use a pinned version of package registry via docker

* remove console log

* adjust config

* skip synthetics tests if no docker image

* remove extra configs

* move synthetics tests to a different directory

* update tests

* update tests

* remove duplicate tests

* update helpers

Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
# Conflicts:
#	x-pack/test/functional_synthetics/apps/uptime/synthetics_integration.ts

* Update x-pack/test/functional_synthetics/apps/uptime/synthetics_integration.ts
2022-01-26 09:10:49 -07:00
Jonathan Buttner
ec5cc62e94
[ResponseOps][Cases] Setting rule info to null for 8.0 (#123096)
* Setting rule information to null

* Addressing PR feedback

* Re-encoding new_value

Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
2022-01-18 15:15:28 -05:00
Tim Sullivan
29165d5414
[8.0] [Screenshotting] Add functional test for report generation of dashboard with Maps embeddable (#122887) (#123008)
* [Screenshotting] Add functional test for report generation of dashboard with Maps embeddable (#122887)

* [Screenshotting] Add functional test for report with Maps embeddable

* make checkIfPngsMatch shareable

* add baseline file

* add functional test with new map saved object

* add .gitignore

* file structure corrections

* add ciGroup to test

* revert unintentional change

Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
(cherry picked from commit fddd1aafb4)

* update layerListJSON for map
2022-01-14 11:52:32 -07:00
Tim Sullivan
eb4bfd012f
[8.0] [Reporting] Fix TypeError in CSV export (#121697) (#122451)
* [Reporting] Fix TypeError in CSV export (#121697)

* [Reporting] Fix TypeError in CSV export

* functional test for sparse data csv export

* make the test functional

* silly

* fix async

* fix tests

* Update x-pack/test/functional/apps/discover/reporting.ts

Co-authored-by: Michael Dokolin <dokmic@gmail.com>

* fix

* revert empty array map in test

Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
Co-authored-by: Michael Dokolin <dokmic@gmail.com>
(cherry picked from commit 5070b9fd03)

* fix migration version in archives
2022-01-06 16:37:08 -07:00
Tim Sullivan
a5f31842e3
[8.0] [Reporting] Unskip Flaky Dashboard > Download CSV test (#121914) (#122304)
* [Reporting] Unskip Flaky Dashboard > Download CSV test (#121914)

* [Reporting] Unskip Flaky Dashboard > Download CSV test

* restructure tests

* back to ecommerce

Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>

* fix archive doc migration version

Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
2022-01-05 13:19:01 -07:00
Joe Portner
f974ecc001
[8.0] Prevent endless loop for saved object migrations (#120146) (#120350)
* Prevent endless loop for saved object migrations (#120146)

* Fix invalid saved objects

* Fix more invalid saved objects
2021-12-03 12:14:23 -07:00
Kibana Machine
18edc88695
[maps] fix layer flashes when query is updated in query bar for mvt layers (#117590) (#117938)
* [maps] fix layer flashes when query is updated in query bar for mvt layers

* remove unused services

* eslint

Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>

Co-authored-by: Nathan Reese <reese.nathan@gmail.com>
2021-11-08 23:25:40 +00:00
Kibana Machine
9b7145f3e9
Adds functional test for Canvas saved object resolve scenarios (#117386) (#117717)
Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>

Co-authored-by: Corey Robertson <corey.robertson@elastic.co>
2021-11-05 20:13:47 +00:00
Tim Sullivan
fc96462343
[Reporting/Tests] Consolidate test archives, move kbn objects to kbn_archiver (#116528) (#117440)
* remove unused

* remove kibana objects from reporting es_archives

* import objects using kibanaServer for tests

* consolidate ecommerce_kibana_spaces

* self-review

* fix nanos test

* fix loading of reporting/ecommerce_kibana_spaces

* fix csv snapshots

* fix more csv tests

* archive rename

* consolidate canvas_disallowed_url archive

* clean up snapshots

* fix CSV tests

* polish

* remove unused

* Update x-pack/test/reporting_api_integration/reporting_and_security/network_policy.ts
2021-11-04 00:11:41 +00:00
Kibana Machine
40703421d6
Migrate es_archives/lens/basic/ to kbnArchiver (#108120) (#117345)
Co-authored-by: Bhavya RM <bhavya@elastic.co>
2021-11-03 17:26:26 +00:00
Kibana Machine
9b7cdd9920
[Maps] fix unable to pluck style meta from local data for geo_grid ve… (#117033) (#117154)
* [Maps] fix unable to pluck style meta from local data for geo_grid vector tiles for any property other then count

* use metric instead of field value to be more precise

Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>

Co-authored-by: Nathan Reese <reese.nathan@gmail.com>
2021-11-02 19:45:24 +00:00
Marta Bondyra
e3aba08ea9
[Lens] Fix editor blowing up when working on non-exisiting data view (#114816)
* correct styles for config panel (if data view is unavailable, the margins are still ok)

* temp

* fix data views bugs

* add test

* integrate feedback

* Update datapanel.tsx

* Update x-pack/plugins/lens/public/indexpattern_datasource/loader.ts

Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
2021-10-21 19:43:30 +02:00
Marta Bondyra
3ab9e07962
[Lens] Fix filters not being cleaned when navigating to another visualisation (#114137)
* [Lens] fix filters not being cleaned

* Update lens_slice.ts

* types

* do not reset persistedDoc on load

* [Lens] functional test for query, filters and time range

* snapshot update

* fix flakiness

* fix getting filters from refs

* simplify tests

* confirm modal

* Update persistent_context.ts

* load the file above

* Update persistent_context.ts

* shorten c4

* flaky test

* fix geo_field changing index pattern, remove non used data view

Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
2021-10-18 17:15:49 +02:00
Tre
33b501c5c7
[Archive Migration] xpack..saved_objects_management/spaces_integration (#113047) 2021-10-01 16:51:15 +01:00
Tim Sullivan
cb37ae8142
[Reporting] Stabilize CSV export tests (#112204)
* [Reporting] Stabilize CSV export tests

* add debugging logging for results metadata

* restore accidentally deleted tests

* restore "large export" test

* remove redundant availability test

* do not filter and re-save

* fix getHitCount

* fix large export test

* skip large export test :(

Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
2021-09-27 11:44:29 -07:00
Thomas Neirynck
e268e21f7b
[Maps] Remove regionmap test references (#112734) 2021-09-21 18:18:11 -04:00
Tre
e15f74ea1d
[Archive Migration] xpack..so_mgmt_feat_ctrls_security (#112314) 2021-09-16 15:48:54 +01:00
Tre
e250c271a4
[Archive Migration] xpack...packaging (#110451)
Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
2021-09-15 14:10:27 +01:00
Uladzislau Lasitsa
70090e326c
Timelion App removal (#110255)
* Remove timelion app and stuff which related to it

* Fix CI

* Fix lint

* Fix tests

* Fix tests

* Fis tests

* Fix some comments

* Clean up

* fix CI

* fix some comments

* Fix deprecation examples

* Return `enabled` property in config for timelion vis

* Remove unused angular lib

Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
Co-authored-by: Alexey Antonov <alexwizp@gmail.com>
2021-09-10 14:53:07 +03:00
Stratoula Kalafateli
6f4d8a52dc
[Vislib] Removes old implementation of xy chart (#110786)
* [Vislib] Remove xy chart

* Update i18n

* Remove uncecessary file

* Fix types

* More fixes

* Fix functional tests part 1

* Fix functional tests part 2

* Fix bug with shard-delay

* Fix functional tests part 3

* fix functional tests part4

* Fix async_serch FT

* Fix functional dashboard async test

* REplace screenshot area chart image

* Cleanup vislib from xy charts

* Remove unused fixtures

* Address PR comments

* Remove miaou :D

* Address PR comments

* Fix i18n

Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
2021-09-08 18:35:51 +03:00
Tre
7f68ff269c
[Archive Migration] x-pack..dashboard_view_mode (#108503) 2021-08-19 19:48:26 +01:00
Tre
6579c6cb2c
[Archive Migration] x-pack..discover/feature_controls/spaces (#107644) 2021-08-10 17:46:04 +01:00
Rashmi Kulkarni
91366f0221
Rollup - Conversion of functional test files to use custom roles and permissions and also convert esArchiver to kbnArchiver (#107818)
* updated the test to use kbnArchiver to load the data and also the test uses minimal set of roles-permissions for the test-user

lint errors

lint errors

* hybrid index pattern - conversion to kbnArchiver and the test user to use specific roles n permissions
2021-08-09 12:50:13 -07:00
Tre
3b387e2619
[Archive Migration] x-pack..discover/default (#107665)
* [Archive Migration] x-pack..discover/default

* Fix load to unload in after hook.
2021-08-05 13:39:13 +01:00
Tre
8f16ad3657
[Archive Migration] Swap es archiver for kbn archiver - Canvas app (#102533)
Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
2021-08-03 10:40:03 +01:00
Tre
837eca1e32
[Archive Migration] x-pack..discover/feature_controls/security (#107156)
* [Archive Migration] x-pack..discover/feature_controls/security

Migrate x-pack..discover/feature_controls/security

* Drop fields stanza.

Signed-off-by: Tre' Seymour <wayne.seymour@elastic.co>

Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
2021-08-03 10:37:31 +01:00
Tre
c330fc5a9a
[Archive Migration] x-pack..security/flstest (#107045) 2021-07-30 14:47:50 +01:00
Tre
46def3044e
[Archive Migration] x-pack..security/discover (#106896) 2021-07-29 10:47:13 +01:00
Rashmi Kulkarni
ec75f71d4c
Timelion tests- migrate to kbnArchiver from esArchiver (#103969)
* Timelion tests- migrate to kbnArchiver

* added the logic to handle custom space

* paths and version changed
2021-07-01 11:18:14 -07:00
Rashmi Kulkarni
4cb979b688
[test] Migrating to kbn_archiver from es_archiver - for the Maps app (#103028)
* converting Maps es_archiver to kbn_archiver

* delete the esArchiver .kibana reference directory

* fix the path of the json file

* use the delete API to delete the missing references populated in the data.json

* fix the path

* kbn_archiver_maps.json

* added the missing ref

* restoring it to use esArchiver

* replace esArchiver to use kbnArchiver

* moved the data.json directly under kbnArchiver

 Please enter the commit message for your changes. Lines starting

Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
2021-06-30 06:36:53 -07:00
Bhavya RM
859b453752
Replacing es_archives/reporting/ecommerce_kibana with kbn_archiver/reporting/ecommerce.json as part of migrating to kbn_archiver (#102825) 2021-06-22 19:16:53 -04:00