-
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
[ML] Fix time range adjustment for the swim lane causing the infinite loop update #86461
[ML] Fix time range adjustment for the swim lane causing the infinite loop update #86461
Conversation
Pinging @elastic/ml-ui (:ml) |
This looks like it has fixed the issue in #86328, but in testing this, I noticed there is an issue with the 'tooManyBuckets' warning: The warning shouldn't be shown here as the chart is displaying the time range of the selected cell. I think the final check in
Update: Retested and confirmed fixed by 3a948fc |
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 latest edits and LGTM. Just found a typo in one of the tests!
x-pack/plugins/ml/public/application/explorer/hooks/use_selected_cells.test.ts
Outdated
Show resolved
Hide resolved
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
💚 Build SucceededMetrics [docs]Async chunks
Distributable file count
History
To update your PR or re-run it, just comment with: |
… loop update (elastic#86461) * [ML] fix swim lane time selection adjustment * [ML] fix adjustment * [ML] fix tooManyBuckets condition * [ML] fix typo
… loop update (elastic#86461) * [ML] fix swim lane time selection adjustment * [ML] fix adjustment * [ML] fix tooManyBuckets condition * [ML] fix typo
… loop update (elastic#86461) * [ML] fix swim lane time selection adjustment * [ML] fix adjustment * [ML] fix tooManyBuckets condition * [ML] fix typo # Conflicts: # x-pack/plugins/ml/public/application/explorer/hooks/use_selected_cells.ts # x-pack/plugins/ml/public/application/routing/routes/explorer.tsx
* master: (36 commits) update apm index pattern (elastic#86739) [Visualizations] Remove vis_default_editor - visualize plugins cyclic dependencies (elastic#85422) [ML] Fix alignment of values in data frame analytics results view badges (elastic#86621) [Visualizations] Remove charts - editor plugins cyclic dependencies (elastic#84887) fixing blank page (elastic#86640) Update dependency vega to ^5.17.1 (elastic#86715) [Monitoring] Convert Kibana-related server files that read from _source to typescript (elastic#86364) Uses @elastic/elasticsearch-canary (elastic#86398) [CI] Removes script previously used for Karma (elastic#86412) [build] Remove grunt checkPlugins task (elastic#85852) [build] Remove grunt docker:docs task (elastic#85848) [ML] Add doc link for classification AUC ROC evaluation (elastic#86660) [ML] Edits saved object synchronization message (elastic#86664) Uses the new es client in canvas usage collector's fetch methods (elastic#86668) [ML] Support legacy watcher URL (elastic#86661) [ML] Fix Single Metric Viewer y domain extending beyond the visible focus area (elastic#86655) Migrates search telemetry usage collector es client from legacy to new (elastic#86597) [Alerting] Encourage type safe usage of Alerting (elastic#86623) Migrates kql_telemetry usage collector es client (elastic#86585) [ML] Fix time range adjustment for the swim lane causing the infinite loop update (elastic#86461) ...
…nfinite loop update (#86461) (#86680) * [ML] Fix time range adjustment for the swim lane causing the infinite loop update (#86461) * [ML] fix swim lane time selection adjustment * [ML] fix adjustment * [ML] fix tooManyBuckets condition * [ML] fix typo # Conflicts: # x-pack/plugins/ml/public/application/explorer/hooks/use_selected_cells.ts # x-pack/plugins/ml/public/application/routing/routes/explorer.tsx * [ML] adjust unit tests * [ML] disable mock ts check
Summary
Fixes #86328
Checklist