CodeReview/backend/app/services
lintsinghua 40bd35ab08 feat(scanner): add file skipping logic and enhanced debug logging
- Add skipped_files counter to track empty and oversized files
- Implement file content validation to skip empty files
- Add file size check to skip files exceeding MAX_FILE_SIZE_BYTES limit
- Add detailed debug logging for file fetching, LLM analysis, and completion
- Add comprehensive error logging with traceback information for failed files
- Improve task status determination logic to distinguish between skipped files and LLM failures
- Mark tasks as completed when all files are empty/skipped instead of failing
- Update error messages to show actual failed file count instead of total files
- Enhance observability during code analysis workflow with emoji-prefixed status messages
2025-12-06 21:21:36 +08:00
..
llm fix(llm): add debug logging for custom API base URL configuration 2025-12-06 20:59:42 +08:00
report_generator.py refactor: 优化 Docker 部署配置 2025-12-05 20:51:22 +08:00
scanner.py feat(scanner): add file skipping logic and enhanced debug logging 2025-12-06 21:21:36 +08:00
zip_storage.py feat(projects): add ZIP file upload support and source type tracking 2025-11-28 17:38:12 +08:00