gitdataai/libs/git/http
ZhenYi c7cee8c344 misc: polish git hooks, billing services, fctool, and API/WebSocket
- git: clean up hook pool worker, commit sync, HTTP rate limiting
- billing: tighten workspace/project/agent billing logic
- fctool: add project boards and issues management tools
- api/ws: minor room WebSocket protocol adjustments
- frontend: add RoomSettingsPanel component
2026-04-30 19:16:57 +08:00
..
auth.rs refactor(git): migrate libs/git from slog to tracing 2026-04-21 22:29:26 +08:00
handler.rs chore(git): minor fixes and improvements across git library modules 2026-04-27 08:28:09 +08:00
lfs_routes.rs fix(git): LFS token validation and remove IP rate limiting 2026-04-27 16:40:01 +08:00
lfs.rs fix: resolve 30+ bugs from security audit 2026-04-27 10:57:23 +08:00
mod.rs feat(tag): vectorize repo tags after hook sync with incremental embedding + FC tool 2026-04-28 13:04:10 +08:00
rate_limit.rs misc: polish git hooks, billing services, fctool, and API/WebSocket 2026-04-30 19:16:57 +08:00
routes.rs misc: polish git hooks, billing services, fctool, and API/WebSocket 2026-04-30 19:16:57 +08:00
utils.rs