gitdataai/libs/service
ZhenYi f36f08e3c4 fix: remaining unwrap panics and new bugs discovered during audit
- email worker: replace Mailbox::parse().unwrap() with match to
  handle invalid recipient addresses gracefully
- metrics middleware: RwLock poison recovery on read/write locks
  to prevent panic on thread panic
- access key: SystemTime::now() unwrap_or_default instead of unwrap
  for clock-before-epoch edge case
- chpc: NaiveDateTime and_hms_opt unwrap_or MIN/MAX fallbacks
- push notification: second code path fixed for let-chain unwrap
- ai_streaming: constant UUID parse use expect() instead of unwrap
2026-04-27 11:30:01 +08:00
..
agent fix: resolve 30+ bugs from security audit 2026-04-27 10:57:23 +08:00
auth refactor(service): migrate auth, git service, agent from slog to tracing 2026-04-21 22:28:33 +08:00
git fix: resolve 30+ bugs from security audit 2026-04-27 10:57:23 +08:00
issue fix: resolve 30+ bugs from security audit 2026-04-27 10:57:23 +08:00
project feat(room): add WS events for AI config and repo lifecycle changes 2026-04-26 23:58:33 +08:00
pull_request init 2026-04-15 09:08:09 +08:00
search fix(agent/service): retry jitter, tool executor ordering, curl SSRF, grep/JSON 2026-04-25 09:53:31 +08:00
skill init 2026-04-15 09:08:09 +08:00
user fix: remaining unwrap panics and new bugs discovered during audit 2026-04-27 11:30:01 +08:00
utils init 2026-04-15 09:08:09 +08:00
workspace fix: resolve 30+ bugs from security audit 2026-04-27 10:57:23 +08:00
Cargo.toml refactor(fctool): extract tool modules into standalone fctool crate 2026-04-26 23:58:16 +08:00
error.rs refactor(service): clean up agent modules, use agent crate types 2026-04-25 20:09:45 +08:00
lib.rs fix: remaining push notification unwrap in second code path 2026-04-27 11:23:48 +08:00
push.rs feat(service): add push and storage service modules, update project/user/workspace services 2026-04-20 15:45:40 +08:00
storage.rs fix: resolve 30+ bugs from security audit 2026-04-27 10:57:23 +08:00
webhook_dispatch.rs init 2026-04-15 09:08:09 +08:00
ws_token.rs init 2026-04-15 09:08:09 +08:00