Port read-only intent support from Lite to Dashboard#728
Merged
erikdarlingdata merged 1 commit intodevfrom Mar 27, 2026
Merged
Conversation
Adds per-server ReadOnlyIntent checkbox to the Dashboard, matching the existing Lite implementation. Required for AG listeners and readable secondary replicas. - ServerConnection: ReadOnlyIntent property, DisplayNameWithIntent, ApplicationIntent applied in MFA + standard connection paths - DatabaseService: readOnlyIntent parameter in BuildConnectionString - AddServerDialog: checkbox with tooltip, loaded/saved in edit + new - Tab headers show "(RO)" suffix for read-only connections - All user-visible display (tray notifications, alert recording, dialog messages, HideAllAlerts) uses DisplayNameWithIntent - ServerListItem/ServerHealthStatus bindings resolve through DisplayNameWithIntent for sidebar and NOC views - MCP discovery and server resolver tag with [Read-Only] Co-Authored-By: Claude Opus 4.6 (1M context) <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
ReadOnlyIntentcheckbox to the Add/Edit Server dialog, matching the existing Lite implementationApplicationIntent=ReadOnlyon connection strings for AG listener routing to readable secondaries[Read-Only]This was already implemented and tested in Lite (used against Azure SQL readable replicas). Dashboard port follows identical patterns.
Test plan
list_serversoutput includes[Read-Only]tag🤖 Generated with Claude Code