pending.nvim/lua/pending/sync
Barrett Ruth 422f8f9b05 fix(sync): canonicalize all log prefixes across sync backends (#121)
Problem: log messages in `oauth.lua`, `gcal.lua`, `gtasks.lua`, and
`s3.lua` were inconsistent — some lacked a backend prefix, others used
sentence-case or bare error strings without identifying the source.

Solution: prefix all user-facing log messages with their backend name
(`gcal:`, `gtasks:`, `S3:`, `Google:`). Capitalize `S3` and `Google`
display names. Normalize casing and separator style (em dash) across
all sync log sites.
2026-03-10 11:24:45 -04:00
..
gcal.lua fix(sync): canonicalize all log prefixes across sync backends (#121) 2026-03-10 11:24:45 -04:00
gtasks.lua fix(sync): canonicalize all log prefixes across sync backends (#121) 2026-03-10 11:24:45 -04:00
oauth.lua fix(sync): canonicalize all log prefixes across sync backends (#121) 2026-03-10 11:24:45 -04:00
s3.lua fix(sync): canonicalize all log prefixes across sync backends (#121) 2026-03-10 11:24:45 -04:00
util.lua feat(sync): s3 backend (#112) 2026-03-08 20:20:16 -04:00