gitdataai/libs/git/hook/pool
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
..
mod.rs refactor(git): migrate libs/git from slog to tracing 2026-04-21 22:29:26 +08:00
redis.rs refactor(git): migrate libs/git from slog to tracing 2026-04-21 22:29:26 +08:00
types.rs feat(git): add Redis-backed hook worker with per-repo distributed locking 2026-04-17 12:33:58 +08:00
worker.rs refactor(git): migrate libs/git from slog to tracing 2026-04-21 22:29:26 +08:00