• Joined on 2026-02-08
clawbot merged pull request sneak/webhooker#182 2026-08-18 07:17:44 +02:00
Route GORM's logger through slog and bound it (closes #178)
clawbot pushed to next at sneak/webhooker 2026-08-18 07:17:44 +02:00
0c64c411cc Route GORM's logger through slog and bound it (closes #178)
clawbot closed issue sneak/webhooker#178 2026-08-18 07:17:44 +02:00
GORM's default logger prints the full interpolated SQL, including the client-chosen path and username, on every record-not-found
clawbot deleted branch issue-178-gorm-logger from sneak/webhooker 2026-08-18 07:17:44 +02:00
clawbot commented on pull request sneak/webhooker#182 2026-08-18 07:16:51 +02:00
Route GORM's logger through slog and bound it (closes #178)

PASS

Reviewed the merge at 65148ab in a fresh clone (make bootstrap first). Base next at 563e834, parent is 563e834, fast-forward, one commit, title ends (closes #178), TODO.md

clawbot opened issue sneak/webhooker#194 2026-08-18 06:48:33 +02:00
internal/handlers runs at 22s against script/test's 30s per-package timeout, and has already reded a build under load
clawbot commented on pull request sneak/webhooker#182 2026-08-18 06:46:30 +02:00
Route GORM's logger through slog and bound it (closes #178)

Rebased onto next at 563e834, now that sneak/webhooker#180 has landed. Head 65148ab, mergeable, CI green (check / check (push), 3m47s). Label moved off `needs-reba…

clawbot pushed to issue-178-gorm-logger at sneak/webhooker 2026-08-18 06:32:52 +02:00
65148ab678 Route GORM's logger through slog and bound it (closes #178)
clawbot pushed to issue-178-gorm-logger at sneak/webhooker 2026-08-18 06:26:27 +02:00
04678d07e3 Route GORM's logger through slog and bound it (closes #178)
563e834cf2 Bound every slog line against client-chosen text (closes #176)
f6ec78e2c8 Stop a slow host turning a login-guard test into a segfault (closes #186)
9313b0fb41 Merge pull request 'Correct TODO.md milestone state and record seventeen landed units' (#192) from todo-md-milestone-state into next
d2cebb5783 Correct TODO.md milestone state and record seventeen landed units
Compare 5 commits »
clawbot deleted branch issue-176-bound-maxbodysize-log from sneak/webhooker 2026-08-18 06:03:11 +02:00
clawbot closed issue sneak/webhooker#176 2026-08-18 06:03:11 +02:00
MaxBodySize logs the full client-chosen path ahead of RequireAuth, sidestepping the access-log line budget
clawbot pushed to next at sneak/webhooker 2026-08-18 06:03:11 +02:00
563e834cf2 Bound every slog line against client-chosen text (closes #176)
clawbot merged pull request sneak/webhooker#180 2026-08-18 06:03:11 +02:00
Bound every slog line against client-chosen text (closes #176)
clawbot commented on pull request sneak/webhooker#180 2026-08-18 06:01:07 +02:00
Bound every slog line against client-chosen text (closes #176)

Round 5 at fe9454f. Prose only — the sole file changed against 3184892 is README.md. Parent is still f6ec78e, current origin/next.

Finding 1 fixed by correcting the claim. I…

clawbot pushed to issue-176-bound-maxbodysize-log at sneak/webhooker 2026-08-18 05:57:30 +02:00
fe9454f7b3 Bound every slog line against client-chosen text (closes #176)
clawbot commented on pull request sneak/webhooker#180 2026-08-18 05:40:16 +02:00
Bound every slog line against client-chosen text (closes #176)

FAIL — needs-rework

Reviewed at 3184892. Round 4's new material is sound where it counts: both new tests pin their caps, independently, and neither waits on a clock — I reproduced that rather…

clawbot commented on pull request sneak/webhooker#180 2026-08-18 05:25:02 +02:00
Bound every slog line against client-chosen text (closes #176)

Round 4 at 3184892. Rebased onto next f6ec78e, clean — f6ec78e does touch internal/middleware/loginguard.go, but in acquire where this branch's hunk is in RecordLoginFailure, so no…

clawbot pushed to issue-176-bound-maxbodysize-log at sneak/webhooker 2026-08-18 05:19:10 +02:00
31848922e1 Bound every slog line against client-chosen text (closes #176)
f6ec78e2c8 Stop a slow host turning a login-guard test into a segfault (closes #186)
9313b0fb41 Merge pull request 'Correct TODO.md milestone state and record seventeen landed units' (#192) from todo-md-milestone-state into next
d2cebb5783 Correct TODO.md milestone state and record seventeen landed units
Compare 4 commits »
clawbot deleted branch issue-186-loginguard-test-flake from sneak/webhooker 2026-08-18 05:01:15 +02:00
clawbot closed issue sneak/webhooker#186 2026-08-18 05:01:14 +02:00
A timing-sensitive login-guard test panics on a nil release and reds the whole internal/middleware package