CodeReview/frontend
lintsinghua eed111c04d chore: reduce logging verbosity and clean up file formatting
- Change logger.info to logger.debug in agent_tasks.py streaming and tree endpoints
- Disable SQLAlchemy echo mode in database session configuration
- Suppress uvicorn access logs and LiteLLM INFO level logging in main application
- Remove LogViewer component and LogsPage from frontend
- Add trailing newlines to multiple backend configuration and model files
- Update frontend routing to remove logs page reference
- Improve application startup logging clarity by filtering verbose third-party logs
2025-12-12 15:50:48 +08:00
..
public docs: enhance README with audit rules and prompt manager features 2025-12-10 00:45:11 +08:00
src chore: reduce logging verbosity and clean up file formatting 2025-12-12 15:50:48 +08:00
.dockerignore refactor: 优化 Docker 部署配置 2025-12-05 20:51:22 +08:00
.env.example chore: rebrand XCodeReviewer to DeepAudit across all files 2025-12-08 21:35:09 +08:00
Dockerfile chore: reduce logging verbosity and clean up file formatting 2025-12-12 15:50:48 +08:00
components.json refactor: 重构项目结构,将前端和后端代码分离到独立目录 2025-11-26 21:11:12 +08:00
docker-entrypoint.sh refactor: 优化 Docker 部署配置 2025-12-05 20:51:22 +08:00
index.html chore: rebrand XCodeReviewer to DeepAudit across all files 2025-12-08 21:35:09 +08:00
nginx.conf refactor: 优化 Docker 部署配置 2025-12-05 20:51:22 +08:00
package-lock.json chore: rebrand XCodeReviewer to DeepAudit across all files 2025-12-08 21:35:09 +08:00
package.json docs: update version to 2.0.0-beta.7 and add detailed prompt/rules documentation 2025-12-09 23:45:08 +08:00
pnpm-lock.yaml fix: regenerate pnpm-lock.yaml to sync with package.json 2025-11-28 21:12:14 +08:00
postcss.config.js refactor: 重构项目结构,将前端和后端代码分离到独立目录 2025-11-26 21:11:12 +08:00
tailwind.config.js feat: update UI screenshots, add fonts, and improve terminal progress dialog 2025-11-28 22:55:32 +08:00
tsconfig.app.json refactor: 重构项目结构,将前端和后端代码分离到独立目录 2025-11-26 21:11:12 +08:00
tsconfig.check.json refactor: 重构项目结构,将前端和后端代码分离到独立目录 2025-11-26 21:11:12 +08:00
tsconfig.json refactor: 重构项目结构,将前端和后端代码分离到独立目录 2025-11-26 21:11:12 +08:00
tsconfig.node.json refactor: 重构项目结构,将前端和后端代码分离到独立目录 2025-11-26 21:11:12 +08:00
vite.config.ts refactor: 重构项目结构,将前端和后端代码分离到独立目录 2025-11-26 21:11:12 +08:00