pending.nvim/lua/pending/sync
Barrett Ruth ee6c3f723b fix(sync): add backend name prefix to all OAuth log messages (#121)
Problem: four log messages in `oauth.lua` lacked the `self.name` backend
prefix, producing generic notifications instead of identifying which
backend (`gcal`/`gtasks`) triggered the message.

Solution: prepend `self.name .. ': '` to the four unprefixed messages
and drop the hardcoded "Google" from the browser prompt since `self.name`
already identifies the service.
2026-03-10 11:19:33 -04:00
..
gcal.lua fix(sync): normalize log prefixes and S3 prompt UX (#115) 2026-03-08 20:56:22 -04:00
gtasks.lua fix(sync): normalize log prefixes and S3 prompt UX (#115) 2026-03-08 20:56:22 -04:00
oauth.lua fix(sync): add backend name prefix to all OAuth log messages (#121) 2026-03-10 11:19:33 -04:00
s3.lua fix(sync): normalize log prefixes and S3 prompt UX (#115) 2026-03-08 20:56:22 -04:00
util.lua feat(sync): s3 backend (#112) 2026-03-08 20:20:16 -04:00