-
Notifications
You must be signed in to change notification settings - Fork 8.2k
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
Fix issue with heatmap showing black tiles #20753
Conversation
Since this is a community submitted pull request, a Jenkins build has not been kicked off automatically. Can an Elastic organization member please verify the contents of this patch and then kick off a build manually? |
Hi @guanghaofan, we have found your signature in our records, but it seems like you have signed with a different e-mail than the one used in yout Git commit. Can you please add both of these e-mails into your Github profile (they can be hidden), so we can match your e-mails to your Github profile? |
@karmi just added the commit email, thank you for your reminder! |
/cc @elastic/kibana-visualizations |
Jenkins, test this |
Jenkins, test this |
💔 Build Failed |
@guanghaofan Actually the PR seems to fail linting rules. That should automatically be checked on commiting actually 🤔 You can run linting (in case your editor doesn't do it automatically) by using |
@timroes I will update it soon! thanks! |
…ll range is grate than the maxmum allowed color count
jenkins test this |
💔 Build Failed |
jenkins test this |
💔 Build Failed |
@guanghaofan can you please rebase on master to see if the CI test pass? |
💔 Build Failed |
1375 passing (1m)
Warning: non-zero exit code 5 Use --force to continue. but can pass the │ succ ✓ 0 sec info [ kibana ] Transpiling SCSS to CSS info [kibana-oss] Transpiling SCSS to CSS info [ kibana ] Cleaning tests, examples, docs, etc. from node_modules info [kibana-oss] Cleaning tests, examples, docs, etc. from node_modules info [ kibana ] Running optimizer info [kibana-oss] Running optimizer info [ kibana ] Creating platform-specific archive source directories |
retest |
💔 Build Failed |
so why failing on those tests? and I can not see the details of the online build? |
@guanghaofan sorry for the delay and long wait on this PR get merged. |
retest |
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.
Code LGTM. Waiting for CI to pass after merging master.
💔 Build Failed |
Jenkins, test this - seems like a flaky test (cc @stacey-gammon ):
On the screenshot the toast is visible. |
💚 Build Succeeded |
* Heatmap metric data points should only be quantized while the data full range is grate than the maxmum allowed color count * The data cell with metric value 'null' should always be hidden in the heatmap * Add one variable for max color count and follow the coding style
@guanghaofan Thanks a lot for fixing this issue. We merged this PR now on master and 6.x, so it will be released with 6.5.0. |
* Heatmap metric data points should only be quantized while the data full range is grate than the maxmum allowed color count * The data cell with metric value 'null' should always be hidden in the heatmap * Add one variable for max color count and follow the coding style
Fixes #20544, fixes #12420
the enhancement and the fix: