gitlab-org--gitlab-foss/spec
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
..
bin Remove Git circuit breaker 2018-10-10 09:08:18 +02:00
config
controllers Remove the ForkedProjectLink model 2018-10-19 11:57:20 +02:00
db
dependencies
factories Remove the ForkedProjectLink model 2018-10-19 11:57:20 +02:00
features Remove the ForkedProjectLink model 2018-10-19 11:57:20 +02:00
finders Remove the ForkedProjectLink model 2018-10-19 11:57:20 +02:00
fixtures Add stage name in job.json response 2018-10-12 17:13:41 +00:00
graphql Make GitLab pages support access control 2018-10-05 13:41:11 +00:00
helpers Remove the ForkedProjectLink model 2018-10-19 11:57:20 +02:00
initializers
javascripts Only display merge commit SHA when it exists 2018-10-15 07:56:29 +00:00
lib Remove the ForkedProjectLink model 2018-10-19 11:57:20 +02:00
mailers
migrations Make GitLab pages support access control 2018-10-05 13:41:11 +00:00
models Remove the ForkedProjectLink model 2018-10-19 11:57:20 +02:00
policies Hides Close MR button on merged MR 2018-10-02 16:17:55 +02:00
presenters Rails 5: fix mysql milliseconds problems in scheduled build specs 2018-10-06 14:13:13 +02:00
requests Remove the ForkedProjectLink model 2018-10-19 11:57:20 +02:00
routing Resolve "Drop down filter for project snippets" 2018-10-05 09:42:38 +00:00
rubocop
serializers Remove the ForkedProjectLink model 2018-10-19 11:57:20 +02:00
services Remove the ForkedProjectLink model 2018-10-19 11:57:20 +02:00
sidekiq/cron
support Remove the ForkedProjectLink model 2018-10-19 11:57:20 +02:00
tasks
unicorn
uploaders
validators
views Uses Vue app to render part of job show page 2018-10-03 15:29:07 +00:00
workers Remove the ForkedProjectLink model 2018-10-19 11:57:20 +02:00
factories_spec.rb
fast_spec_helper.rb
rails_helper.rb
rake_helper.rb
simplecov_env.rb
spec_helper.rb Require spec helpers loaded by other spec helpers first 2018-10-04 21:40:07 -03:00