v1.4.0: Config consolidation, DB drop, DuckDB-first plans, lock wait chart, clipboard fix#224
Merged
erikdarlingdata merged 1 commit intodevfrom Feb 22, 2026
Merged
Conversation
…kDB-first plans, lock wait trend, clipboard fix, procedure stats parity Issues addressed: - #185: Consolidate Server/Database/Trace Flag config change tabs into single ConfigChangesContent UserControl with sub-tabs (Dashboard) - #201: Add option to drop PerformanceMonitor database when removing a server, with confirmation dialog (Dashboard) - #219: Try DuckDB cache first for query plan downloads before falling back to live server (Lite) - #141: Add lock waits trend chart to Blocking > Trends tab with multi-series per LCK% wait type (Lite) Additional fixes: - Fix clipboard copy: "Copy All Rows" and "Export to CSV" context menu items now extract TextBlock text from StackPanel column headers instead of showing "System.Windows.Controls.StackPanel" (both apps, 22 call sites) - Add missing columns to Lite procedure stats grid: Total Spills, Min/Max CPU, Min/Max Duration, Plan Handle, and Download Plan button with DuckDB-first lookup - Filter out zero-activity rows from query stats and procedure stats grids (HAVING clause on delta sums) - Make query stats grid plan download DuckDB-first (was live-server only) - Fix plan download button text resetting to "Save" instead of "Download" Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This was referenced Feb 22, 2026
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
Additional fixes discovered during testing
Test plan
Closes #185, #201, #219, #141
🤖 Generated with Claude Code