summaryrefslogtreecommitdiff
path: root/lib/gitlab/hashed_storage
Commit message (Collapse)AuthorAgeFilesLines
* Enable even more frozen string in lib/gitlabrepo-forks/gitlab-ce-frozen-string-lib-gitlab-even-moregfyoung2018-11-132-0/+4
| | | | | | | | | | | | | | | | | | | Enables frozen string for the following: * lib/gitlab/fogbugz_import/**/*.rb * lib/gitlab/gfm/**/*.rb * lib/gitlab/git/**/*.rb * lib/gitlab/gitaly_client/**/*.rb * lib/gitlab/gitlab_import/**/*.rb * lib/gitlab/google_code_import/**/*.rb * lib/gitlab/gpg/**/*.rb * lib/gitlab/grape_logging/**/*.rb * lib/gitlab/graphql/**/*.rb * lib/gitlab/graphs/**/*.rb * lib/gitlab/hashed_storage/**/*.rb * lib/gitlab/health_checks/**/*.rb Partially address gitlab-org/gitlab-ce#47424.
* Disable existing offenses for the CodeReuse copsYorick Peterse2018-09-112-0/+12
| | | | | This whitelists all existing offenses for the various CodeReuse cops, of which most are triggered by the CodeReuse/ActiveRecord cop.
* Resolve "Hashed storage: extend "Enable hashed storage for all new projects" ↵Valery Sizov2018-08-031-1/+1
| | | | to "for all new and renamed projects""
* Resolve "Hashed Storage: Make possible to migrate single project"Gabriel Mazetto2018-06-072-1/+70
|
* refactor to remove duplicationGabriel Mazetto2018-05-281-14/+12
|
* Refactor RakeHelper to reduce complexityGabriel Mazetto2018-05-281-26/+18
|
* Extracted auxiliary methods from storage.rake into specific RakeHelperGabriel Mazetto2018-05-281-0/+81