6 Commits

Author SHA1 Message Date
d4bfcb93c7 chore: rename docker service from app to iag-dev-evaluator
All checks were successful
Deploy with Docker Compose / deploy (push) Successful in 3m49s
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-03-16 08:11:06 +01:00
Julien Froidefond
521975db31 Update Docker Compose configuration to set a default volume path for the database and modify the deployment workflow to conditionally create the database directory based on the provided environment variable.
All checks were successful
Deploy with Docker Compose / deploy (push) Successful in 3m4s
2026-02-20 13:42:28 +01:00
Julien Froidefond
59f82e4072 Add AUTH_SECRET environment variable to Docker Compose configuration for enhanced security in service authentication.
All checks were successful
Deploy with Docker Compose / deploy (push) Successful in 2m21s
2026-02-20 13:18:10 +01:00
Julien Froidefond
9d8d1b257d Refactor Docker Compose configuration to use dynamic volume paths, update deployment workflow to create necessary directories, and enhance Prisma schema with public visibility for evaluations. Improve access control in API routes and adjust evaluation creation logic to include public visibility. Fix minor issues in login and evaluation pages for better user experience.
All checks were successful
Deploy with Docker Compose / deploy (push) Successful in 2m17s
2026-02-20 13:13:41 +01:00
Julien Froidefond
5af9b0c9d1 Update docker-compose configuration to change app port mapping from 3000 to 3044
All checks were successful
Deploy with Docker Compose / deploy (push) Successful in 2m19s
2026-02-20 09:37:43 +01:00
Julien Froidefond
678517aee0 Update Next.js configuration for standalone output; add type checking script to package.json; enhance Prisma schema with binary targets; modify authentication API to only require email; improve evaluation detail page with Link component; add ESLint directive in new evaluation page; adjust theme provider for state setting; refine export-utils test type assertion. 2026-02-20 09:35:22 +01:00