mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2026-05-13 02:04:38 +00:00
Improve manual pipeline page branch loading performance #9
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?
Problem
Clicking Run pipeline opens
/repos/1/manual, but the page spins for a long time before showing the Trigger a manual pipeline form.Observed behavior on
ci.pleroma.com:https://ci.pleroma.com/repos/1/manualThe likely bottleneck is loading the full branch list before rendering the manual pipeline form.
Desired behavior
The manual pipeline page should become interactive quickly. Possible improvements:
Why this matters
Manual pipelines are often used during releases or incident response. The trigger UI should be fast and predictable, especially for repositories with many branches.