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
AgeCommit message (Collapse)Author
2018-01-18Fix spec/migrations/update_upload_paths_to_system_spec.rb to use the ↵Rémy Coutable
:migration metadata Signed-off-by: Rémy Coutable <remy@rymai.me>
2017-10-07Replaces `tag: true` into `:tag` in the specsJacopo
Replaces all the explicit include metadata syntax in the specs (tag: true) into the implicit one (:tag). Added a cop to prevent future errors and handle autocorrection.
2017-08-11Update migrations to move directly into the `-/system` folderBob Van Landuyt
2017-08-11Don't update upload paths twiceBob Van Landuyt
This will be done in 20170717150329_enqueue_migrate_system_uploads_to_new_folder.rb instead.
2017-08-03Change all `:empty_project` to `:project`Robert Speicher
2017-06-08Bring in security changes from the 9.2.5 releaseDJ Mountney
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