gitdataai/libs/service/git
ZhenYi 773da34fab refactor(service): migrate auth, git service, agent from slog to tracing
- Remove all use slog::* imports and slog::Logger fields/parameters
- Replace slog::info!/warn!/error! with tracing::info!/warn!/error!
- AppService: remove pub logs: slog::Logger field, update callers of
  AppEmail::init(), MessageProducer::new(), RoomService::new(),
  start_email_worker(), start_room_workers()
- auth/: captcha, email, login, logout, password, register, rsa, totp
- git/: archive, blame, blob, branch, commit, contributors, diff,
  refs, star, tag, tree, watch
- agent/: billing (ai_usage_recorded), code_review, pr_summary, sync
- project/activity.rs, workspace/alert.rs
2026-04-21 22:28:33 +08:00
..
archive.rs refactor(service): migrate auth, git service, agent from slog to tracing 2026-04-21 22:28:33 +08:00
blame.rs refactor(service): migrate auth, git service, agent from slog to tracing 2026-04-21 22:28:33 +08:00
blob.rs refactor(service): migrate auth, git service, agent from slog to tracing 2026-04-21 22:28:33 +08:00
blocking.rs init 2026-04-15 09:08:09 +08:00
branch_protection.rs init 2026-04-15 09:08:09 +08:00
branch.rs refactor(service): migrate auth, git service, agent from slog to tracing 2026-04-21 22:28:33 +08:00
commit.rs refactor(service): migrate auth, git service, agent from slog to tracing 2026-04-21 22:28:33 +08:00
contributors.rs refactor(service): migrate auth, git service, agent from slog to tracing 2026-04-21 22:28:33 +08:00
diff.rs refactor(service): migrate auth, git service, agent from slog to tracing 2026-04-21 22:28:33 +08:00
init.rs init 2026-04-15 09:08:09 +08:00
mod.rs init 2026-04-15 09:08:09 +08:00
refs.rs refactor(service): migrate auth, git service, agent from slog to tracing 2026-04-21 22:28:33 +08:00
repo.rs fix(git): use repo.default_branch instead of HEAD to avoid master/branch mismatch 2026-04-17 15:13:08 +08:00
star.rs refactor(service): migrate auth, git service, agent from slog to tracing 2026-04-21 22:28:33 +08:00
tag.rs refactor(service): migrate auth, git service, agent from slog to tracing 2026-04-21 22:28:33 +08:00
tree.rs refactor(service): migrate auth, git service, agent from slog to tracing 2026-04-21 22:28:33 +08:00
watch.rs refactor(service): migrate auth, git service, agent from slog to tracing 2026-04-21 22:28:33 +08:00
webhook.rs init 2026-04-15 09:08:09 +08:00