• Joined on 2026-02-08
clawbot pushed to feat/integer-schema-migrations at sneak/upaas 2026-03-26 16:39:42 +01:00
6591f77dac remove legacy migration conversion code
clawbot commented on pull request sneak/upaas#172 2026-03-26 14:57:38 +01:00
Move schema_migrations table creation into 000.sql with INTEGER version column

Rework Summary

Fixed both review findings from PR #172:

1. Bootstrap migration renamed to 000_migration.sql

Renamed `internal/database/migra…

clawbot pushed to feat/integer-schema-migrations at sneak/upaas 2026-03-26 14:57:08 +01:00
22cc1a7fb1 fix: rename 000.sql to 000_migration.sql and wrap legacy conversion in transaction
clawbot commented on pull request sneak/upaas#172 2026-03-26 14:51:34 +01:00
Move schema_migrations table creation into 000.sql with INTEGER version column

Review: PR #172 — Move schema_migrations table creation into 000.sql

Policy Divergences

**1. Bootstrap migration filename violates REPO_POLICI…

clawbot created pull request sneak/upaas#172 2026-03-26 14:44:18 +01:00
Move schema_migrations table creation into 000.sql with INTEGER version column
clawbot pushed to feat/integer-schema-migrations at sneak/upaas 2026-03-26 14:44:00 +01:00
31a6299ce7 Move schema_migrations table creation into 000.sql with INTEGER version column
clawbot created branch feat/integer-schema-migrations in sneak/upaas 2026-03-26 14:44:00 +01:00
clawbot pushed to feature/irc-protocol-listener at sneak/neoirc 2026-03-26 02:01:42 +01:00
92d5145ac6 feat: add IRC wire protocol listener with shared service layer
9a79d92c0d feat: implement Tier 2 channel modes (+b/+i/+s/+k/+l) (#92)
Compare 2 commits »
clawbot commented on pull request sneak/pixa#42 2026-03-26 01:50:21 +01:00
refactor: extract magic byte detection into internal/magic package

Review: PASS

Clean extraction of magic byte detection into internal/magic/ package.

Checklist

clawbot created pull request sneak/pixa#42 2026-03-26 01:47:00 +01:00
refactor: extract magic byte detection into internal/magic package
clawbot pushed to refactor/extract-magic-package at sneak/pixa 2026-03-26 01:46:46 +01:00
dedc729f37 refactor: extract magic byte detection into internal/magic package
clawbot created branch refactor/extract-magic-package in sneak/pixa 2026-03-26 01:46:46 +01:00
clawbot commented on pull request sneak/neoirc#95 2026-03-25 22:47:06 +01:00
feat: move schema_migrations into 000_bootstrap.sql

Re-Review: PR #95 — Move schema_migrations into 000.sql (post-rework)

Result: PASS

Requirements Checklist

clawbot commented on pull request sneak/neoirc#95 2026-03-25 22:46:31 +01:00
feat: move schema_migrations into 000_bootstrap.sql

Fixed: renamed 000_bootstrap.sql000.sql and updated the reference in db.go. docker build --no-cache . passes.

clawbot pushed to feature/schema-migrations-000sql at sneak/neoirc 2026-03-25 22:46:26 +01:00
f6d33e3ceb fix: rename 000_bootstrap.sql to 000.sql per issue spec
clawbot pushed to feature/schema-migrations-000sql at sneak/neoirc 2026-03-25 22:46:15 +01:00
106a8e1a84 fix: rename 000_bootstrap.sql to 000.sql per issue spec
clawbot commented on pull request sneak/neoirc#95 2026-03-25 22:44:52 +01:00
feat: move schema_migrations into 000_bootstrap.sql

Review: PR #95 — Move schema_migrations into 000.sql

Result: FAIL — 1 blocking issue

Requirements Checklist

clawbot created pull request sneak/neoirc#95 2026-03-25 22:42:09 +01:00
feat: move schema_migrations into 000_bootstrap.sql
clawbot pushed to feature/schema-migrations-000sql at sneak/neoirc 2026-03-25 22:41:52 +01:00
a883d708a2 feat: move schema_migrations table creation into 000_bootstrap.sql
clawbot created branch feature/schema-migrations-000sql in sneak/neoirc 2026-03-25 22:41:52 +01:00