Skip to content

fix: handle disabled pipelines or MRs

Tomas Vik requested to merge 259-handle-failed-pipeline-or-mr into main

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 Extension_Development_Host_-_Welcome___test-project Extension_Development_Host_-_Welcome___test-project
MRs disabled Extension_Development_Host_-_Welcome___test-project Extension_Development_Host_-_Welcome___test-project

Res0lves #259 (closed) #108 (closed)

Merge request reports