gitlab-org--gitlab-foss/lib/gitlab/background_migration
Bob Van Landuyt aaf18bb8c8 Don't try to create fork network memberships for forks of forks
In case the root project of a Fork-of-fork is deleted, the ForkNetwork
and the membership for that fork network is never created. In this
case we shouldn't try to create the membership, since the parent
membership will never be created.

This means that these fork networks will be lost.
2017-11-14 11:19:19 +01:00
..
.gitkeep Add the ability to perform background migrations 2017-06-12 13:24:04 +02:00
create_fork_network_memberships_range.rb Don't try to create fork network memberships for forks of forks 2017-11-14 11:19:19 +01:00
create_gpg_key_subkeys_from_gpg_keys.rb Don't call update signature worker when there aren't subkeys 2017-10-05 08:26:24 -05:00
delete_conflicting_redirect_routes_range.rb Simplify query 2017-09-14 14:17:23 -07:00
deserialize_merge_request_diffs_and_commits.rb Handle null serialised commits in background migration 2017-10-17 12:15:40 +01:00
migrate_build_stage_id_reference.rb Simplify stage_id migration as we now use relations 2017-07-07 15:52:45 +02:00
migrate_events_to_push_event_payloads.rb Migrate events into a new format 2017-08-10 17:45:44 +02:00
migrate_stage_status.rb Freeze mutable constants in stages migration code 2017-07-11 12:05:04 +02:00
migrate_system_uploads_to_new_folder.rb Allow groups with the name system 2017-07-18 16:23:38 +02:00
move_personal_snippet_files.rb Move the personal snippet uploads from `system` to `-/system` 2017-08-11 18:17:45 +02:00
normalize_ldap_extern_uids_range.rb Sync up hard coded DN class in migration 2017-10-07 10:28:13 -07:00
populate_fork_networks_range.rb Don't create fork networks for root projects that are deleted 2017-10-09 08:44:23 +02:00