Go to file
Matt f038c95777
Build and Push Docker Image / build (push) Successful in 13m48s Details
Fix Docker build failure: lazy-initialize MinIO client
The production env var check in createMinioClient() was throwing during
`next build` page data collection because MINIO_ACCESS_KEY/SECRET_KEY
aren't available at Docker build time. Changed from eager module-level
initialization to a lazy Proxy pattern that defers client creation to
first actual use, while maintaining backward compatibility with all
existing `minio.method()` call sites.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-05 22:16:29 +01:00
.gitea/workflows Fix CI: hardcode Gitea registry URL 2026-01-30 13:45:07 +01:00
docker Implement 10 platform features: evaluation UX, admin tools, AI summaries, applicant portal 2026-02-05 21:58:27 +01:00
docs Implement 10 platform features: evaluation UX, admin tools, AI summaries, applicant portal 2026-02-05 21:58:27 +01:00
images Initial commit: MOPC platform with Docker deployment setup 2026-01-30 13:41:32 +01:00
prisma Implement 10 platform features: evaluation UX, admin tools, AI summaries, applicant portal 2026-02-05 21:58:27 +01:00
public Display filtering controls inline for FILTERING round type 2026-02-03 10:33:34 +01:00
scripts Initial commit: MOPC platform with Docker deployment setup 2026-01-30 13:41:32 +01:00
src Fix Docker build failure: lazy-initialize MinIO client 2026-02-05 22:16:29 +01:00
.dockerignore Initial commit: MOPC platform with Docker deployment setup 2026-01-30 13:41:32 +01:00
.env.example Add email password change feature and fix nginx config 2026-01-30 16:15:08 +01:00
.gitignore Initial commit: MOPC platform with Docker deployment setup 2026-01-30 13:41:32 +01:00
CLAUDE.md Implement 10 platform features: evaluation UX, admin tools, AI summaries, applicant portal 2026-02-05 21:58:27 +01:00
DEPLOYMENT.md Initial commit: MOPC platform with Docker deployment setup 2026-01-30 13:41:32 +01:00
Notes.md Initial commit: MOPC platform with Docker deployment setup 2026-01-30 13:41:32 +01:00
components.json Initial commit: MOPC platform with Docker deployment setup 2026-01-30 13:41:32 +01:00
next.config.ts Initial commit: MOPC platform with Docker deployment setup 2026-01-30 13:41:32 +01:00
package-lock.json Remove dynamic form builder and complete RoundProject→roundId migration 2026-02-04 14:15:06 +01:00
package.json Platform review round 2: audit logging migration, nav unification, DB indexes, and UI polish 2026-02-05 21:09:06 +01:00
postcss.config.mjs Initial commit: MOPC platform with Docker deployment setup 2026-01-30 13:41:32 +01:00
tailwind.config.ts Initial commit: MOPC platform with Docker deployment setup 2026-01-30 13:41:32 +01:00
tsconfig.json Initial commit: MOPC platform with Docker deployment setup 2026-01-30 13:41:32 +01:00