gitdataai/libs/git/http
ZhenYi 0c1a9ddf98 refactor(git): migrate libs/git from slog to tracing
- Remove all use slog::* imports and log: slog::Logger fields
- ssh/handle.rs: replace slog macro chains with tracing::{info!, warn!,
  error!, debug!}; remove log field from GitSshHandle
- ssh/authz.rs, ssh/mod.rs, ssh/server.rs: remove slog Logger fields
- http/: auth.rs, handler.rs, mod.rs, routes.rs: remove slog usage
- hook/: pool worker, sync modules, webhook_dispatch.rs: remove slog
2026-04-21 22:29:26 +08:00
..
auth.rs refactor(git): migrate libs/git from slog to tracing 2026-04-21 22:29:26 +08:00
handler.rs refactor(git): migrate libs/git from slog to tracing 2026-04-21 22:29:26 +08:00
lfs_routes.rs init 2026-04-15 09:08:09 +08:00
lfs.rs fix(git): add LFS upload size limits and fix HTTP rate limiter read/write counter 2026-04-16 20:14:13 +08:00
mod.rs refactor(git): migrate libs/git from slog to tracing 2026-04-21 22:29:26 +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