refactor(ci): share request and buffer lifecycle helpers across CI views #531
Labels
No labels
bug
documentation
duplicate
enhancement
fugitive
good first issue
help wanted
invalid
question
v0.1.0
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
barrettruth/forge.nvim#531
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
lua/forge/log.lua,lua/forge/ci_history.lua, andlua/forge/pr_checks.luaeach implement their own small request/buffer lifecycle stack.Common repeated patterns include:
buf_datatablesvim.b.forgebuffer metadata setupThis issue is for extracting shared internal helpers for CI-view request and buffer lifecycle management so these read-only surfaces stop re-implementing the same mechanics independently.
The goal is not to redesign the user-facing buffers, only to reduce duplicated lifecycle code and make later changes safer.