Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Show success or failures for heroku builds #48

Open
schneems opened this issue Jul 17, 2017 · 3 comments
Open

Show success or failures for heroku builds #48

schneems opened this issue Jul 17, 2017 · 3 comments

Comments

@schneems
Copy link

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.

@dmathieu
Copy link
Contributor

The version will show in yellow/red/green depending on the build status.
This could definitely be improved though.

@dmathieu
Copy link
Contributor

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.

@schneems
Copy link
Author

The request number is less important. Maybe a flag for it like -x or something. But it's not critical for now

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants