cobyism / dciy

Do Continuous Integration Yourself — a simple, open source CI server.
98 stars 10 forks source link

Update build output while in progress #19

Closed cobyism closed 11 years ago

cobyism commented 11 years ago

This PR just adds a simple little JSON poller to update the build output in realtime as you view the page (well, every second at least):

dciy-poller

It sets the timer on page load if the build hasn’t come back as successful or failed, and kills the timer if one is set as soon as the build finishes.

smashwilson commented 11 years ago

Nice!