Skip to content

Fix hide sleep, and nit picks regarding replication processes#2

Merged
LauJosefsen merged 4 commits intomainfrom
lejo/fix-hidesleep-binlog
Feb 28, 2026
Merged

Fix hide sleep, and nit picks regarding replication processes#2
LauJosefsen merged 4 commits intomainfrom
lejo/fix-hidesleep-binlog

Conversation

@LauJosefsen
Copy link
Collaborator

No description provided.

LauJosefsen and others added 4 commits February 28, 2026 17:51
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>
@LauJosefsen LauJosefsen merged commit b901f4a into main Feb 28, 2026
7 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

1 participant