|
All checks were successful
CI/CD Pipeline / Backend - Build, Test & Push (push) Successful in 7m52s
CI/CD Pipeline / Frontend - Build, Test & Push (push) Successful in 11m40s
CI/CD Pipeline / Integration Tests (push) Has been skipped
CI/CD Pipeline / Deployment Summary (push) Successful in 1s
CI/CD Pipeline / Deploy to Portainer (push) Successful in 14s
CI/CD Pipeline / Discord Notification (Failure) (push) Has been skipped
CI/CD Pipeline / Discord Notification (Success) (push) Successful in 1s
- Fixed test user migration to use real Argon2id hash for Password123! - Replaced random uuidv4() with fixed UUIDs in organization seeds - Updated auth.service.ts to use DEFAULT_ORG_ID constant - Added ON CONFLICT DO UPDATE to migration for existing users - Ensures consistent UUIDs across environments (dev/preprod/prod) Fixes: - Registration 500 error (foreign key constraint violation) - Login 401 error (invalid password hash) - Organization ID mismatch between migrations and application code Test users (Password: Password123!): - admin@xpeditis.com (ADMIN) - manager@xpeditis.com (MANAGER) - user@xpeditis.com (USER) 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| backend | ||
| frontend | ||