You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Can we list pass/fail status in the UI for heroku builds? Maybe a color code, or put a unicode ✔ and ✖ in a column. This would let me scan at a glance the most recent passing build (or most recent failing build).
Another thing that might be helpful is to also list the release number, that way I could easily run heroku releases and see if something changed between version numbers.
The text was updated successfully, but these errors were encountered:
Displaying the release number is going to be trickier though, as it requires one additional request per build, which is going to slow down the request a lot.
Can we list pass/fail status in the UI for
heroku builds
? Maybe a color code, or put a unicode ✔ and ✖ in a column. This would let me scan at a glance the most recent passing build (or most recent failing build).Another thing that might be helpful is to also list the release number, that way I could easily run
heroku releases
and see if something changed between version numbers.The text was updated successfully, but these errors were encountered: