pending.nvim/lua/pending
Barrett Ruth 46b5d52b60
feat(forge): support bare repo-level forge refs (#135) (#140)
Problem: Forge refs required an issue/PR number (`gh:user/repo#42`).
Users wanting to link a repo without a specific issue had no option.

Solution: Accept `gh:user/repo` shorthand and `https://github.com/user/repo`
URLs as `type='repo'` refs with `number=nil`. These conceal and render
virtual text like numbered refs but skip all API calls (no validate, no
fetch, no close). `format_label` strips `#%n` for bare refs. Omnifunc
offers both `owner/repo#` and `owner/repo` completions.

Closes #135
2026-03-12 20:29:02 -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 (#136) 2026-03-12 20:29:02 -04:00
complete.lua feat(forge): support bare repo-level forge refs (#135) (#140) 2026-03-12 20:29:02 -04:00
config.lua feat(forge): add validate option for forge ref validation on write (#138) 2026-03-12 20:29:02 -04:00
diff.lua refactor(forge): simplify auth gating (#139) 2026-03-12 20:29:02 -04:00
forge.lua feat(forge): support bare repo-level forge refs (#135) (#140) 2026-03-12 20:29:02 -04:00
health.lua refactor(forge): simplify auth gating (#139) 2026-03-12 20:29:02 -04:00
init.lua feat(forge): add validate option for forge ref validation on write (#138) 2026-03-12 20:29:02 -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 feat: add <C-a> / <C-x> keymaps for priority increment/decrement (#114) 2026-03-08 20:49:05 -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