gitdataai/libs
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
..
agent feat(observability): Phase 1-5 slog structured logging across platform 2026-04-21 13:44:12 +08:00
agent-tool-derive init 2026-04-15 09:08:09 +08:00
api fix: room attachment upload (Set Uuid::nil, NotFound with msg, Ok wrapper) and silence dead_code warnings 2026-04-20 19:48:05 +08:00
avatar init 2026-04-15 09:08:09 +08:00
config feat(config): add storage configuration module 2026-04-20 15:44:54 +08:00
db init 2026-04-15 09:08:09 +08:00
email fix(email): resolve SMTP connection failures (port 465 SMTPS, URL double scheme, retry backoff) 2026-04-19 01:04:11 +08:00
frontend chore(frontend): update frontend build configuration 2026-04-20 15:45:35 +08:00
git refactor(git): migrate libs/git from slog to tracing 2026-04-21 22:29:26 +08:00
migrate feat(room): read model_id in search results, register m20260420_000003 migration 2026-04-20 16:08:35 +08:00
models chore(models/users): update user notification model 2026-04-20 15:45:08 +08:00
observability feat(observability): Phase 6 OTLP tracing + Prometheus /metrics endpoint 2026-04-21 22:28:15 +08:00
queue refactor(queue): migrate from slog to tracing 2026-04-21 22:29:09 +08:00
room refactor(room): migrate from slog to tracing + upgrade metrics to 0.22 2026-04-21 22:28:52 +08:00
rpc feat(rpc): migrate admin from Redis Pub/Sub JSON-RPC to Tonic gRPC 2026-04-21 13:44:25 +08:00
service refactor(service): migrate auth, git service, agent from slog to tracing 2026-04-21 22:28:33 +08:00
session feat(admin): add admin panel with billing alerts and model sync 2026-04-19 20:48:59 +08:00
session_manager feat(rpc): migrate admin from Redis Pub/Sub JSON-RPC to Tonic gRPC 2026-04-21 13:44:25 +08:00
transport init 2026-04-15 09:08:09 +08:00
webhook init 2026-04-15 09:08:09 +08:00