• Joined on 2025-11-03
WuYanBo pushed to main at WuYanBo/CodeReview 2026-03-02 17:38:33 +08:00
9117e09de7 feat: make frontend port configurable via environment variable in docker-compose.yml
WuYanBo pushed to main at WuYanBo/CodeReview 2026-03-02 17:37:56 +08:00
ee82109d57 docs: Update example environment variables in `.env.example`.
WuYanBo pushed to main at WuYanBo/CodeReview 2026-03-02 16:35:44 +08:00
c68540a804 Update example environment variables in `.env.example`.
WuYanBo pushed to main at WuYanBo/CodeReview 2026-03-02 16:18:45 +08:00
dc927cc40c docs: Update README documentation.
WuYanBo pushed to main at WuYanBo/CodeReview 2026-03-02 15:46:46 +08:00
644b7ce65c Remove `docker-compose.prod.yml` and update a comment in `docker-compose.yml`.
WuYanBo pushed to main at WuYanBo/CodeReview 2026-02-28 10:11:12 +08:00
7798422596 fix: Adjust Git API timeouts and increase retry attempts to improve connection reliability.
WuYanBo pushed to main at WuYanBo/CodeReview 2026-02-27 09:33:05 +08:00
3c5f67f49c docs: update README content.
WuYanBo pushed to main at WuYanBo/CodeReview 2026-02-27 09:28:16 +08:00
964fbc1235 refactor: Centralize environment variable configuration in Docker Compose and introduce `.env.example` files.
9d9462ae55 feat: Update backend configuration and environment variable examples, creating backup environment files.
Compare 2 commits »
WuYanBo pushed to main at WuYanBo/CodeReview 2026-02-26 15:42:34 +08:00
ccffef1997 chore: remove frontend dist volume mount from docker-compose as artifacts are now copied in the Dockerfile.
WuYanBo pushed to main at WuYanBo/CodeReview 2026-02-09 10:59:48 +08:00
a80ab66131 feat: Add Gitea repository file fetching to the project file listing endpoint.
WuYanBo pushed to main at WuYanBo/CodeReview 2026-02-09 10:54:14 +08:00
a554503e04 feat: Implement a short initial connection timeout for `_http_get_with_retry` and add `httpx.ReadTimeout` to the retry exceptions.
WuYanBo pushed to main at WuYanBo/CodeReview 2026-02-06 14:12:56 +08:00
5491714cce feat: Implement shared HTTP client with retry logic and optimized connection settings for GitHub/Gitea API calls to improve reliability and performance.
WuYanBo pushed to main at WuYanBo/CodeReview 2026-02-03 13:21:56 +08:00
f0981ae187 fix: Increase HTTP client timeout in the scanner service from 30 to 120 seconds.
WuYanBo pushed to main at WuYanBo/CodeReview 2026-01-31 11:01:04 +08:00
c43b0f4c09 style: Add `!fixed` class to `DialogContent` for audit options.
136e2d14da fix: Add `sanitize_for_db` helper to remove NULL bytes from strings and apply it to `code_snippet`, `title`, `message`, `suggestion`, and `ai_explanation` fields before saving to the database.
18613d533f fix: Enhance robustness of issue and quality score processing in the scanner service by adding defensive checks and error handling.
Compare 3 commits »
WuYanBo pushed to main at WuYanBo/CodeReview 2026-01-30 14:59:07 +08:00
0735834931 feat: Implement incremental historical event loading and stream reconnection on tab visibility change to improve event synchronization.
0f9c1e2bc9 feat: Implement robust task cancellation and cleanup for file analysis tasks.
Compare 2 commits »
WuYanBo pushed to main at WuYanBo/CodeReview 2026-01-30 13:34:53 +08:00
WuYanBo pushed to main at WuYanBo/CodeReview 2026-01-30 13:31:42 +08:00
310750c366 feat: Allow specifying a custom time for progress logs and add type assertion for new findings.
WuYanBo pushed to main at WuYanBo/CodeReview 2026-01-29 14:51:51 +08:00
62c42341c4 feat: Implement incremental historical event loading and a centralized state synchronization mechanism, including stream reconnection, for the AgentAudit page.
WuYanBo pushed to main at WuYanBo/CodeReview 2026-01-16 10:21:33 +08:00
05db656fd1 feat: Add specific rate limit error messages for ZIP task analysis, instant analysis, and repository scanning.
WuYanBo pushed to main at WuYanBo/CodeReview 2026-01-13 15:12:23 +08:00
ed1fab2c11 Add DeepAudit Agent Instructions and remove outdated architecture image