gitlab-org--gitlab-foss/lib/gitlab/background_migration
Bob Van Landuyt 4c4109e1b9 Create fork networks for forks for which the source was deleted.
That way we can join forks-of-forks into the same network even if
their original source was deleted.

Consider the following:

  `awesome-oss/badger` is forked to `coolstuff/badger`, which is
  forked to `user-a/badger` which in turn is forked to
  `user-b/badger`.

  When `awesome-oss/badger` is deleted, we will now create a fork
  network with `coolstuff/badger` as the root. The `user-a/badger`
  and `user-b/badger` projects will be added to the network.
2017-11-29 12:11:48 +01:00
..
.gitkeep
.rubocop.yml Added Rubocop config for background migrations 2017-11-23 13:56:51 +01:00
create_fork_network_memberships_range.rb Added Rubocop config for background migrations 2017-11-23 13:56:51 +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 Added Rubocop config for background migrations 2017-11-23 13:56:51 +01: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_id_reference.rb Added Rubocop config for background migrations 2017-11-23 13:56:51 +01:00
migrate_events_to_push_event_payloads.rb Added Rubocop config for background migrations 2017-11-23 13:56:51 +01: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 Added Rubocop config for background migrations 2017-11-23 13:56:51 +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_requests_latest_merge_request_diff_id.rb Added Rubocop config for background migrations 2017-11-23 13:56:51 +01:00