Skip to content

Improves support for long build traces:

Filipa Lacerda requested to merge 30696-long-build-log-improvement into master

What does this MR do?

  • Change LIMIT_SIZE to 500 KiB, 50 seems too small
  • Adds to truncate message a link to raw: raw_namespace_project_build_path(@project.namespace, @project, @build),
  • Shows size in KiB instead of bytes
  • Removes truncated logic - message should be visible every time size is less than the total.
  • Removes transparent background
  • Updates tests

Screenshots

Screen_Shot_2017-04-12_at_15.03.06

Does this MR meet the acceptance criteria?

What are the relevant issue numbers?

Closes #30696 (closed)

Merge request reports