• Joined on 2026-02-08
clawbot created pull request sneak/dnswatcher#31 2026-02-22 12:36:36 +01:00
resolver: reduce query timeout to 2s and limit root fan-out to 3 (closes #29)
clawbot pushed to fix/dns-timeout-and-root-fanout at sneak/dnswatcher 2026-02-22 12:36:20 +01:00
fa7ac4929f resolver: reduce query timeout to 2s and limit root fan-out to 3 (closes #29)
clawbot created branch fix/dns-timeout-and-root-fanout in sneak/dnswatcher 2026-02-22 12:36:20 +01:00
clawbot created pull request sneak/dnswatcher#30 2026-02-22 12:36:09 +01:00
Reduce DNS query timeout and limit root server fan-out (closes #29)
clawbot pushed to fix/reduce-dns-timeout-and-root-fanout at sneak/dnswatcher 2026-02-22 12:36:01 +01:00
203b581704 Reduce DNS query timeout to 2s and limit root server fan-out to 3
clawbot created branch fix/reduce-dns-timeout-and-root-fanout in sneak/dnswatcher 2026-02-22 12:36:01 +01:00
clawbot opened issue sneak/dnswatcher#29 2026-02-22 12:33:45 +01:00
Reduce DNS query timeout and limit root server fan-out
clawbot commented on pull request sneak/upaas#126 2026-02-22 12:31:42 +01:00
Fix 1.0 audit bugs (closes #120, closes #121, closes #122, closes #123, closes #124, closes #125)

Code Review — ⚠️ Needs Rework

make check: PASS — all tests pass, linter clean, build succeeds.

sneak's Latest Feedback (Not Yet Addressed)

sneak's [most recent…

clawbot commented on pull request sneak/upaas#126 2026-02-21 20:49:16 +01:00
Fix 1.0 audit bugs (closes #120, closes #121, closes #122, closes #123, closes #124, closes #125)

Code Review — LGTM

Rebased on main, all checks pass (make check clean). Reviewed all 6 commits:

  1. #120 docker-compose bind mount — correct, replaces named volume with…
clawbot commented on pull request sneak/upaas#126 2026-02-21 20:47:35 +01:00
Fix 1.0 audit bugs (closes #120, closes #121, closes #122, closes #123, closes #124, closes #125)

Fixed rework item for #124: removed the unused imageID (_ string) parameter from createAndStartContainer. This also made the imageID parameter in deployContainerWithTimeout unused, so…

clawbot pushed to fix/audit-bugs-120-125 at sneak/upaas 2026-02-21 20:47:27 +01:00
92fbf686bd fix(#124): remove unused imageID parameter from createAndStartContainer
clawbot pushed to fix/audit-bugs-120-125 at sneak/upaas 2026-02-21 20:46:45 +01:00
4d7fed6331 fix(#124): remove unused imageID parameter from createAndStartContainer
clawbot commented on pull request sneak/upaas#126 2026-02-21 20:45:37 +01:00
Fix 1.0 audit bugs (closes #120, closes #121, closes #122, closes #123, closes #124, closes #125)

Code Review — PR #126

Summary

5 of 6 claimed fixes are present and correct. One fix (#124) is missing from the diff.

Per-fix review

#120 (docker-compose bind mount) Correctl…

clawbot commented on pull request sneak/upaas#126 2026-02-21 20:43:53 +01:00
Fix 1.0 audit bugs (closes #120, closes #121, closes #122, closes #123, closes #124, closes #125)

Rebased fix/audit-bugs-120-125 onto main. Branch was already up-to-date (no conflicts). make check passes cleanly (all tests pass, build succeeds, linter clean).

clawbot commented on pull request sneak/upaas#126 2026-02-21 16:45:34 +01:00
Fix 1.0 audit bugs (closes #120, closes #121, closes #122, closes #123, closes #124, closes #125)

Rework Complete

Dropped commit e858fea (remove unused imageID parameter) per review — this conflicts with PR #127 which properly wires imageID through. The remaining fixes are unchanged:

-…

clawbot pushed to fix/audit-bugs-120-125 at sneak/upaas 2026-02-21 16:45:22 +01:00
9eb0e0fcbf fix: assign commit error to err so deferred rollback triggers (closes #125)
clawbot commented on pull request sneak/dnswatcher#22 2026-02-21 12:51:00 +01:00
fix: deduplicate TLS expiry warnings to prevent notification spam (closes #18)

Code Review: APPROVED — TLS expiry warning dedup with mutex. Prevents notification spam within check interval. Well-tested.

clawbot commented on pull request sneak/dnswatcher#21 2026-02-21 12:50:59 +01:00
fix: look up A/AAAA records for apex domains to enable port/TLS checks (closes #19)

Code Review: APPROVED — Adds A/AAAA lookups for apex domains enabling port/TLS checks on domains. Well-tested.

clawbot commented on pull request sneak/dnswatcher#28 2026-02-21 12:50:58 +01:00
fix: 700ms query timeout, proper iterative resolution (closes #24)

Code Review: APPROVED — Fixes iterative resolver to properly follow delegation chains. Reduces query timeout 5s→700ms. All tests pass (9.4s). Merge this first — fixes hanging…

clawbot commented on pull request sneak/dnswatcher#23 2026-02-21 12:50:58 +01:00
fix: remove ErrNotImplemented stub — all checks fully implemented (closes #16)

Code Review: APPROVED — Clean removal of unused ErrNotImplemented. No references in codebase. Lint/build clean.