gitdataai/libs/git/http
ZhenYi 2a9ec6d509 feat(tag): vectorize repo tags after hook sync with incremental embedding + FC tool
- HookWorker gains optional embed_service field
- Captures changed tag names during webhook dispatch, batch-embeds after completion
- HookService auto-inits EmbedService from config for standalone git-hook binary
- Adds agent dep to git crate (no circular dep)
- SSH/HTTP servers no longer call start_worker (dedicated git-hook handles it)
- git_tag_search FC tool for agent semantic tag search with project isolation
2026-04-28 13:04:10 +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 fix(git): add LFS upload size limits and fix HTTP rate limiter read/write counter 2026-04-16 20:14:13 +08:00
routes.rs refactor(git): migrate libs/git from slog to tracing 2026-04-21 22:29:26 +08:00
utils.rs init 2026-04-15 09:08:09 +08:00