woodpecker/pkg/template
Michael Nutt 6e92e73a98 logline output buffers rather than updating on every ws message
In builds with lots of output, trying to reload the page partway
through the build results in thousands of websocket messages (one
per line) that each update the DOM.  This can cause the browser to
freeze.  Instead, use requestAnimation frame to delay the DOM
updates.
2014-03-01 19:51:14 -05:00
..
emails Typo on report title. 2014-02-10 15:21:22 +00:00
pages logline output buffers rather than updating on every ws message 2014-03-01 19:51:14 -05:00
template.go fixed template issue with install screen, not using correct base 2014-02-17 12:40:03 -07:00