-
- Downloads
There was a problem fetching the pipeline summary.
Make various trace methods take last_lines argument:
So that we could read last few lines rather than read the entire file which could be huge.
Showing
- app/controllers/projects/builds_controller.rb 3 additions, 1 deletionapp/controllers/projects/builds_controller.rb
- app/models/ci/build.rb 11 additions, 9 deletionsapp/models/ci/build.rb
- lib/gitlab/ci/trace_reader.rb 49 additions, 0 deletionslib/gitlab/ci/trace_reader.rb
- spec/lib/gitlab/ci/trace_reader_spec.rb 40 additions, 0 deletionsspec/lib/gitlab/ci/trace_reader_spec.rb
Loading
Please register or sign in to comment