appelier / bigtuna

Continuous Integration software written on top of Ruby on Rails 3 and DelayedJob.
http://bigtuna.appelier.com
273 stars 65 forks source link

Flush stdout/err to build status page periodically #26

Open dbalatero opened 13 years ago

dbalatero commented 13 years ago

As a step in a build runs, could the output buffer from that flush to the database as it occurs? It would be cool to watch progress in the browser interactively.

It could flush at some reasonable rate, like every 10-15 seconds?

ceritium commented 13 years ago

I am working in this feature, on my fork the actions projects#index and projects#show reload every 5 seconds with ajax. In the next days I will do pull request.

dbalatero commented 13 years ago

rad!

benissimo commented 12 years ago

Was any progress ever made on this? It'd be nice to be able to watch the progress of a build as it runs.