gitdataai/libs/service/project
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
..
activity.rs refactor(service): migrate auth, git service, agent from slog to tracing 2026-04-21 22:28:33 +08:00
audit.rs init 2026-04-15 09:08:09 +08:00
avatar.rs init 2026-04-15 09:08:09 +08:00
billing.rs init 2026-04-15 09:08:09 +08:00
board.rs init 2026-04-15 09:08:09 +08:00
can_use.rs init 2026-04-15 09:08:09 +08:00
info.rs init 2026-04-15 09:08:09 +08:00
init.rs init 2026-04-15 09:08:09 +08:00
invitation.rs feat(service): add push and storage service modules, update project/user/workspace services 2026-04-20 15:45:40 +08:00
join_answers.rs init 2026-04-15 09:08:09 +08:00
join_request.rs feat(room): auto-add new project members to all rooms 2026-04-19 22:27:57 +08:00
join_settings.rs init 2026-04-15 09:08:09 +08:00
labels.rs init 2026-04-15 09:08:09 +08:00
like.rs init 2026-04-15 09:08:09 +08:00
members.rs feat(room): auto-add new project members to all rooms 2026-04-19 22:27:57 +08:00
mod.rs init 2026-04-15 09:08:09 +08:00
repo_permission.rs init 2026-04-15 09:08:09 +08:00
repo.rs feat(repo): return ssh/https clone URLs from backend 2026-04-16 18:20:48 +08:00
settings.rs init 2026-04-15 09:08:09 +08:00
standard.rs init 2026-04-15 09:08:09 +08:00
transfer_repo.rs init 2026-04-15 09:08:09 +08:00
watch.rs init 2026-04-15 09:08:09 +08:00