Skip to content

CI Log is now double-spaced. Previous versions (<= GitLab 8.8.3) were not.

Summary

The console log on the build details page is now double-spaced, causing build logs to be harder to navigate than before.

My guess is that line endings used to be converted from CRLF to LF and are no longer being converted.

Versions:

  • GitLab 8.9.0 (self-hosted on Ubuntu 14.04.3 via Omnibus)
  • GitLab Shell 3.0.0
  • GitLab API v3
  • Git 2.7.4
  • Ruby 2.1.8p440
  • Rails 4.2.6
  • PostgreSQL 9.2.17
  • GitLab Runner 1.3 on Windows 8.1 Pro

GitLab 8.8.3:

image

GitLab 8.9.0:

image

Both gitlab-ci-multi-runner 1.1.2 (78b3f82) and gitlab-ci-multi-runner 1.3.0 (f9b3437) show the issue, so I think it's only on the web interface side of things.