gitlab-org--gitlab-foss/spec/requests
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
..
api Remove the ForkedProjectLink model 2018-10-19 11:57:20 +02:00
projects [Rails5] Rename sort methods to sort_by_attribute 2018-04-04 09:19:47 +00:00
git_http_spec.rb Disables Rack Attack by default 2018-07-25 09:43:44 +01:00
jwt_controller_spec.rb Support multiple scopes when using authing container registry scopes 2018-08-01 13:03:16 +02:00
lfs_http_spec.rb Fix LFS uploads not working with git-lfs 2.5.0 2018-07-31 06:15:14 -07:00
lfs_locks_api_spec.rb Resolve "Rename the Master role to Maintainer" Backend 2018-07-11 14:36:08 +00:00
oauth_tokens_spec.rb Enabling Doorkeeper reuse_access_token option 2018-06-29 09:40:41 +00:00
openid_connect_spec.rb Correct Gitlab Capitalization in code files 2018-09-21 12:05:37 +00:00
rack_attack_global_spec.rb Export assigned issues in iCalendar feed 2018-05-31 14:01:04 +00:00
request_profiler_spec.rb Change all :empty_project to :project 2017-08-02 17:47:31 -04:00