Merge branch 'zj-render-log-artifacts' into 'master'

Render log artifact files in GitLab

See merge request gitlab-org/gitlab-ce!22112
This commit is contained in:
Kamil Trzciński 2018-10-08 08:07:41 +00:00
commit b86631a521
2 changed files with 6 additions and 1 deletions

View File

@ -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

View File

@ -0,0 +1,5 @@
---
title: Render log artifact files in GitLab
merge_request:
author:
type: added