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-10-25Removes idenfitication by commit from Gitlab::IdentifierTiago Botelho
Before we would need to identify a user when pushing through the GitLab UI. Since this is no longer the case we can remove the identification by commit and instead, use the identify_using_user
2018-10-22Enable frozen string for lib/gitlab/*.rbgfyoung
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.
2017-12-08Allow git pull/push on project redirectsMayra Cabrera
2016-11-23Use Commit#author so we share logic and cacheLin Jen-Shin
Closes #24900
2016-11-04post_receive: accept any user email from last commitElan Ruusamäe
2016-10-05Refactor Gitlab::IdentifierYorick Peterse
This refactors Gitlab::Identifier so it uses fewer queries and is actually tested. Queries are reduced by caching the output as well as using 1 query (instead of 2) to find a user using an SSH key.
2015-04-24Use project.commit convenience method.Douwe Maan
2014-01-19Remove deprecated findersskv
2013-04-29fix wrong class nameDmitriy Zaporozhets
2013-04-29Refactor post-receive workerDmitriy Zaporozhets