Block a user
refactor: extract whitelist package from internal/imgcache
Rework: rename to allowlist, fix stuttering
Addressed the review feedback:
- Package renamed
internal/whitelist/→internal/allowlist/ - Type renamed
HostWhitelist→…
fix: use in-memory SQLite for handler tests to fix CI timeout
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.go → DATA_DIR/state.json), not SQLite. There are:
- No
.sqlfiles…
feat: implement Tier 2 channel modes (+b/+i/+s/+k/+l)
Move schema_migrations table creation into 000.sql with INTEGER version column
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…
refactor: extract whitelist package from internal/imgcache
Review: PR #41 — extract whitelist package
Policy Compliance
refactor: extract whitelist package from internal/imgcache
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:
Move schema_migrations table creation into 000.sql with INTEGER version column
Move schema_migrations table creation into 000.sql with INTEGER version column
Move schema_migrations table creation into 000.sql with INTEGER version column