Skip to content

Add current configuration view to Dashboard Overview#180

Merged
erikdarlingdata merged 1 commit intodevfrom
feature/current-config-view
Feb 20, 2026
Merged

Add current configuration view to Dashboard Overview#180
erikdarlingdata merged 1 commit intodevfrom
feature/current-config-view

Conversation

@erikdarlingdata
Copy link
Owner

Summary

  • Adds a "Current Configuration" tab to the Overview section showing latest server settings, database settings, and trace flags
  • Uses ROW_NUMBER() OVER (PARTITION BY ... ORDER BY collection_time DESC) to derive current state from the change history tables
  • Three sub-tabs with inline column filters for quick searching

Closes #143

Test plan

  • Verify "Current Configuration" tab appears in Overview after Default Trace
  • Server Configuration sub-tab shows all sys.configurations settings with latest values
  • Database Configuration sub-tab shows database-level settings grouped by type
  • Trace Flags sub-tab shows enabled/disabled trace flags
  • Inline column filters work on all filterable columns
  • Empty state message appears when no data is available

Generated with Claude Code

New "Current Configuration" tab in Overview shows the latest state of
server settings, database settings, and trace flags using ROW_NUMBER
windowing over the change history tables. Three sub-tabs with inline
column filters for quick searching.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@erikdarlingdata erikdarlingdata merged commit 09a58e4 into dev Feb 20, 2026
3 checks passed
@erikdarlingdata erikdarlingdata deleted the feature/current-config-view branch February 20, 2026 00:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant