CodeReview/backend/app/api/v1/endpoints
vinland100 b373692577
Build and Push CodeReview / build (push) Waiting to run Details
Fix capitalization issues and handle cases where the answer is "none".
2026-01-12 14:04:12 +08:00
..
__init__.py refactor: 重构项目结构,将前端和后端代码分离到独立目录 2025-11-26 21:11:12 +08:00
agent_tasks.py Fix capitalization issues and handle cases where the answer is "none". 2026-01-12 14:04:12 +08:00
auth.py refactor: 重构项目结构,将前端和后端代码分离到独立目录 2025-11-26 21:11:12 +08:00
ci_routes.py feat: Add CI/CD integration with Gitea webhooks and pull request review functionality. 2025-12-31 16:40:33 +08:00
config.py feat: Centralize Git tokens to system environment variables and add Gitea branch verification. 2026-01-05 17:12:47 +08:00
database.py fix: 修复时间显示问题,使用带时区的UTC时间 2025-12-09 17:47:34 +08:00
embedding_config.py 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
members.py chore: reduce logging verbosity and clean up file formatting 2025-12-12 15:50:48 +08:00
projects.py feat: Centralize Git tokens to system environment variables and add Gitea branch verification. 2026-01-05 17:12:47 +08:00
prompts.py feat(prompts-scan): integrate prompt templates and audit rules into scan and analysis workflows 2025-12-09 23:03:08 +08:00
rules.py fix(rules): fix unicode encoding error in rule set export filename 2025-12-10 17:43:56 +08:00
scan.py Optimize parallel LLM calls while addressing the circular issue in Agent auditing. 2026-01-09 17:30:18 +08:00
ssh_keys.py feat(ssh): 增加SSH超时配置并改进错误处理 2025-12-26 20:34:47 +08:00
tasks.py fix: 修复时间显示问题,使用带时区的UTC时间 2025-12-09 17:47:34 +08:00
users.py chore: reduce logging verbosity and clean up file formatting 2025-12-12 15:50:48 +08:00
webhooks.py feat: Add referenced file footers to AI comments and correct Gitea PR 'synchronize' action to 'synchronized'. 2026-01-04 15:07:37 +08:00