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
2017-07-26Move exception handling to executeTiago Botelho
2017-07-20Add specs for ProjectDestroyWorkerTiago Botelho
2017-05-01Auto-correct `RSpec/DescribedClass` violationsRobert Speicher
2017-03-28Use `:empty_project` where possible in worker specsRobert Speicher
2017-01-31resolve deprecation warningsAdam Pahlevi
don’t pass AR object, use the ID to avoid depr warning pass in the id instead of AR object to specs for `ProjectDestroyWorker`
2016-08-04Fix skip_repo parameter being ignored when destroying a namespaceStan Hu
When destroying a namespace, the `skip_repo` parameter is supposed to prevent the repository directory from being destroyed and allow the namespace after_destroy hook to run. If the namespace fails to be deleted for some reason, we could be left with repositories that are deleted with existing projects.