gitlab-org--gitlab-foss/app/services/projects
Bob Van Landuyt f3fba178b9 Remove the ForkedProjectLink model
This removes the `ForkedProjectLink` model that has been replaced by
the `ForkNetworkMember` and `ForkNetwork` combination. All existing
relations have been adjusted to use these new models.

The `forked_project_link` table has been dropped.

The "Forks" count on the admin dashboard has been updated to count all
`ForkNetworkMember` rows and deduct the number of `ForkNetwork`
rows. This is because now the "root-project" of a fork network also
has a `ForkNetworkMember` row. This count could become inaccurate when
the root of a fork network is deleted.
2018-10-19 11:57:20 +02:00
..
auto_devops Disable existing offenses for the CodeReuse cops 2018-09-11 17:32:00 +02:00
container_repository Delete container repository tags outside of transaction 2018-09-19 05:03:18 -07:00
group_links
hashed_storage Disable existing offenses for the CodeReuse cops 2018-09-11 17:32:00 +02:00
import_export
lfs_pointers Disable existing offenses for the CodeReuse cops 2018-09-11 17:32:00 +02:00
after_import_service.rb
autocomplete_service.rb Resolve "Drop down filter for project snippets" 2018-10-05 09:42:38 +00:00
base_move_relations_service.rb Disable existing offenses for the CodeReuse cops 2018-09-11 17:32:00 +02:00
batch_count_service.rb
batch_forks_count_service.rb Disable existing offenses for the CodeReuse cops 2018-09-11 17:32:00 +02:00
batch_open_issues_count_service.rb Disable existing offenses for the CodeReuse cops 2018-09-11 17:32:00 +02:00
count_service.rb
create_from_template_service.rb
create_service.rb Remove the ForkedProjectLink model 2018-10-19 11:57:20 +02:00
destroy_service.rb Move registry destroy out of project transaction 2018-09-19 06:36:29 -07:00
detect_repository_languages_service.rb Disable existing offenses for the CodeReuse cops 2018-09-11 17:32:00 +02:00
download_service.rb
enable_deploy_key_service.rb Disable existing offenses for the CodeReuse cops 2018-09-11 17:32:00 +02:00
fork_service.rb Remove the ForkedProjectLink model 2018-10-19 11:57:20 +02:00
forks_count_service.rb Remove the ForkedProjectLink model 2018-10-19 11:57:20 +02:00
gitlab_projects_import_service.rb Disable existing offenses for the CodeReuse cops 2018-09-11 17:32:00 +02:00
hashed_storage_migration_service.rb
housekeeping_service.rb
import_service.rb
move_access_service.rb
move_deploy_keys_projects_service.rb Disable existing offenses for the CodeReuse cops 2018-09-11 17:32:00 +02:00
move_forks_service.rb Remove the ForkedProjectLink model 2018-10-19 11:57:20 +02:00
move_lfs_objects_projects_service.rb Disable existing offenses for the CodeReuse cops 2018-09-11 17:32:00 +02:00
move_notification_settings_service.rb Disable existing offenses for the CodeReuse cops 2018-09-11 17:32:00 +02:00
move_project_authorizations_service.rb Disable existing offenses for the CodeReuse cops 2018-09-11 17:32:00 +02:00
move_project_group_links_service.rb Disable existing offenses for the CodeReuse cops 2018-09-11 17:32:00 +02:00
move_project_members_service.rb Disable existing offenses for the CodeReuse cops 2018-09-11 17:32:00 +02:00
move_users_star_projects_service.rb
open_issues_count_service.rb Disable existing offenses for the CodeReuse cops 2018-09-11 17:32:00 +02:00
open_merge_requests_count_service.rb
overwrite_project_service.rb
participants_service.rb
propagate_service_template.rb Disable existing offenses for the CodeReuse cops 2018-09-11 17:32:00 +02:00
transfer_service.rb Disable existing offenses for the CodeReuse cops 2018-09-11 17:32:00 +02:00
unlink_fork_service.rb Remove the ForkedProjectLink model 2018-10-19 11:57:20 +02:00
update_pages_configuration_service.rb Make GitLab pages support access control 2018-10-05 13:41:11 +00:00
update_pages_service.rb
update_remote_mirror_service.rb Doesn't synchronize default branch for push mirrors 2018-09-21 14:29:59 -03:00
update_service.rb Make GitLab pages support access control 2018-10-05 13:41:11 +00:00