saveinmed/backend/internal/repository/postgres
Tiago Yamamoto 9997aed18a fix(backend): fix build errors, update tests, and improve documentation
- Add GetUserByEmail to Repository interface for password reset flow
- Add username to UpdateUser query
- Fix config_test.go: remove references to deleted DB pool fields
- Fix handler_test.go: add GetUserByUsername to MockRepository
- Fix usecase_test.go: add GetUserByUsername and update auth tests
- Update backend README with auth and admin seeding info
- Create seeder-api README with usage and warnings
2025-12-21 23:11:33 -03:00
..
migrations feat(backend): switch auth to username and cleanup db config 2025-12-21 23:04:47 -03:00
migrations.go Add database migrations runner 2025-12-20 10:32:54 -03:00
postgres.go fix(backend): fix build errors, update tests, and improve documentation 2025-12-21 23:11:33 -03:00
postgres_test.go fix: update db tests with proper env loading 2025-12-18 08:20:19 -03:00
repository_test.go fix(backend): resolving hardcoded values and test failures 2025-12-21 21:43:50 -03:00