veza/veza-backend-api/internal/database
senke 1b59fbaf34 [AUDIT] Real integration status - 58% pass rate, 2 blocking issues
- 19 tests executed (11 pass, 6 fail, 3 skip)
- 2 P0 blocking issues: Login email verification, Register empty tokens
- 4 P1 issues: Protected endpoints cannot be tested (depends on auth)
- 1 P2 issue: Sessions endpoint redirect
- Full test results documented with exact HTTP codes and error messages
- User journey analysis: can register but cannot login
- Recommendations: Fix auth workflow first, then retest protected endpoints
2026-01-04 01:44:13 +01:00
..
chat_repository.go adding initial backend API (Go) 2025-12-03 20:29:37 +01:00
database.go [AUDIT] Real integration status - 58% pass rate, 2 blocking issues 2026-01-04 01:44:13 +01:00
migration_rollback_test.go [BE-DB-017] be-db: Add database migration rollback tests 2025-12-24 15:57:19 +01:00
migrations.go adding initial backend API (Go) 2025-12-03 20:29:37 +01:00
migrations_password_reset_test.go STABILISATION: phase 3–5 – API contract, tests & chat-server hardening 2025-12-06 17:21:59 +01:00
migrations_sessions_test.go stabilizing veza-backend-api: phase 1 2025-12-16 11:23:49 -05:00
migrations_test.go refonte: backend-api go first; phase 1 2025-12-12 21:34:34 -05:00
performance_monitor.go [BE-DB-018] be-db: Add database performance monitoring 2025-12-24 15:58:48 +01:00
pool.go [BE-DB-015] be-db: Optimize database connection pooling 2025-12-24 15:53:19 +01:00
pool_test.go report generation and future tasks selection 2025-12-08 19:57:54 +01:00
prepared_statements.go adding initial backend API (Go) 2025-12-03 20:29:37 +01:00