gitlab-ce/lib/gitlab/ci
Lin Jen-Shin 050103f209 Make sure TraceReader uses Encoding.default_external
Encoding.default_external was chosen over
Encoding.default_internal because File.read is
returning Encoding.default_external, therefore
we should align with it. Alternatively, we could
force both of them to be Encoding.default_internal.

However, ideally this should be determined by different
projects. For example, some projects might want to use
an encoding different to what GitLab is using.

This might not happen soon though.

Closes #27052
2017-01-26 18:29:44 +08:00
..
build Add Gitlab::Ci::Build::Credentials module with build credentials abstraction 2016-11-21 19:49:29 +01:00
config Do not check for valid url for .gitlab-ci.yml 2017-01-05 19:59:10 +01:00
status Merge branch 'feature/success-warning-icons-in-stages-builds' into 'master' 2017-01-23 14:32:06 +00:00
config.rb
pipeline_duration.rb
trace_reader.rb Make sure TraceReader uses Encoding.default_external 2017-01-26 18:29:44 +08:00