Skip to content

fix(golang): scope plugin sessions to active config#26

Merged
adityathebe merged 1 commit into
mainfrom
fix/golang-session-config-scope
May 21, 2026
Merged

fix(golang): scope plugin sessions to active config#26
adityathebe merged 1 commit into
mainfrom
fix/golang-session-config-scope

Conversation

@adityathebe
Copy link
Copy Markdown
Member

Golang diagnostics UI could show a session from another config item, e.g. a mission-control session while viewing a config-db page.

Sessions were stored globally and sessions-list ignored the active config_id, while the UI auto-selected the first returned session.

Store the config item ID on sessions, filter and validate session operations by the current config, and make the UI match the right pane session to the selected sidebar target.

The Golang diagnostics UI could show a session from another config item because sessions were stored globally and sessions-list ignored the active config_id.

Store the config item ID on sessions, filter and validate session operations by the current config, and make the UI bind the right pane session to the selected sidebar target.
@adityathebe adityathebe merged commit b0f260e into main May 21, 2026
22 checks passed
@adityathebe adityathebe deleted the fix/golang-session-config-scope branch May 21, 2026 15:52
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