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-12-27Use directories.new when getting S3 directoryJan Provaznik
Calling `Fog::Storage::AWS::Directories#get` requires the ListAllMyBuckets permission, but we can avoid that extra query and permission by initializing the directory with a specific bucket: https://stackoverflow.com/a/12288581/1992201
2018-09-11Disable existing offenses for the CodeReuse copsYorick Peterse
This whitelists all existing offenses for the various CodeReuse cops, of which most are triggered by the CodeReuse/ActiveRecord cop.
2018-08-07Merge branch '46535-orphaned-uploads' into 'master'Kamil Trzciński
Rake task for checking orphaned object store uploads Closes #46535 See merge request gitlab-org/gitlab-ce!20918
2018-08-07Clean orphaned files in object storageJarka Kadlecová
2018-08-03Add object storage related tests for `gitlab:cleanup:project_uploads` taskMichael Kozono
2018-07-31Add local project uploads cleanup taskMichael Kozono