Fix hide sleep, and nit picks regarding replication processes#2
Merged
LauJosefsen merged 4 commits intomainfrom Feb 28, 2026
Merged
Fix hide sleep, and nit picks regarding replication processes#2LauJosefsen merged 4 commits intomainfrom
LauJosefsen merged 4 commits intomainfrom
Conversation
baseParams returned a plain string, so Go's html/template URL-encoded the leading & to %26 when interpolated inside an href attribute, making &hidesleep=on land as part of the dir value instead of its own param. Returning template.URL marks the fragment as already safe. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Binlog Dump is a persistent replication connection that runs indefinitely by design — coloring it red based on elapsed time is misleading. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Binlog Dump connections are replication threads that should not be killed from the admin UI. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Previously idle processes were shown unless ?hidesleep=on was set. Now they are hidden by default and shown only when ?hidesleep=off is explicitly present in the URL. Co-Authored-By: Claude Sonnet 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.
No description provided.