Commit Graph

446 Commits

Author SHA1 Message Date
vinland100 05db656fd1 feat: Add specific rate limit error messages for ZIP task analysis, instant analysis, and repository scanning.
Build and Push CodeReview / build (push) Has been cancelled Details
2026-01-16 10:21:30 +08:00
vinland100 ed1fab2c11 Add DeepAudit Agent Instructions and remove outdated architecture image
Build and Push CodeReview / build (push) Has been cancelled Details
- Introduced AGENTS.md with detailed instructions for backend and frontend development, code style conventions, agent framework specifics, and repository structure.
2026-01-13 15:12:22 +08:00
vinland100 76f731cb22 refactor: streamline JSON output requirements and enhance clarity in code analysis instructions
Build and Push CodeReview / build (push) Waiting to run Details
2026-01-12 16:27:41 +08:00
vinland100 7c0d95385f refactor: update SVG circle radius and improve code readability in ReportExportDialog
Build and Push CodeReview / build (push) Waiting to run Details
2026-01-12 15:08:33 +08:00
vinland100 7f951d5451 Refine security score calculation logic and enforce mandatory fields for findings in JSON format
Build and Push CodeReview / build (push) Waiting to run Details
2026-01-12 14:22:06 +08:00
vinland100 b373692577 Fix capitalization issues and handle cases where the answer is "none".
Build and Push CodeReview / build (push) Waiting to run Details
2026-01-12 14:04:12 +08:00
vinland100 a98e3e531b Fixed the issue of infinite loop outputting the same content in the Agent audit mode, and resolved the problem of incomplete display of the frontend Activity log in Agent audit mode.
Build and Push CodeReview / build (push) Waiting to run Details
2026-01-12 13:39:48 +08:00
vinland100 6c2a15ad90 Optimize parallel LLM calls while addressing the circular issue in Agent auditing.
Build and Push CodeReview / build (push) Has been cancelled Details
2026-01-09 17:30:18 +08:00
vinland100 de88b69f86 The fast scan mode follows the file exclusion pattern used during RAG embedding.
Build and Push CodeReview / build (push) Waiting to run Details
2026-01-09 16:41:40 +08:00
vinland100 a11542c4bf Configure unified file extensions, exclude directories, and exclude files.
Build and Push CodeReview / build (push) Waiting to run Details
2026-01-09 16:28:27 +08:00
vinland100 cd8fb49a56 resolve indexing hangs and optimize code splitting performance
Build and Push CodeReview / build (push) Waiting to run Details
2026-01-09 16:12:55 +08:00
vinland100 f86e556d0d detailed logs.
Build and Push CodeReview / build (push) Waiting to run Details
2026-01-09 15:39:03 +08:00
vinland100 dfefdfe432 Time zone handling
Build and Push CodeReview / build (push) Waiting to run Details
2026-01-09 13:36:12 +08:00
vinland100 3ce3767938 Change the log time to China
Build and Push CodeReview / build (push) Waiting to run Details
2026-01-09 13:23:49 +08:00
vinland100 5166027e2f Modify the CI integration address guide
Build and Push CodeReview / build (push) Waiting to run Details
2026-01-08 16:17:48 +08:00
vinland100 83a9a85382 Restore the CI history deletion feature
Build and Push CodeReview / build (push) Waiting to run Details
2026-01-08 16:15:19 +08:00
vinland100 e537010dfd feat: remove agent audit page and set dashboard as root path
Build and Push CodeReview / build (push) Waiting to run Details
2026-01-08 15:12:38 +08:00
vinland100 0e2a7dfa87 Modify the Agent audit logic to prevent infinite loops until the loop limit is triggered.
Build and Push CodeReview / build (push) Waiting to run Details
2026-01-08 14:53:34 +08:00
vinland100 7da7cf7fa9 chore: Update Docker image repository in production compose and build workflows, and remove the China-specific production compose file.
Build and Push CodeReview / build (push) Waiting to run Details
2026-01-07 17:31:00 +08:00
vinland100 6c68a7c51e feat: Introduce Gitea CI for Docker image builds/pushes and update docker-compose to use new registry images and persistent volumes. 2026-01-07 17:14:03 +08:00
vinland100 0a977ef12a docs: Consolidate English README content into `README.md` and remove `README_EN.md`. 2026-01-07 16:52:00 +08:00
vinland100 6b37b8a7f9 feat: Add markdown language support, ensure file-level chunks for non-empty but un-splittable files, and improve robustness of embedding service and API key initialization. 2026-01-06 17:23:34 +08:00
vinland100 eac1620504 fix: remove extraneous single quote from uvicorn command in docker-compose.yml 2026-01-06 17:17:59 +08:00
vinland100 ed5aaa501f Remove uvicorn hot reload and exclude flags from docker-compose app service command. 2026-01-06 17:12:07 +08:00
vinland100 1876649ed3 feat: Enhance indexing progress logging with current file details and add new Docker volumes for CI data persistence. 2026-01-06 17:05:05 +08:00
vinland100 99a73c7706 chore: Add quiet flag to git commands and exclude data directory from uvicorn hot reload. 2026-01-06 16:45:12 +08:00
vinland100 4e7a4c5d9c feat: Integrate Gitea as the default repository type with corresponding UI updates and icon. 2026-01-06 16:27:54 +08:00
vinland100 fcb40db556 feat: Add Gitea as a default repository type, refine ChromaDB metadata updates, and enhance indexer logging and file deletion logic. 2026-01-06 16:21:21 +08:00
vinland100 0656062a4f feat: Add Rust, Swift, Kotlin, and SQL patterns to the RAG splitter and enhance frontend access token retrieval by checking sessionStorage. 2026-01-06 15:32:17 +08:00
vinland100 f743357bd7 feat: Add extensive language support for code splitting, scanning, and vulnerability detection by expanding file extensions, Tree-sitter node types, vulnerability patterns, and exclusion rules. 2026-01-06 15:18:38 +08:00
vinland100 969d899476 feat: Enhance embedding service with concurrency control, dynamic batching, and retry logic, and improve indexer with concurrent, incremental file processing. 2026-01-06 14:50:30 +08:00
vinland100 b8e5c96541 feat: Enhance indexer smart mode to always full-index new collections and fix ChromaDB query limits, adding comprehensive tests for indexer logic. 2026-01-06 13:48:14 +08:00
vinland100 7f74551b2d chore: Update Docker Compose configuration. 2026-01-06 13:34:38 +08:00
vinland100 c307609eaa feat: Implement API retry logic for GitHub, Gitea, and GitLab on 401/403 errors and enhance scan task error reporting. 2026-01-06 10:53:49 +08:00
vinland100 9ec07a6594 feat: Centralize Git tokens to system environment variables and add Gitea branch verification. 2026-01-05 17:12:47 +08:00
vinland100 8c096c00cc config: update Docker Compose service definitions and frontend environment variable examples. 2026-01-05 15:56:09 +08:00
vinland100 29024dc994 chore: Use direct Python base image in sandbox Dockerfile. 2026-01-05 15:34:22 +08:00
vinland100 75d911d5d2 docs: Update example environment variables in `env.example`. 2026-01-05 14:51:32 +08:00
vinland100 2b0c7f5c2a feat: Lock LLM and embedding configurations to system environment variables, mask API keys, and refactor frontend logout. 2026-01-05 14:45:00 +08:00
vinland100 0176cb4d12 chore: Remove explicit version numbers from UI and comments, and apply minor formatting to Docker Compose configurations. 2026-01-05 13:50:23 +08:00
vinland100 4d3761e0e0 feat: Add Gitea username integration, refactor password hashing with direct bcrypt, and remove frontend version displays. 2026-01-05 13:47:48 +08:00
vinland100 bc1597a41d refactor: update CI prompts for enhanced instruction and clarity 2026-01-05 10:50:47 +08:00
vinland100 72478bd047 Remove GitHub link from sidebar and set CI project card titles to normal case. 2026-01-05 09:57:47 +08:00
vinland100 7a3bb08d48 feat: Introduce reusable AppLogo component and update project activity timestamp to UTC. 2026-01-05 09:50:51 +08:00
vinland100 a29f57d119 I need the actual code changes (diff) to generate an accurate commit message. 2026-01-04 17:16:44 +08:00
vinland100 783093f0fd feat: Improve CI service context retrieval by prioritizing sync diff and adjusting prompt generation for different PR actions. 2026-01-04 17:13:01 +08:00
vinland100 70bf6ccac2 refactor: refine CI prompt definitions 2026-01-04 16:49:10 +08:00
vinland100 37fafe655a feat: Improve incremental diff detection and messaging for empty diffs, and add success logging for PR reviews and chat responses. 2026-01-04 16:40:35 +08:00
vinland100 3f4bd2f6c5 feat: Improve sync diff retrieval by using local git commands and robustly handling `before_sha` validity and fallbacks. 2026-01-04 16:13:47 +08:00
vinland100 e23af55e53 feat: Improve PR sync diff calculation by fetching previous review SHA from the database and refining diff messaging. 2026-01-04 15:46:31 +08:00