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-04-03Use shard name in Git::GitlabProjects instead of shard pathAhmad Sherif
Closes gitaly#1110
2018-02-07Use hashed storage in the specsNick Thomas
2018-01-15Fork now protects default branch on completionTiago Botelho
2017-12-15Fork and Import jobs only get marked as failed when the number of Sidekiq ↵Tiago Botelho
retries were exhausted
2017-12-04Fix the fork project functionality for projects with hashed storageNick Thomas
Note the dependency on gitlab-shell v5.10.0
2017-10-10Backports EE 38771 changes to CE.Tiago Botelho
2017-06-21Enable Style/DotPosition Rubocop :cop:Grzegorz Bizon
2017-06-06backports changed import logic from pull mirroring feature into CETiago Botelho
2017-05-01Auto-correct `RSpec/DescribedClass` violationsRobert Speicher
2017-03-28Use `:empty_project` where possible in worker specsRobert Speicher
2017-02-24Use Namespace#full_path instead of #path where appropriateDouwe Maan
2016-07-27Fix a bug where forking a project from a repository storage to another would ↵Alejandro Rodríguez
fail
2016-06-30Refactor repository paths handling to allow multiple git mount pointsAlejandro Rodríguez
2016-03-19Cache output of Repository#exists?Yorick Peterse
This caches the output of Repository#exists? in Redis while making sure it's flushed properly when creating new repositories, deleting them, etc. For the ProjectWiki tests to work I had to make ProjectWiki#create_repo! public as testing private methods in RSpec is a bit of a pain.
2016-02-17Expire caches after forking/importing a repositoryYorick Peterse
This ensures the caches for Repository#empty? and Repository#has_visible_content? are flushed after a repository has been imported or forked. Fixes gitlab-org/gitlab-ce#13505
2015-12-15Fixed Rubocop offensesGabriel Mazetto
2015-11-18Fix specsDouwe Maan
2015-09-11Import forked repositories asynchronously to prevent large repositories from ↵Stan Hu
timing out Use import_status to track async import status and give feedback to the user Closes #2388 Closes #2400