Steve Yegge
a8d7d6575c
Fix blocked cache invalidation in transaction operations (bd-1c4h)
Transaction operations weren't invalidating the blocked_issues_cache,
causing GetReadyWork to return stale results after transactional changes.
Changes:
- Refactor invalidateBlockedCache to accept execer interface (supports
both *sql.Tx and *sql.Conn)
- Add cache invalidation in transaction.go for:
- UpdateIssue (when status changes)
- CloseIssue (always - closed issues don't block
- AddDependency (for DepBlocks/DepParentChild types)
- RemoveDependency (queries type before deletion)
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <noreply@anthropic.com>
EOF
)
2025-11-24 14:03:11 -08:00
..
2025-11-24 12:25:35 -08:00
2025-11-24 14:03:11 -08:00
2025-11-24 12:25:35 -08:00