-
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
[Streams] Schema Editor refresh button #208093
Conversation
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.
Works as expected, LGTM
…bana into schema-editor-refresh-button
💛 Build succeeded, but was flaky
Failed CI StepsTest Failures
Metrics [docs]Async chunks
History
cc @Kerry350 |
Starting backport for target branches: 8.18, 8.x, 9.0 |
## Summary Implements: elastic#207066 (comment) I'm not sure how "smart" we need this to be. The `<EuiProgress />` component already shows when either of these requests are running, but the table doesn't auto-scroll back to the top when items are reloaded (for example). --------- Co-authored-by: Joe Reuter <[email protected]> Co-authored-by: kibanamachine <[email protected]> (cherry picked from commit 9936dee)
💔 Some backports could not be created
Note: Successful backport PRs will be merged automatically after passing CI. Manual backportTo create the backport manually run:
Questions ?Please refer to the Backport tool documentation |
# Backport This will backport the following commits from `main` to `8.x`: - [[Streams] Schema Editor refresh button (#208093)](#208093) <!--- Backport version: 9.4.3 --> ### Questions ? Please refer to the [Backport tool documentation](https://github.com/sqren/backport) <!--BACKPORT [{"author":{"name":"Kerry Gallagher","email":"[email protected]"},"sourceCommit":{"committedDate":"2025-01-31T12:32:48Z","message":"[Streams] Schema Editor refresh button (#208093)\n\n## Summary\r\n\r\nImplements:\r\nhttps://github.com//pull/207066#issuecomment-2609651683\r\n\r\nI'm not sure how \"smart\" we need this to be. The `<EuiProgress />`\r\ncomponent already shows when either of these requests are running, but\r\nthe table doesn't auto-scroll back to the top when items are reloaded\r\n(for example).\r\n\r\n---------\r\n\r\nCo-authored-by: Joe Reuter <[email protected]>\r\nCo-authored-by: kibanamachine <[email protected]>","sha":"9936dee95d5c1dddfd496e3307847782523bb15f","branchLabelMapping":{"^v9.1.0$":"main","^v8.19.0$":"8.x","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["release_note:skip","v9.0.0","backport:version","v8.18.0","Feature:Streams","v9.1.0","v8.19.0"],"title":"[Streams] Schema Editor refresh button","number":208093,"url":"https://github.com/elastic/kibana/pull/208093","mergeCommit":{"message":"[Streams] Schema Editor refresh button (#208093)\n\n## Summary\r\n\r\nImplements:\r\nhttps://github.com//pull/207066#issuecomment-2609651683\r\n\r\nI'm not sure how \"smart\" we need this to be. The `<EuiProgress />`\r\ncomponent already shows when either of these requests are running, but\r\nthe table doesn't auto-scroll back to the top when items are reloaded\r\n(for example).\r\n\r\n---------\r\n\r\nCo-authored-by: Joe Reuter <[email protected]>\r\nCo-authored-by: kibanamachine <[email protected]>","sha":"9936dee95d5c1dddfd496e3307847782523bb15f"}},"sourceBranch":"main","suggestedTargetBranches":["9.0","8.18","8.x"],"targetPullRequestStates":[{"branch":"9.0","label":"v9.0.0","branchLabelMappingKey":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"},{"branch":"8.18","label":"v8.18.0","branchLabelMappingKey":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"},{"branch":"main","label":"v9.1.0","branchLabelMappingKey":"^v9.1.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/208093","number":208093,"mergeCommit":{"message":"[Streams] Schema Editor refresh button (#208093)\n\n## Summary\r\n\r\nImplements:\r\nhttps://github.com//pull/207066#issuecomment-2609651683\r\n\r\nI'm not sure how \"smart\" we need this to be. The `<EuiProgress />`\r\ncomponent already shows when either of these requests are running, but\r\nthe table doesn't auto-scroll back to the top when items are reloaded\r\n(for example).\r\n\r\n---------\r\n\r\nCo-authored-by: Joe Reuter <[email protected]>\r\nCo-authored-by: kibanamachine <[email protected]>","sha":"9936dee95d5c1dddfd496e3307847782523bb15f"}},{"branch":"8.x","label":"v8.19.0","branchLabelMappingKey":"^v8.19.0$","isSourceBranch":false,"state":"NOT_CREATED"}]}] BACKPORT--> Co-authored-by: Kerry Gallagher <[email protected]>
Summary
Implements: #207066 (comment)
I'm not sure how "smart" we need this to be. The
<EuiProgress />
component already shows when either of these requests are running, but the table doesn't auto-scroll back to the top when items are reloaded (for example).