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-05-07Fix rubocop violationToon Claes
2018-05-07Use push events again to determine if repo needs checkingToon Claes
2018-05-07Project#repository_storage_path no longer existsToon Claes
2018-05-07Refactor RepositoryCheck::SingleRepositoryWorkerToon Claes
A repo does not need pushes before it will be repo-checked. There are other sources where commits can come from (e.g. import or webIDE). In the test I made the method of breaking a repo more robust. And added a few test examples. See also gitlab-org/gitlab-ce#45046.
2018-05-07Remove `Rails.env.test?` from production codeToon Claes
2017-10-03Hide Gollum inside Gitlab::Git::WikiJacob Vosmaer (GitLab)
2017-08-03Change all `:empty_project` to `:project`Robert Speicher
2017-05-10Enable the Style/TrailingCommaInArguments copRémy Coutable
Use the EnforcedStyleForMultiline: no_comma option. Signed-off-by: Rémy Coutable <remy@rymai.me>
2017-03-28Use `:empty_project` where possible in worker specsRobert Speicher
2017-02-05Add traits for ProjectFeatures to Project factorySemyon Pupkov
https://gitlab.com/gitlab-org/gitlab-ce/issues/24007
2016-09-01Project tools visibility levelFelipe Artur
2016-06-15Do not check repos without push eventsJacob Vosmaer
2016-05-04Merge branch 'create-wikis-during-check' into 'master' Douwe Maan
Initialize wikis on legacy projects during check Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/4173 Helps https://gitlab.com/gitlab-org/gitlab-ce/issues/15423 See merge request !3931
2016-04-26Initialize wikis on legacy projects during checkJacob Vosmaer
2016-04-26Do not fsck projects less than a day oldJacob Vosmaer
This should bring the number of false positives down.
2016-04-18Destroy wikis uniformlyJacob Vosmaer
2016-04-18When a project wiki is disabled skip it for fsckJacob Vosmaer
2016-04-13Use more conservative limitsJacob Vosmaer
2016-04-13Clear repository check columns asynchronouslyJacob Vosmaer