Commits
Click on a commit to change the comparison rangefix: Resolve SQLAlchemy async engine pool configuration for SQLite
Explicitly set AsyncAdaptedQueuePool for SQLite connections to address potential async engine configuration issues. This ensures proper pool handling when creating database connections, particularly for SQLite databases.2 months ago
by ogabrielluiz [autofix.ci] apply automated fixes1 month ago
by autofix-ci[bot] test: Enhance GitHub URL detection test with mocking and improved coverage
Refactor `test_detect_github_url` to use AsyncMock and patch for more robust testing of GitHub URL detection, including verification of API calls and handling of different URL scenarios.1 month ago
by ogabrielluiz