gitlab-org--gitlab-foss/app/workers
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
ci Execute the worker in pipeline_processing queue 2018-10-02 17:04:04 +02:00
concerns Disable existing offenses for the CodeReuse cops 2018-09-11 17:32:00 +02:00
gitlab/github_import Disable existing offenses for the CodeReuse cops 2018-09-11 17:32:00 +02:00
mail_scheduler Disable existing offenses for the CodeReuse cops 2018-09-11 17:32:00 +02:00
object_storage Disable existing offenses for the CodeReuse cops 2018-09-11 17:32:00 +02:00
repository_check Disable existing offenses for the CodeReuse cops 2018-09-11 17:32:00 +02:00
todos_destroyer
admin_email_worker.rb Disable existing offenses for the CodeReuse cops 2018-09-11 17:32:00 +02:00
all_queues.yml Fix stuck job worker. Fix sidekiq queue namespace 2018-10-02 17:04:04 +02:00
archive_trace_worker.rb Disable existing offenses for the CodeReuse cops 2018-09-11 17:32:00 +02:00
authorized_projects_worker.rb Disable existing offenses for the CodeReuse cops 2018-09-11 17:32:00 +02:00
background_migration_worker.rb
build_coverage_worker.rb Disable existing offenses for the CodeReuse cops 2018-09-11 17:32:00 +02:00
build_finished_worker.rb Rename delayed to scheduled 2018-10-02 17:02:11 +02:00
build_hooks_worker.rb Disable existing offenses for the CodeReuse cops 2018-09-11 17:32:00 +02:00
build_queue_worker.rb Disable existing offenses for the CodeReuse cops 2018-09-11 17:32:00 +02:00
build_success_worker.rb Disable existing offenses for the CodeReuse cops 2018-09-11 17:32:00 +02:00
build_trace_sections_worker.rb Disable existing offenses for the CodeReuse cops 2018-09-11 17:32:00 +02:00
cluster_install_app_worker.rb
cluster_provision_worker.rb
cluster_wait_for_app_installation_worker.rb
cluster_wait_for_ingress_ip_address_worker.rb
create_gpg_signature_worker.rb Disable existing offenses for the CodeReuse cops 2018-09-11 17:32:00 +02:00
create_note_diff_file_worker.rb
create_pipeline_worker.rb
delete_container_repository_worker.rb Disable existing offenses for the CodeReuse cops 2018-09-11 17:32:00 +02:00
delete_diff_files_worker.rb Disable existing offenses for the CodeReuse cops 2018-09-11 17:32:00 +02:00
delete_merged_branches_worker.rb
delete_user_worker.rb
detect_repository_languages_worker.rb Disable existing offenses for the CodeReuse cops 2018-09-11 17:32:00 +02:00
email_receiver_worker.rb
emails_on_push_worker.rb
expire_build_artifacts_worker.rb Disable existing offenses for the CodeReuse cops 2018-09-11 17:32:00 +02:00
expire_build_instance_artifacts_worker.rb Extend reports to support security features 2018-09-27 21:15:08 +00:00
expire_job_cache_worker.rb Disable existing offenses for the CodeReuse cops 2018-09-11 17:32:00 +02:00
expire_pipeline_cache_worker.rb Disable existing offenses for the CodeReuse cops 2018-09-11 17:32:00 +02:00
git_garbage_collect_worker.rb
gitlab_shell_worker.rb
gitlab_usage_ping_worker.rb
group_destroy_worker.rb
import_export_project_cleanup_worker.rb
invalid_gpg_signature_update_worker.rb Disable existing offenses for the CodeReuse cops 2018-09-11 17:32:00 +02:00
irker_worker.rb
issue_due_scheduler_worker.rb Disable existing offenses for the CodeReuse cops 2018-09-11 17:32:00 +02:00
merge_worker.rb
namespaceless_project_destroy_worker.rb Remove the `ForkedProjectLink` model 2018-10-19 11:57:20 +02:00
new_issue_worker.rb
new_merge_request_worker.rb Use standalone diff stats RPC on every comparison view 2018-09-19 12:26:28 +00:00
new_note_worker.rb Disable existing offenses for the CodeReuse cops 2018-09-11 17:32:00 +02:00
pages_domain_verification_cron_worker.rb
pages_domain_verification_worker.rb Disable existing offenses for the CodeReuse cops 2018-09-11 17:32:00 +02:00
pages_worker.rb Disable existing offenses for the CodeReuse cops 2018-09-11 17:32:00 +02:00
pipeline_hooks_worker.rb Disable existing offenses for the CodeReuse cops 2018-09-11 17:32:00 +02:00
pipeline_metrics_worker.rb Disable existing offenses for the CodeReuse cops 2018-09-11 17:32:00 +02:00
pipeline_notification_worker.rb Disable existing offenses for the CodeReuse cops 2018-09-11 17:32:00 +02:00
pipeline_process_worker.rb Disable existing offenses for the CodeReuse cops 2018-09-11 17:32:00 +02:00
pipeline_schedule_worker.rb Revert "Avoid conflicts between enumlator's schedule! method and state machine's schedule! method" 2018-10-04 16:35:05 +09:00
pipeline_success_worker.rb Disable existing offenses for the CodeReuse cops 2018-09-11 17:32:00 +02:00
pipeline_update_worker.rb Disable existing offenses for the CodeReuse cops 2018-09-11 17:32:00 +02:00
plugin_worker.rb
post_receive.rb
process_commit_worker.rb Disable existing offenses for the CodeReuse cops 2018-09-11 17:32:00 +02:00
project_cache_worker.rb Disable existing offenses for the CodeReuse cops 2018-09-11 17:32:00 +02:00
project_destroy_worker.rb
project_export_worker.rb
project_migrate_hashed_storage_worker.rb Disable existing offenses for the CodeReuse cops 2018-09-11 17:32:00 +02:00
project_service_worker.rb
propagate_service_template_worker.rb Disable existing offenses for the CodeReuse cops 2018-09-11 17:32:00 +02:00
prune_old_events_worker.rb Updated code comments for clarity based on 2 years 2018-10-06 10:09:49 +00:00
prune_web_hook_logs_worker.rb Disable existing offenses for the CodeReuse cops 2018-09-11 17:32:00 +02:00
reactive_caching_worker.rb Disable existing offenses for the CodeReuse cops 2018-09-11 17:32:00 +02:00
rebase_worker.rb
remove_expired_group_links_worker.rb
remove_expired_members_worker.rb
remove_old_web_hook_logs_worker.rb
remove_unreferenced_lfs_objects_worker.rb
repository_archive_cache_worker.rb
repository_fork_worker.rb
repository_import_worker.rb
repository_remove_remote_worker.rb
repository_update_remote_mirror_worker.rb
requests_profiles_worker.rb
run_pipeline_schedule_worker.rb Revert "Avoid conflicts between enumlator's schedule! method and state machine's schedule! method" 2018-10-04 16:35:05 +09:00
stage_update_worker.rb Disable existing offenses for the CodeReuse cops 2018-09-11 17:32:00 +02:00
storage_migrator_worker.rb
stuck_ci_jobs_worker.rb Improve performance of stale scheduled builds search 2018-10-03 18:52:18 +09:00
stuck_import_jobs_worker.rb Disable existing offenses for the CodeReuse cops 2018-09-11 17:32:00 +02:00
stuck_merge_jobs_worker.rb Disable existing offenses for the CodeReuse cops 2018-09-11 17:32:00 +02:00
system_hook_push_worker.rb
trending_projects_worker.rb
update_head_pipeline_for_merge_request_worker.rb Disable existing offenses for the CodeReuse cops 2018-09-11 17:32:00 +02:00
update_merge_requests_worker.rb Disable existing offenses for the CodeReuse cops 2018-09-11 17:32:00 +02:00
upload_checksum_worker.rb
wait_for_cluster_creation_worker.rb
web_hook_worker.rb