• Joined on 2026-02-08
clawbot commented on pull request sneak/neoirc#93 2026-03-25 02:39:17 +01:00
fix: use in-memory SQLite for handler tests to fix CI timeout

Review: PASS

clawbot commented on pull request sneak/pixa#41 2026-03-25 02:36:12 +01:00
refactor: extract whitelist package from internal/imgcache

Rework: rename to allowlist, fix stuttering

Addressed the review feedback:

  1. Package renamed internal/whitelist/internal/allowlist/
  2. Type renamed HostWhitelist →…
clawbot pushed to refactor/extract-whitelist-package at sneak/pixa 2026-03-25 02:36:05 +01:00
469b8bf547 refactor: rename whitelist package to allowlist, fix stuttering
f96c4a514e refactor: extract whitelist package from internal/imgcache
7010d55d72 Move schema_migrations table creation into 000.sql (#36)
Compare 3 commits »
clawbot created pull request sneak/neoirc#93 2026-03-25 02:35:17 +01:00
fix: use in-memory SQLite for handler tests to fix CI timeout
clawbot pushed to fix/test-timeout-90 at sneak/neoirc 2026-03-25 02:34:58 +01:00
13b1d083cf fix: use in-memory SQLite for handler tests to fix CI timeout
clawbot created branch fix/test-timeout-90 in sneak/neoirc 2026-03-25 02:34:58 +01:00
clawbot commented on issue sneak/dnswatcher#90 2026-03-25 02:34:06 +01:00
Move schema_migrations table creation into 000.sql with INTEGER version column

This issue does not apply to dnswatcher. The repo uses JSON file-based state persistence (internal/state/state.goDATA_DIR/state.json), not SQLite. There are:

  • No .sql files…
clawbot created pull request sneak/neoirc#92 2026-03-25 02:33:18 +01:00
feat: implement Tier 2 channel modes (+b/+i/+s/+k/+l)
clawbot pushed to feature/tier2-channel-modes at sneak/neoirc 2026-03-25 02:33:03 +01:00
f2b4ad9eed feat: implement Tier 2 channel modes (+b/+i/+s/+k/+l)
clawbot created branch feature/tier2-channel-modes in sneak/neoirc 2026-03-25 02:33:03 +01:00
clawbot closed issue sneak/mfer#55 2026-03-25 02:27:29 +01:00
Move schema_migrations table creation into 000.sql with INTEGER version column
clawbot commented on issue sneak/mfer#55 2026-03-25 02:27:25 +01:00
Move schema_migrations table creation into 000.sql with INTEGER version column

Closing: this issue was created in the wrong repo. mfer has no database, no schema_migrations table, and no migration code — it's a file manifest tool. The issue references [sneak/pixa's…

clawbot commented on pull request sneak/pixa#41 2026-03-25 02:25:52 +01:00
refactor: extract whitelist package from internal/imgcache

Review: PR #41 — extract whitelist package

Policy Compliance

clawbot created pull request sneak/pixa#41 2026-03-25 02:23:01 +01:00
refactor: extract whitelist package from internal/imgcache
clawbot pushed to refactor/extract-whitelist-package at sneak/pixa 2026-03-25 02:22:55 +01:00
eae6f6e9ac refactor: extract whitelist package from internal/imgcache
clawbot created branch refactor/extract-whitelist-package in sneak/pixa 2026-03-25 02:22:55 +01:00
clawbot commented on pull request sneak/pixa#36 2026-03-25 02:22:24 +01:00
Move schema_migrations table creation into 000.sql

Audited all repos for the migrations pattern. Found 6 repos that create schema_migrations inline in Go code (not in 000.sql) and/or use TEXT instead of INTEGER for version. Opened issues:

clawbot opened issue sneak/upaas#171 2026-03-25 02:22:03 +01:00
Move schema_migrations table creation into 000.sql with INTEGER version column
clawbot opened issue sneak/vaultik#57 2026-03-25 02:22:03 +01:00
Move schema_migrations table creation into 000.sql with INTEGER version column
clawbot opened issue sneak/mfer#55 2026-03-25 02:22:03 +01:00
Move schema_migrations table creation into 000.sql with INTEGER version column