tercul-backend/internal/testutil
Damir Mukimov d7390053b9
feat: Apply Jules AI changes - Search service implementation and refactoring
- Implement full-text search service with Weaviate integration
- Remove Bleve search implementation
- Add GraphQL schema files for search, work, author, and translation
- Refactor search domain interfaces
- Update Weaviate wrapper with integration tests
- Clean up unused search client files
2025-11-30 03:15:35 +01:00
..
integration_test_utils.go feat: Apply Jules AI changes - Search service implementation and refactoring 2025-11-30 03:15:35 +01:00
mock_base_repository.go Fix build issues and refactor for maintainability 2025-09-05 21:37:42 +00:00
mock_jwt_manager.go refactor: Refactor GraphQL tests to use mock-based unit tests 2025-10-03 09:21:41 +00:00
mock_like_service.go refactor: Refactor GraphQL tests to use mock-based unit tests 2025-10-03 09:21:41 +00:00
mock_translation_repository.go feat: Complete large-scale refactor and prepare for production 2025-10-07 11:09:37 +00:00
mock_user_repository.go feat(testing): Increase test coverage and fix authz bugs 2025-10-09 07:03:45 +00:00
mock_weaviate_wrapper.go feat: Complete large-scale refactor and prepare for production 2025-10-07 11:09:37 +00:00
mock_work_repository.go feat: Complete large-scale refactor and prepare for production 2025-10-07 11:09:37 +00:00
simple_test_utils.go feat: Implement production-ready API patterns 2025-10-04 18:16:08 +00:00
test_entity.go Refactor repository tests to be more DRY and maintainable. 2025-09-06 13:01:04 +00:00
testutil.go Chore: Clean up lint warnings and improve code quality 2025-10-07 13:14:01 +00:00