tercul-backend/internal/platform
Damir Mukimov 4fd1e71bf0
fix: Resolve CI/CD workflow failures and GraphQL integration test issues
- Fix Application struct mismatch in application_builder.go
- Add global config.Cfg variable and BleveIndexPath field
- Regenerate GraphQL code to fix ProcessArgField errors
- Add search.InitBleve() call in main.go
- Fix all errcheck issues (12 total) in main.go files and test files
- Fix staticcheck issues (deprecated handler.NewDefaultServer, tagged switch)
- Remove all unused code (50 unused items including mock implementations)
- Fix GraphQL 'transport not supported' error in integration tests
- Add comprehensive database cleanup for integration tests
- Update GraphQL server setup with proper error presenter
2025-11-27 06:13:38 +01:00
..
auth feat: Implement critical features and fix build 2025-10-05 18:29:18 +00:00
cache test: Increase test coverage for internal/platform/cache 2025-10-08 21:28:56 +00:00
config fix: Resolve CI/CD workflow failures and GraphQL integration test issues 2025-11-27 06:13:38 +01:00
db This commit introduces a series of significant improvements to bring the codebase closer to a production-ready state. 2025-10-08 17:25:02 +00:00
http fix: Resolve CI/CD workflow failures and GraphQL integration test issues 2025-11-27 06:13:38 +01:00
log feat: Complete all pending tasks from TASKS.md 2025-10-05 05:26:27 +00:00
openlibrary fix: Resolve CI/CD workflow failures and GraphQL integration test issues 2025-11-27 06:13:38 +01:00
search Add Bleve search integration with hybrid search capabilities 2025-11-27 03:40:48 +01:00