Fix drill-down windows: inline plan XML, time range, aggregation#189
Merged
erikdarlingdata merged 1 commit intodevfrom Feb 20, 2026
Merged
Fix drill-down windows: inline plan XML, time range, aggregation#189erikdarlingdata merged 1 commit intodevfrom
erikdarlingdata merged 1 commit intodevfrom
Conversation
…ing, aggregate by collection_time - Remove query_plan_text/query_plan from drill-down SELECT queries (was loading 122 MB inline, hanging the app) - Add on-demand plan fetch methods for all three drill-down types - Pass parent view's time range (hoursBack/fromDate/toDate) through to drill-down queries - Aggregate query_stats drill-down by collection_time with MAX for cumulative counters (matches report.query_stats_summary pattern) - Aggregate query_store drill-down by collection_time + plan_id with weighted averages - Remove broken 7-day DATEADD filter from PR #179 that prevented drill-downs from returning data - Fix Download button: increase RowHeight 30->35, remove stale IsEnabled binding, async on-demand fetch - Fix DefaultTraceContent/CurrentConfigContent StaticResource -> DynamicResource for theme support - Add upgrade script for memory_stats columns (1.2.0 -> 1.3.0) Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Test plan
🤖 Generated with Claude Code