pending.nvim/lua/pending
Barrett Ruth 17774b1355 refactor(forge): simplify auth gating and rename gitea_backend
Problem: forge auth/warning logic was scattered through
`fetch_metadata` — per-API-call auth status checks, `_warned` flags,
and `warn_missing_cli` conditionals on every fetch.

Solution: replace `_warned` with `_auth` (cached per session), add
`is_configured()` to skip unconfigured forges entirely, extract
`check_auth()` for one-time auth verification, and strip
`fetch_metadata` to a pure API caller returning `ForgeFetchError`.
Gate `refresh` and new `validate_refs` with both checks. Rename
`gitea_backend` to `gitea_forge`.
2026-03-11 12:16:40 -04:00
..
sync fix(sync): include backend name in bundled-creds auth recommendation (#124) 2026-03-10 11:43:51 -04:00
buffer.lua fix(forge): fix ghost extmarks, false auth warnings, and needless API calls 2026-03-10 23:01:33 -04:00
complete.lua feat(forge): support custom shorthand prefixes (#131) 2026-03-10 22:30:42 -04:00
config.lua refactor(forge): rename auto_close to close (#137) 2026-03-10 23:18:20 -04:00
diff.lua Revert "feat(diff): disallow editing done tasks by default (#132)" (#133) 2026-03-10 22:45:07 -04:00
forge.lua refactor(forge): simplify auth gating and rename gitea_backend 2026-03-11 12:16:40 -04:00
health.lua refactor(forge): simplify auth gating and rename gitea_backend 2026-03-11 12:16:40 -04:00
init.lua feat(forge): inline overlay rendering for forge links (#126) 2026-03-10 19:28:44 -04:00
log.lua fix(diff): preserve due/rec when absent from buffer line (#68) 2026-03-05 12:46:54 -05:00
parse.lua refactor: move forge ref detection from parse.body() to diff 2026-03-10 18:58:24 -04:00
recur.lua feat: time-aware due dates, persistent undo, @return audit (#33) 2026-02-25 20:37:50 -05:00
store.lua refactor(types): extract inline anonymous types into named classes (#110) 2026-03-08 19:49:49 -04:00
textobj.lua fix(diff): preserve due/rec when absent from buffer line (#68) 2026-03-05 12:46:54 -05:00
views.lua feat(forge): inline overlay rendering for forge links (#127) 2026-03-10 20:01:10 -04:00