-
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
[Content management] fix table list flashes table interface when empty #160650
Conversation
e5ff383
to
6beb01e
Compare
@elasticmachine merge upstream |
Pinging @elastic/kibana-presentation (Team:Presentation) |
Pinging @elastic/appex-sharedux (Team:SharedUX) |
@elasticmachine merge upstream |
💚 Build Succeeded
Metrics [docs]Async chunks
Unknown metric groupsESLint disabled line counts
Total ESLint disabled count
History
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.
Tested locally and works as expected 👍
Thanks for fixing this @nreese ! 🎉
elastic#160650) Closes elastic#159507 Closes elastic#148557 Flaky test runner https://buildkite.com/elastic/kibana-flaky-test-suite-runner/builds/2508 ### Test instructions * Install sample web logs data set * Delete dashboard that ships with sample data set * switch to another app, like visualize * Use debugger tools to throttle network connection to "slow 3g" * Open dashboard application again * Verify empty table view is never displayed and there is no flickering between views. --------- Co-authored-by: Kibana Machine <[email protected]> (cherry picked from commit 9f73f94)
💚 All backports created successfully
Note: Successful backport PRs will be merged automatically after passing CI. Questions ?Please refer to the Backport tool documentation |
…n empty (#160650) (#160893) # Backport This will backport the following commits from `main` to `8.9`: - [[Content management] fix table list flashes table interface when empty (#160650)](#160650) <!--- Backport version: 8.9.7 --> ### Questions ? Please refer to the [Backport tool documentation](https://github.com/sqren/backport) <!--BACKPORT [{"author":{"name":"Nathan Reese","email":"[email protected]"},"sourceCommit":{"committedDate":"2023-06-29T13:55:16Z","message":"[Content management] fix table list flashes table interface when empty (#160650)\n\nCloses https://github.com/elastic/kibana/issues/159507\r\nCloses https://github.com/elastic/kibana/issues/148557\r\n\r\nFlaky test runner\r\nhttps://buildkite.com/elastic/kibana-flaky-test-suite-runner/builds/2508\r\n\r\n### Test instructions\r\n* Install sample web logs data set\r\n* Delete dashboard that ships with sample data set\r\n* switch to another app, like visualize\r\n* Use debugger tools to throttle network connection to \"slow 3g\"\r\n* Open dashboard application again\r\n* Verify empty table view is never displayed and there is no flickering\r\nbetween views.\r\n\r\n---------\r\n\r\nCo-authored-by: Kibana Machine <[email protected]>","sha":"9f73f9479c1ff77fbada8305e618931b57d65796","branchLabelMapping":{"^v8.10.0$":"main","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["Team:Presentation","release_note:skip","Team:SharedUX","v8.9.0","v8.10.0"],"number":160650,"url":"https://github.com/elastic/kibana/pull/160650","mergeCommit":{"message":"[Content management] fix table list flashes table interface when empty (#160650)\n\nCloses https://github.com/elastic/kibana/issues/159507\r\nCloses https://github.com/elastic/kibana/issues/148557\r\n\r\nFlaky test runner\r\nhttps://buildkite.com/elastic/kibana-flaky-test-suite-runner/builds/2508\r\n\r\n### Test instructions\r\n* Install sample web logs data set\r\n* Delete dashboard that ships with sample data set\r\n* switch to another app, like visualize\r\n* Use debugger tools to throttle network connection to \"slow 3g\"\r\n* Open dashboard application again\r\n* Verify empty table view is never displayed and there is no flickering\r\nbetween views.\r\n\r\n---------\r\n\r\nCo-authored-by: Kibana Machine <[email protected]>","sha":"9f73f9479c1ff77fbada8305e618931b57d65796"}},"sourceBranch":"main","suggestedTargetBranches":["8.9"],"targetPullRequestStates":[{"branch":"8.9","label":"v8.9.0","labelRegex":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"},{"branch":"main","label":"v8.10.0","labelRegex":"^v8.10.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/160650","number":160650,"mergeCommit":{"message":"[Content management] fix table list flashes table interface when empty (#160650)\n\nCloses https://github.com/elastic/kibana/issues/159507\r\nCloses https://github.com/elastic/kibana/issues/148557\r\n\r\nFlaky test runner\r\nhttps://buildkite.com/elastic/kibana-flaky-test-suite-runner/builds/2508\r\n\r\n### Test instructions\r\n* Install sample web logs data set\r\n* Delete dashboard that ships with sample data set\r\n* switch to another app, like visualize\r\n* Use debugger tools to throttle network connection to \"slow 3g\"\r\n* Open dashboard application again\r\n* Verify empty table view is never displayed and there is no flickering\r\nbetween views.\r\n\r\n---------\r\n\r\nCo-authored-by: Kibana Machine <[email protected]>","sha":"9f73f9479c1ff77fbada8305e618931b57d65796"}}]}] BACKPORT--> Co-authored-by: Nathan Reese <[email protected]>
Closes #159507
Closes #148557
Flaky test runner https://buildkite.com/elastic/kibana-flaky-test-suite-runner/builds/2508
Test instructions