srushti / goldberg

Goldberg is a lightweight CI server written in Ruby which worries about Bundler & RVM so that you don't have to.
Other
243 stars 29 forks source link

Clicking 'Force Build' gives no feedback to the user #85

Closed kaiwren closed 13 years ago

kaiwren commented 13 years ago

Clicking force build currently has no immediate visible effect.

Only when the build actually starts and the page self updates (which even with a single build can often take > 10s) does any visible change occur.

There should be an additional build state of 'queued' to handle this situation.

srushti commented 13 years ago

Added a little bit of text to the force build button if a build is currently queued 83f4cf7b51906a1603e2ca6f36750bdd99641b9b.