kibana/test/functional/apps/management
Kibana Machine ad47e5faf8
[8.9] [data views] fix renamed field filters (#162860) (#163047)
# Backport

This will backport the following commits from `main` to `8.9`:
- [[data views] fix renamed field filters
(#162860)](https://github.com/elastic/kibana/pull/162860)

<!--- Backport version: 8.9.7 -->

### Questions ?
Please refer to the [Backport tool
documentation](https://github.com/sqren/backport)

<!--BACKPORT [{"author":{"name":"Matthew
Kime","email":"matt@mattki.me"},"sourceCommit":{"committedDate":"2023-08-03T10:48:40Z","message":"[data
views] fix renamed field filters (#162860)\n\n## Summary\r\n\r\nField
filters (aka source filters) are given a `clientId` when
they're\r\nchanged. Unfortunately this is missing from the schema which
can result\r\nin schema failures.\r\n\r\nThe schema has been fixed and a
functional test has been added that\r\nverifies field filter renaming
functionality.\r\n\r\nCloses:
https://github.com/elastic/kibana/issues/162611\r\n\r\n## Release
Note\r\n\r\nResolves potential errors present in v8.9.0 with data views
that contain\r\nfield filters that have been
edited.","sha":"d9f5223e2de3815da750cbb8ef6db8994fa087c5","branchLabelMapping":{"^v8.10.0$":"main","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["release_note:fix","Feature:Data
Views","Team:DataDiscovery","backport:prev-minor","v8.10.0"],"number":162860,"url":"https://github.com/elastic/kibana/pull/162860","mergeCommit":{"message":"[data
views] fix renamed field filters (#162860)\n\n## Summary\r\n\r\nField
filters (aka source filters) are given a `clientId` when
they're\r\nchanged. Unfortunately this is missing from the schema which
can result\r\nin schema failures.\r\n\r\nThe schema has been fixed and a
functional test has been added that\r\nverifies field filter renaming
functionality.\r\n\r\nCloses:
https://github.com/elastic/kibana/issues/162611\r\n\r\n## Release
Note\r\n\r\nResolves potential errors present in v8.9.0 with data views
that contain\r\nfield filters that have been
edited.","sha":"d9f5223e2de3815da750cbb8ef6db8994fa087c5"}},"sourceBranch":"main","suggestedTargetBranches":[],"targetPullRequestStates":[{"branch":"main","label":"v8.10.0","labelRegex":"^v8.10.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/162860","number":162860,"mergeCommit":{"message":"[data
views] fix renamed field filters (#162860)\n\n## Summary\r\n\r\nField
filters (aka source filters) are given a `clientId` when
they're\r\nchanged. Unfortunately this is missing from the schema which
can result\r\nin schema failures.\r\n\r\nThe schema has been fixed and a
functional test has been added that\r\nverifies field filter renaming
functionality.\r\n\r\nCloses:
https://github.com/elastic/kibana/issues/162611\r\n\r\n## Release
Note\r\n\r\nResolves potential errors present in v8.9.0 with data views
that contain\r\nfield filters that have been
edited.","sha":"d9f5223e2de3815da750cbb8ef6db8994fa087c5"}}]}]
BACKPORT-->

Co-authored-by: Matthew Kime <matt@mattki.me>
2023-08-03 04:59:10 -07:00
..
ccs_compatibility Add CCS Tests For Data Views (#138861) 2022-08-17 18:36:34 -04:00
exports Removes support for legacy exports (#110738) 2021-09-03 07:22:14 -07:00
_create_index_pattern_wizard.ts [data views] functional tests to typescript (#126977) 2022-03-07 07:24:39 -06:00
_data_view_create_delete.ts [8.9] [data view editor] Fix data view timestamp validation (#150398) (#160990) 2023-06-30 06:36:29 -07:00
_data_view_field_filters.ts [8.9] [data views] fix renamed field filters (#162860) (#163047) 2023-08-03 04:59:10 -07:00
_data_view_relationships.ts Fix cloud test failures for 8.4 (#139155) 2022-08-22 17:52:13 -06:00
_edit_field.ts Use fields API to fix keyword fields in data view field editor (#145943) 2022-12-14 12:04:51 -07:00
_exclude_index_pattern.ts Fix management test to run against cloud (#138656) 2022-08-11 13:02:41 -06:00
_field_formatter.ts Unskip field format editor tests (#140822) 2022-09-22 04:43:04 -07:00
_files.ts [8.9] [Files management] Fix flaky functional test (#162146) (#162305) 2023-07-20 02:43:12 -07:00
_handle_alias.ts [Archive Migration] batch 5 of removing empty_kibana (#139410) 2022-08-27 11:24:39 +03:00
_handle_not_found.ts [DataViews] fix behavior for loading a missing data view (#139044) 2022-08-24 09:12:28 -07:00
_handle_version_conflict.ts Split the .kibana saved objects index into multiple indices (#154888) 2023-04-25 09:43:42 +02:00
_import_objects.ts [Archive Migration] Kbn archiver management (#133675) 2022-06-07 19:41:48 +02:00
_index_pattern_filter.ts checking for flakiness of index pattern filter test (#144180) 2022-10-31 11:25:02 -07:00
_index_pattern_popularity.ts [data views] functional tests to typescript (#126977) 2022-03-07 07:24:39 -06:00
_index_pattern_results_sort.ts [Discover] Remove _type of uiSettings metaFields (#134453) 2022-06-17 20:09:25 +02:00
_index_patterns_empty.ts show empty prompts in page and don't auto-open flyout in DataViews (#134469) 2022-06-28 02:12:19 -07:00
_kibana_settings.ts [data views] functional tests to typescript (#126977) 2022-03-07 07:24:39 -06:00
_legacy_url_redirect.ts [data view mgmt] change urls from indexPatterns to dataViews (#114912) 2021-10-21 05:42:13 -05:00
_mgmt_import_saved_objects.ts [data views] functional tests to typescript (#126977) 2022-03-07 07:24:39 -06:00
_runtime_fields.ts [data view field editor] Fix runtime field format editor (#148497) 2023-01-09 09:33:12 -06:00
_runtime_fields_composite.ts [8.9] [data views / runtime fields] Fix runtime fields with dots in the name (#160458) (#160954) 2023-06-29 20:37:21 -07:00
_scripted_fields.ts [UnifiedFieldList] Remove redundant server routes. Create new example plugin for unified field list components and migrate tests. (#158377) 2023-05-31 13:25:47 +02:00
_scripted_fields_classic_table.ts [UnifiedFieldList] Remove redundant server routes. Create new example plugin for unified field list components and migrate tests. (#158377) 2023-05-31 13:25:47 +02:00
_scripted_fields_filter.ts [Archive Migration] Kbn archiver management (#133675) 2022-06-07 19:41:48 +02:00
_scripted_fields_preview.ts [data views] functional tests to typescript (#126977) 2022-03-07 07:24:39 -06:00
_test_huge_fields.ts [Discover] Remove _type of uiSettings metaFields (#134453) 2022-06-17 20:09:25 +02:00
config.ts [ftr] automatically determine config run order (#130983) 2022-05-04 17:05:58 -05:00
index.ts [8.9] [data views] fix renamed field filters (#162860) (#163047) 2023-08-03 04:59:10 -07:00