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
2019-01-15Fix RSpec/FactoriesInMigrationSpecs in two filesRémy Coutable
Signed-off-by: Rémy Coutable <remy@rymai.me>
2018-04-06Ignore current RSpec/FactoriesInMigrationSpecs offensesRémy Coutable
Signed-off-by: Rémy Coutable <remy@rymai.me>
2018-03-01Update specs to respect Project#namespace_id not null constraintDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2017-08-22Refactor project and storage typesGabriel Mazetto
2017-08-03Change all `:empty_project` to `:project`Robert Speicher
2017-08-01Rename ensure_dir_exist -> ensure_storage_path_existGabriel Mazetto
2017-05-11Fix MySQL build failureDouwe Maan
2017-05-10No user needed to cleanup namespaceless pending delete projectsToon Claes
Since this is a cleanup, ran by a post-deploy, there is no need to lookup the admin to run the cleanup.
2017-05-10Use worker to destroy namespaceless projects in post-deployToon Claes
Destroying projects can be very time consuming. So instead of destroying them in the post-deploy, just schedule them and make Sidekiq do the hard work. They are scheduled in batches of 5000 records. This way the number of database requests is limited while also the amount data read to memory is limited.