gitlab-org--gitlab-foss/spec/uploaders
DJ Mountney 1d1363e2bb Bring in security changes from the 9.2.5 release
Ran:
 - git format-patch v9.2.2..v9.2.5 --stdout > patchfile.patch
 - git checkout -b 9-2-5-security-patch origin/v9.2.2
 - git apply patchfile.patch
 - git commit
 - [Got the sha ref for the commit]
 - git checkout -b upstream-9-2-security master
 - git cherry-pick <SHA of the patchfile commit>
 - [Resolved conflicts]
 - git cherry-pick --continue
2017-06-07 21:16:20 -07:00
..
artifact_uploader_spec.rb Add missing specs 2017-06-01 16:34:48 +02:00
attachment_uploader_spec.rb Bring in security changes from the 9.2.5 release 2017-06-07 21:16:20 -07:00
avatar_uploader_spec.rb Bring in security changes from the 9.2.5 release 2017-06-07 21:16:20 -07:00
file_mover_spec.rb Support uploads for newly created personal snippets 2017-06-07 07:52:41 +02:00
file_uploader_spec.rb Bring in security changes from the 9.2.5 release 2017-06-07 21:16:20 -07:00
gitlab_uploader_spec.rb Add missing specs 2017-06-01 16:34:48 +02:00
lfs_object_uploader_spec.rb Fix LFS timeouts when trying to save large files 2017-06-04 21:51:59 -07:00
personal_file_uploader_spec.rb Support uploaders for personal snippets comments 2017-05-02 15:22:24 +02:00
records_uploads_spec.rb Support uploads for newly created personal snippets 2017-06-07 07:52:41 +02:00
uploader_helper_spec.rb