-
Notifications
You must be signed in to change notification settings - Fork 8.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[SLOs] Refetch data views on save #181033
Conversation
🤖 GitHub commentsExpand to view the GitHub comments
Just comment with:
|
Pinging @elastic/obs-ux-management-team (Team:obs-ux-management) |
💚 Build Succeeded
Metrics [docs]Async chunks
Public APIs missing exports
Page load bundle
To update your PR or re-run it, just comment with: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
## Summary Refetch data views on save !! Fixes elastic#179478 (cherry picked from commit 86df2fc)
💚 All backports created successfully
Note: Successful backport PRs will be merged automatically after passing CI. Questions ?Please refer to the Backport tool documentation |
# Backport This will backport the following commits from `main` to `8.14`: - [[SLOs] Refetch data views on save (#181033)](#181033) <!--- Backport version: 9.4.3 --> ### Questions ? Please refer to the [Backport tool documentation](https://github.com/sqren/backport) <!--BACKPORT [{"author":{"name":"Shahzad","email":"[email protected]"},"sourceCommit":{"committedDate":"2024-04-18T07:48:08Z","message":"[SLOs] Refetch data views on save (#181033)\n\n## Summary\r\n\r\nRefetch data views on save !!\r\n\r\nFixes https://github.com/elastic/kibana/issues/179478","sha":"86df2fc9ae9c71b6d3e22ebdcc850bdf113c1fb3","branchLabelMapping":{"^v8.15.0$":"main","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["release_note:fix","Team:obs-ux-management","v8.14.0","v8.15.0"],"title":"[SLOs] Refetch data views on save","number":181033,"url":"https://github.com/elastic/kibana/pull/181033","mergeCommit":{"message":"[SLOs] Refetch data views on save (#181033)\n\n## Summary\r\n\r\nRefetch data views on save !!\r\n\r\nFixes https://github.com/elastic/kibana/issues/179478","sha":"86df2fc9ae9c71b6d3e22ebdcc850bdf113c1fb3"}},"sourceBranch":"main","suggestedTargetBranches":["8.14"],"targetPullRequestStates":[{"branch":"8.14","label":"v8.14.0","branchLabelMappingKey":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"},{"branch":"main","label":"v8.15.0","branchLabelMappingKey":"^v8.15.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/181033","number":181033,"mergeCommit":{"message":"[SLOs] Refetch data views on save (#181033)\n\n## Summary\r\n\r\nRefetch data views on save !!\r\n\r\nFixes https://github.com/elastic/kibana/issues/179478","sha":"86df2fc9ae9c71b6d3e22ebdcc850bdf113c1fb3"}}]}] BACKPORT--> Co-authored-by: Shahzad <[email protected]>
Summary
Refetch data views on save !!
Fixes #179478