dgodd / concourse-summary

MIT License
62 stars 12 forks source link

Add an indication of when the pipeline last ran #25

Closed kdykeman closed 7 years ago

kdykeman commented 7 years ago

I was recently "fooled" into thinking things were OK by a green box when in fact one of the resource checks had been failing (orange) for 30+ days. Some indication of the last time the pipeline ran to completion would have helped me notice that things were broken.

dgodd commented 7 years ago

I'm not sure how to determine "ran to completion" with concourse. I could show the most recent time anything ran, but I'm not sure that would help? The other option I can think of would be to show an orange border if any resources are failing/orange.

kdykeman commented 7 years ago

An orange border sounds like the simplest thing and would probably most quickly draw attention.

dgodd commented 7 years ago

@kdykeman ConcourseSummary should now show an orange border if any input resources have broken checks. Please tell me if this solves your problem

kdykeman commented 7 years ago

Perfect, thanks!

kdykeman commented 7 years ago

Just wanted to give you props on this change... It's been a massive help!

dgodd commented 7 years ago

Awesome, thanks