gitlab-org--gitlab-foss/spec/migrations
Toon Claes 0ad80cab40 Use worker to destroy namespaceless projects in post-deploy
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.
2017-05-10 15:01:27 +02:00
..
active_record Enable RSpec/FilePath cop 2017-04-26 12:50:32 +01:00
add_head_pipeline_for_each_merge_request_spec.rb Small code improvements and add migration spec 2017-05-08 18:43:53 -03:00
cleanup_namespaceless_pending_delete_projects_spec.rb Use worker to destroy namespaceless projects in post-deploy 2017-05-10 15:01:27 +02:00
fill_authorized_projects_spec.rb Fill missing authorized projects rows 2017-01-11 11:28:08 -05:00
migrate_build_events_to_pipeline_events_spec.rb All CI offline migrations 2017-03-17 23:06:11 +00:00
migrate_process_commit_worker_jobs_spec.rb Use Project :repository trait where necessary in migration specs 2017-03-27 18:45:36 -04:00
migrate_user_activities_to_users_last_activity_on_spec.rb Add a post-deploy migration to migrate from former Redis activity to DB 2017-04-14 15:20:55 +02:00
migrate_user_project_view_spec.rb Change project view default for existing users and anonymous visitors to files+readme 2017-04-10 21:28:41 +03:00
remove_dot_git_from_usernames_spec.rb fix typo, added relevant spec 2017-01-16 16:11:50 +01:00
rename_more_reserved_project_names_spec.rb Reserve few project and nested group paths 2017-03-13 15:47:24 +02:00
rename_reserved_project_names_spec.rb Fix rename projects spec so it doesn't hang 2016-12-27 13:45:44 +01:00