• Joined on 2026-01-15
mmintel pushed tag v2.0.5 to mmintel/klz-cables.com 2026-02-24 23:59:20 +00:00
mmintel pushed to main at mmintel/klz-cables.com 2026-02-24 23:57:07 +00:00
1e9cf7d9ab feat: add CMS data sync scripts (push/pull for testing + prod)
mmintel pushed to main at mmintel/klz-cables.com 2026-02-24 23:52:55 +00:00
f0f840ad5a fix: sanitize payload_migrations dev entries in deploy pipeline to prevent interactive prompt hang
mmintel pushed to main at mmintel/klz-cables.com 2026-02-24 23:38:18 +00:00
ca352fea3a fix: add missing Pages collection migration for prodMigrations
mmintel pushed to main at mmintel/klz-cables.com 2026-02-24 23:23:08 +00:00
323886443f refactor: consolidate CI pipeline (9→7 jobs), remove continue-on-error from smoke test
mmintel pushed to main at mmintel/klz-cables.com 2026-02-24 23:16:25 +00:00
c5851370bf feat: implement robust full-sitemap HTTP validation in smoke test phase
mmintel pushed to main at mmintel/klz-cables.com 2026-02-24 23:13:10 +00:00
0186dd2dc9 fix: aggressively serialize getAllProducts output to prevent React RSC stream errors
mmintel pushed to main at mmintel/klz-cables.com 2026-02-24 23:01:37 +00:00
82156d30f7 fix: use static category for og image check to prevent db race conditions
mmintel pushed to main at mmintel/klz-cables.com 2026-02-24 22:52:32 +00:00
3dcde28071 chore: move seeding to onInit and remove redundant seed script
mmintel pushed to main at mmintel/klz-cables.com 2026-02-24 22:51:04 +00:00
c4fca24eca fix: re-introduce automated seeding in deploy pipeline
mmintel pushed to main at mmintel/klz-cables.com 2026-02-24 22:50:37 +00:00
2435b968cc fix: seed smoke test product to unblock OG image verification
mmintel pushed to main at mmintel/klz-cables.com 2026-02-24 22:38:22 +00:00
b6a1ebd236 refactor: consolidate traefik public whitelist into single regex
mmintel pushed to main at mmintel/klz-cables.com 2026-02-24 22:31:20 +00:00
aa0c9cd9f5 fix: update traefik public whitelist for localized api and og routes
mmintel pushed to main at mmintel/klz-cables.com 2026-02-24 22:18:35 +00:00
a3899f6cdd fix: whitelist /uploads and /media in public traefik router to unblock image optimization
mmintel pushed to main at mmintel/klz-cables.com 2026-02-24 22:17:56 +00:00
a960a7b139 fix: forward sentry_key in error relay to prevent 403 Forbidden
mmintel pushed to main at mmintel/klz-cables.com 2026-02-24 22:15:38 +00:00
824ee3cb75 fix: bypass middleware for /uploads and expose glitchtip relay errors
mmintel pushed to main at mmintel/klz-cables.com 2026-02-24 22:12:13 +00:00
28633f187c chore: implement pnpm registry failover to bypass npmjs 503 errors
mmintel pushed to main at mmintel/klz-cables.com 2026-02-24 21:44:25 +00:00
51e0d86a6c fix: use prodMigrations for auto-migrate on startup instead of CLI
mmintel pushed to main at mmintel/klz-cables.com 2026-02-24 21:35:36 +00:00
923ff2071b fix: remove exposed db port from production compose to prevent port conflicts
mmintel pushed to main at mmintel/klz-cables.com 2026-02-24 21:24:07 +00:00
30eb2e6e0e feat: persistent payload storage and automated db migrations