gitlab-org--gitlab-foss/lib/gitlab/background_migration
Jan Provaznik 7b22381603 Reschedule commits_count background migration
We still have >100K unmigrated MergeRequestDiffs
which don't have commits_count set yet (see
https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/17567#note_61904891)

This migration re-schedules the original background migration.
To assure that records are not processed twice, records with
commits_count set are skipped.

Related to #41698 and !17567
2018-03-09 09:56:49 +01:00
..
.gitkeep
.rubocop.yml Added Rubocop config for background migrations 2017-11-23 13:56:51 +01:00
add_merge_request_diff_commits_count.rb Reschedule commits_count background migration 2018-03-09 09:56:49 +01:00
cleanup_concurrent_type_change.rb Use a background migration for issues.closed_at 2018-01-03 12:28:00 +01:00
copy_column.rb Reduce UPDATEs for background column type changes 2018-01-18 14:22:41 +01:00
create_fork_network_memberships_range.rb Handle uniqueness on fork_network_member creation 2018-02-08 09:44:58 +01:00
create_gpg_key_subkeys_from_gpg_keys.rb Added Rubocop config for background migrations 2017-11-23 13:56:51 +01:00
delete_conflicting_redirect_routes_range.rb Make DeleteConflictingRedirectRoutes no-op 2018-01-03 12:23:20 -08:00
deserialize_merge_request_diffs_and_commits.rb Added Rubocop config for background migrations 2017-11-23 13:56:51 +01:00
migrate_build_stage.rb Use a helper to schedule pipeline stages migration 2018-02-16 12:28:34 +01:00
migrate_build_stage_id_reference.rb Added Rubocop config for background migrations 2017-11-23 13:56:51 +01:00
migrate_events_to_push_event_payloads.rb Avoid leaving a push event empty if payload cannot be created 2018-01-03 22:49:02 -08:00
migrate_stage_status.rb Added Rubocop config for background migrations 2017-11-23 13:56:51 +01:00
migrate_system_uploads_to_new_folder.rb Added Rubocop config for background migrations 2017-11-23 13:56:51 +01:00
move_personal_snippet_files.rb Added Rubocop config for background migrations 2017-11-23 13:56:51 +01:00
normalize_ldap_extern_uids_range.rb Moved o_auth/saml/ldap modules under gitlab/auth 2018-02-28 16:53:02 +01:00
populate_fork_networks_range.rb Create fork networks for forks for which the source was deleted. 2017-11-29 12:11:48 +01:00
populate_merge_request_metrics_with_events_data.rb Cache merged and closed events data in merge_request_metrics table 2018-01-02 17:45:25 -02:00
populate_merge_requests_latest_merge_request_diff_id.rb Added Rubocop config for background migrations 2017-11-23 13:56:51 +01:00
populate_untracked_uploads.rb Use convenient Rails helper 2018-02-21 10:04:42 -08:00
populate_untracked_uploads_dependencies.rb Explicitly reference redefined models 2018-02-20 12:09:49 -08:00
prepare_untracked_uploads.rb Avoid dropping tables in test 2018-02-14 12:31:16 +01:00