gitdataai/libs/service/workspace
ZhenYi ef529d772b fix(service): resolve backend compilation errors
- access_key.rs: use rand::rng() and random_range() for rand 0.10 API
- access_key.rs: fix update() returns DbErr, add .map_err(AppError::from)
- sync.rs: upsert_provider expects &str not String
- sync.rs: add QueryOrder import for order_by_asc
- issue.rs: change %e to ?e for Debug trait instead of Display
- workspace/info.rs: add missing closing brace in struct literal
2026-04-27 16:39:52 +08:00
..
alert.rs refactor(service): migrate auth, git service, agent from slog to tracing 2026-04-21 22:28:33 +08:00
billing.rs feat: thinking_content column + first-project budget logic 2026-04-26 13:11:06 +08:00
info.rs fix(service): resolve backend compilation errors 2026-04-27 16:39:52 +08:00
init.rs feat: thinking_content column + first-project budget logic 2026-04-26 13:11:06 +08:00
members.rs feat(service): add push and storage service modules, update project/user/workspace services 2026-04-20 15:45:40 +08:00
mod.rs feat(admin): add admin panel with billing alerts and model sync 2026-04-19 20:48:59 +08:00
settings.rs fix: resolve 30+ bugs from security audit 2026-04-27 10:57:23 +08:00