Skip to content

Commit

Permalink
[8.x] [deprecations/dataviews]: Check in all spaces (#202354) (#202517)
Browse files Browse the repository at this point in the history
# Backport

This will backport the following commits from `main` to `8.x`:
- [[deprecations/dataviews]: Check in all spaces
(#202354)](#202354)

<!--- Backport version: 9.4.3 -->

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

<!--BACKPORT [{"author":{"name":"Alejandro Fernández
Haro","email":"[email protected]"},"sourceCommit":{"committedDate":"2024-12-02T15:40:16Z","message":"[deprecations/dataviews]:
Check in all spaces (#202354)\n\n## Summary\n\nIn order to show all
potential deprecations, the SO request should\ninclude all spaces by
appending `namespaces: ['*']`.\n\nThis PR adds that, although it doesn't
change the test (which, IMO,\nshould include the offending space). Feel
free to commit to this PR or\nto create a follow-up (whatever you
prefer).\n\nRelated:
https://github.com/elastic/kibana/issues/202341","sha":"5ed54ec93c573f2a23a00d59075000ec085fef98","branchLabelMapping":{"^v9.0.0$":"main","^v8.18.0$":"8.x","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["release_note:skip","v9.0.0","Team:DataDiscovery","backport:prev-minor"],"title":"[deprecations/dataviews]:
Check in all
spaces","number":202354,"url":"https://github.com/elastic/kibana/pull/202354","mergeCommit":{"message":"[deprecations/dataviews]:
Check in all spaces (#202354)\n\n## Summary\n\nIn order to show all
potential deprecations, the SO request should\ninclude all spaces by
appending `namespaces: ['*']`.\n\nThis PR adds that, although it doesn't
change the test (which, IMO,\nshould include the offending space). Feel
free to commit to this PR or\nto create a follow-up (whatever you
prefer).\n\nRelated:
https://github.com/elastic/kibana/issues/202341","sha":"5ed54ec93c573f2a23a00d59075000ec085fef98"}},"sourceBranch":"main","suggestedTargetBranches":[],"targetPullRequestStates":[{"branch":"main","label":"v9.0.0","branchLabelMappingKey":"^v9.0.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/202354","number":202354,"mergeCommit":{"message":"[deprecations/dataviews]:
Check in all spaces (#202354)\n\n## Summary\n\nIn order to show all
potential deprecations, the SO request should\ninclude all spaces by
appending `namespaces: ['*']`.\n\nThis PR adds that, although it doesn't
change the test (which, IMO,\nshould include the offending space). Feel
free to commit to this PR or\nto create a follow-up (whatever you
prefer).\n\nRelated:
https://github.com/elastic/kibana/issues/202341","sha":"5ed54ec93c573f2a23a00d59075000ec085fef98"}}]}]
BACKPORT-->

Co-authored-by: Alejandro Fernández Haro <[email protected]>
  • Loading branch information
kibanamachine and afharo authored Dec 2, 2024
1 parent be73fbe commit 360ef13
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ export const createScriptedFieldsDeprecationsConfig: (
type: 'index-pattern',
perPage: 1000,
fields: ['title', 'fields'],
namespaces: ['*'],
});

const indexPatternsWithScriptedFields: IndexPatternAttributesWithFields[] = [];
Expand Down

0 comments on commit 360ef13

Please sign in to comment.