CodeReview/frontend/src/components/audit
lintsinghua b0861c1690 feat(file-selection): add custom exclude patterns for file filtering
- Add exclude_patterns parameter to get_project_files endpoint for custom file filtering
- Support JSON-formatted exclude patterns array in API requests
- Integrate custom exclude patterns into ZIP and repository file scanning workflows
- Update should_exclude and is_text_file functions to support user-defined patterns
- Pass exclude_patterns through scan configuration in both scan_zip and scan_stored_zip endpoints
- Add ScanRequest model field for exclude_patterns to support pattern specification
- Implement file filtering logic that respects both default and custom exclusion rules
- Add comprehensive unit and E2E tests for file selection and exclusion pattern functionality
- Enable users to customize which files are scanned by specifying glob patterns like ["node_modules/**", "*.log"]
2025-12-10 18:46:33 +08:00
..
components feat(audit): refactor task creation with file selection and advanced options 2025-12-06 20:47:28 +08:00
hooks feat(audit): refactor task creation with file selection and advanced options 2025-12-06 20:47:28 +08:00
CreateTaskDialog.tsx feat(file-selection): add custom exclude patterns for file filtering 2025-12-10 18:46:33 +08:00
FileSelectionDialog.tsx feat(file-selection): add custom exclude patterns for file filtering 2025-12-10 18:46:33 +08:00
TerminalProgressDialog.tsx feat: update UI screenshots, add fonts, and improve terminal progress dialog 2025-11-28 22:55:32 +08:00