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
diff options
context:
space:
mode:
authorKamil Trzciński <ayufan@ayufan.eu>2018-10-05 20:38:14 +0300
committerKamil Trzciński <ayufan@ayufan.eu>2018-10-05 20:38:14 +0300
commit2c9c7d72383c6e7232077b4949b98bb71c90e521 (patch)
tree957cbfb23b0d45b47f3dcd78dedbed6535e7452d /changelogs
parent2f720ddd597af85772e266c91d321f6e202a9d80 (diff)
parentcf0a61c20229f4415991ea55262ba78275320daf (diff)
Merge branch 'rails5-fix-artifacts-controller-spec' into 'master'
Rails5: fix artifacts controller download spec See merge request gitlab-org/gitlab-ce!22123
Diffstat (limited to 'changelogs')
-rw-r--r--changelogs/unreleased/rails5-fix-artifacts-controller-spec.yml6
1 files changed, 6 insertions, 0 deletions
diff --git a/changelogs/unreleased/rails5-fix-artifacts-controller-spec.yml b/changelogs/unreleased/rails5-fix-artifacts-controller-spec.yml
new file mode 100644
index 00000000000..3a399bb836e
--- /dev/null
+++ b/changelogs/unreleased/rails5-fix-artifacts-controller-spec.yml
@@ -0,0 +1,6 @@
+---
+title: 'Rails5: fix artifacts controller download spec Rails5 has params[:file_type]
+ as '''' if file_type is included as nil in the request'
+merge_request: 22123
+author: Jasper Maes
+type: other