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
2022-10-12Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2022-08-19Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2021-04-12Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2020-08-03Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2020-06-26Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2020-06-24Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2020-05-29Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2020-05-28Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-12-17Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-10-23Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-10-04Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-04-01Add frozen_string_literal to spec/workersThong Kuah
Adds `# frozen_string_literal: true` to spec/workers ruby files
2018-10-23Remove broken git storage for testingZeger-Jan van de Weg
Broken storage used to be used to test situations where the Git storage wasn't being reached. These days we can just mock the Gitaly response. But given the broken storage is removed now, Gitaly can take over control of the storage being reachable. If it's not, Gitaly won't boot. That's nice for situations where a disk wasn't mounted for instance. Gitaly MR: https://gitlab.com/gitlab-org/gitaly/merge_requests/675
2018-08-16Whitelist existing destroy_all offensesYorick Peterse
This whitelists all existing places where we use "destroy_all".
2018-07-06Add ExclusiveLease guards for RepositoryCheck::{DispatchWorker,BatchWorker}Stan Hu
We saw in production that DispatchWorker was running about twice an hour, which would schedule twice as many jobs as it should. For some reason, BatchWorker was running 1000 times per hour, possibly due to Sidekiq RSS kills that caused these jobs to restart. Adding an ExclusiveLease prevents these jobs from running more than they should. Relates to https://gitlab.com/gitlab-com/infrastructure/issues/4526
2018-06-27Add RepositoryCheck::DispatchWorker to start worker per shardToon Claes
The RepositoryCheck::DispatchWorker will start a RepositoryCheck::BatchWorker for each healthy shard. Closes gitlab-org/gitlab-ce#48042
2018-06-05Find and mark more Git disk access locationsJacob Vosmaer (GitLab)
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