Skip to content

Show failed tasks as errors in statusbars

Warren Gifford requested to merge mrn/report-errors-as-errors into main

Created by: mrnugget

Yesterday I noticed that when executing steps fails in a repository we simply show "No changes" in the status bars. If you execute steps in a lot of repositories that means you'll need to wait until all of them are finished to get feedback on whether one of them failed.

This changes the behaviour from this

before

to this:

screenshot_2020-10-16_16 28 24

I'm not super happy with the StatusText() and SingleLineError() methods and how to best interface them, but then again I never found wrapped errors easy to manage. If you have any ideas: let me know!

Merge request reports

Loading