-
- Downloads
Send trace to a browser incrementally when build is running
We send a state of ansi2html to client, client needs to send this state back. The state describes the configuration of generator and position within trace.
Showing
- app/controllers/projects/builds_controller.rb 15 additions, 0 deletionsapp/controllers/projects/builds_controller.rb
- app/models/ci/build.rb 6 additions, 2 deletionsapp/models/ci/build.rb
- app/views/projects/builds/show.html.haml 5 additions, 2 deletionsapp/views/projects/builds/show.html.haml
- config/routes.rb 1 addition, 0 deletionsconfig/routes.rb
- lib/ci/ansi2html.rb 57 additions, 21 deletionslib/ci/ansi2html.rb
- spec/lib/ci/ansi2html_spec.rb 78 additions, 33 deletionsspec/lib/ci/ansi2html_spec.rb
Please register or sign in to comment