gitlab-org--gitlab-foss/app/controllers/admin
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
..
abuse_reports_controller.rb Enable frozen string in app/controllers/**/*.rb 2018-09-18 21:22:45 -07:00
appearances_controller.rb Enable frozen string in app/controllers/**/*.rb 2018-09-18 21:22:45 -07:00
application_controller.rb Enable frozen string in app/controllers/**/*.rb 2018-09-18 21:22:45 -07:00
application_settings_controller.rb Simplify runner registration token resetting 2018-10-04 08:37:01 +02:00
applications_controller.rb Enable frozen string in app/controllers/**/*.rb 2018-09-18 21:22:45 -07:00
background_jobs_controller.rb Enable frozen string in app/controllers/**/*.rb 2018-09-18 21:22:45 -07:00
broadcast_messages_controller.rb Enable frozen string in app/controllers/**/*.rb 2018-09-18 21:22:45 -07:00
dashboard_controller.rb Remove the ForkedProjectLink model 2018-10-19 11:57:20 +02:00
deploy_keys_controller.rb Enable frozen string in app/controllers/**/*.rb 2018-09-18 21:22:45 -07:00
gitaly_servers_controller.rb Enable frozen string in app/controllers/**/*.rb 2018-09-18 21:22:45 -07:00
groups_controller.rb Enable frozen string in app/controllers/**/*.rb 2018-09-18 21:22:45 -07:00
health_check_controller.rb Remove Git circuit breaker 2018-10-10 09:08:18 +02:00
hook_logs_controller.rb Enable frozen string in app/controllers/**/*.rb 2018-09-18 21:22:45 -07:00
hooks_controller.rb Enable frozen string in app/controllers/**/*.rb 2018-09-18 21:22:45 -07:00
identities_controller.rb Enable frozen string in app/controllers/**/*.rb 2018-09-18 21:22:45 -07:00
impersonation_tokens_controller.rb Enable frozen string in app/controllers/**/*.rb 2018-09-18 21:22:45 -07:00
impersonations_controller.rb Enable frozen string in app/controllers/**/*.rb 2018-09-18 21:22:45 -07:00
jobs_controller.rb Enable frozen string in app/controllers/**/*.rb 2018-09-18 21:22:45 -07:00
keys_controller.rb Enable frozen string in app/controllers/**/*.rb 2018-09-18 21:22:45 -07:00
labels_controller.rb Enable frozen string in app/controllers/**/*.rb 2018-09-18 21:22:45 -07:00
logs_controller.rb Enable frozen string in app/controllers/**/*.rb 2018-09-18 21:22:45 -07:00
projects_controller.rb Enable frozen string in app/controllers/**/*.rb 2018-09-18 21:22:45 -07:00
requests_profiles_controller.rb Enable frozen string in app/controllers/**/*.rb 2018-09-18 21:22:45 -07:00
runner_projects_controller.rb Enable frozen string in app/controllers/**/*.rb 2018-09-18 21:22:45 -07:00
runners_controller.rb Enable frozen string in app/controllers/**/*.rb 2018-09-18 21:22:45 -07:00
services_controller.rb
spam_logs_controller.rb Enable frozen string in app/controllers/**/*.rb 2018-09-18 21:22:45 -07:00
system_info_controller.rb Enable frozen string in app/controllers/**/*.rb 2018-09-18 21:22:45 -07:00
users_controller.rb Enable frozen string in app/controllers/**/*.rb 2018-09-18 21:22:45 -07:00