fix: handle disabled pipelines or MRs
The "For current branch" view was completely failing when pipelines or MRs were disabled for the current project. This was caused by chaining the promises in a way that if one failed, all failed.
before | after | |
---|---|---|
pipelines disabled | ||
MRs disabled |
Res0lves #259 (closed) #108 (closed)