-
Notifications
You must be signed in to change notification settings - Fork 8.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
# Backport This will backport the following commits from `main` to `8.x`: - [[Data View Mgmt] Implement state service (#193660)](#193660) <!--- Backport version: 9.4.3 --> ### Questions ? Please refer to the [Backport tool documentation](https://github.com/sqren/backport) <!--BACKPORT [{"author":{"name":"Matthew Kime","email":"[email protected]"},"sourceCommit":{"committedDate":"2024-09-25T14:37:17Z","message":"[Data View Mgmt] Implement state service (#193660)\n\n## Summary\r\n\r\nIntermediate step in converting Data View Management to DataViewLazy.\r\nMoved `useCallback` functionality into central service so much of the\r\nstate functionality is in one place and easier to understand and\r\nrefactor.\r\n\r\nPart of https://github.com/elastic/kibana/issues/178926\r\n\r\nBroken out from #190292 which\r\ntried to do everything in one go and became too messy.\r\n\r\n---------\r\n\r\nCo-authored-by: kibanamachine <[email protected]>\r\nCo-authored-by: Julia Rechkunova <[email protected]>","sha":"d772a11c74af1efd05242516900f06cbeb00dd6f","branchLabelMapping":{"^v9.0.0$":"main","^v8.16.0$":"8.x","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["Feature:Data Views","Feature:Kibana Management","release_note:skip","v9.0.0","Team:DataDiscovery","backport:prev-major"],"title":"[Data View Mgmt] Implement state service","number":193660,"url":"https://github.com/elastic/kibana/pull/193660","mergeCommit":{"message":"[Data View Mgmt] Implement state service (#193660)\n\n## Summary\r\n\r\nIntermediate step in converting Data View Management to DataViewLazy.\r\nMoved `useCallback` functionality into central service so much of the\r\nstate functionality is in one place and easier to understand and\r\nrefactor.\r\n\r\nPart of https://github.com/elastic/kibana/issues/178926\r\n\r\nBroken out from #190292 which\r\ntried to do everything in one go and became too messy.\r\n\r\n---------\r\n\r\nCo-authored-by: kibanamachine <[email protected]>\r\nCo-authored-by: Julia Rechkunova <[email protected]>","sha":"d772a11c74af1efd05242516900f06cbeb00dd6f"}},"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/193660","number":193660,"mergeCommit":{"message":"[Data View Mgmt] Implement state service (#193660)\n\n## Summary\r\n\r\nIntermediate step in converting Data View Management to DataViewLazy.\r\nMoved `useCallback` functionality into central service so much of the\r\nstate functionality is in one place and easier to understand and\r\nrefactor.\r\n\r\nPart of https://github.com/elastic/kibana/issues/178926\r\n\r\nBroken out from #190292 which\r\ntried to do everything in one go and became too messy.\r\n\r\n---------\r\n\r\nCo-authored-by: kibanamachine <[email protected]>\r\nCo-authored-by: Julia Rechkunova <[email protected]>","sha":"d772a11c74af1efd05242516900f06cbeb00dd6f"}}]}] BACKPORT--> Co-authored-by: Matthew Kime <[email protected]>
- Loading branch information
1 parent
7eb3bdd
commit 0308537
Showing
13 changed files
with
551 additions
and
252 deletions.
There are no files selected for viewing
317 changes: 139 additions & 178 deletions
317
src/plugins/data_view_management/public/components/edit_index_pattern/edit_index_pattern.tsx
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.