Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/app
diff options
context:
space:
mode:
authorZeger-Jan van de Weg <zegerjan@gitlab.com>2018-10-08 11:07:41 +0300
committerKamil TrzciƄski <ayufan@ayufan.eu>2018-10-08 11:07:41 +0300
commit129a60e79dd724228dda711b5789a70412ec7fb4 (patch)
tree5532e315c8d48fb6f6adbb46c87e8ab8b1bdc782 /app
parentc3389c8006443e2b4d994eb15e60bd249fc4732f (diff)
Render log artifact files in GitLab
Diffstat (limited to 'app')
-rw-r--r--app/models/ci/artifact_blob.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/models/ci/artifact_blob.rb b/app/models/ci/artifact_blob.rb
index cd0b31482d2..d87d6a5cb2f 100644
--- a/app/models/ci/artifact_blob.rb
+++ b/app/models/ci/artifact_blob.rb
@@ -4,7 +4,7 @@ module Ci
class ArtifactBlob
include BlobLike
- EXTENSIONS_SERVED_BY_PAGES = %w[.html .htm .txt .json].freeze
+ EXTENSIONS_SERVED_BY_PAGES = %w[.html .htm .txt .json .log].freeze
attr_reader :entry