gitlab-org--gitlab-foss/features/project
Douwe Maan cb0b7de482 Merge branch 'fix/project-forks-page' into 'master'
workaround for forks with an invalid repo

Fixes https://gitlab.com/gitlab-org/gitlab-ce/issues/13465

The error occurs when a project returns a `nil` commit for a variety of reasons, I assume the repository is corrupt - perhaps as a result of a failed fork. 

With this MR, we do not show forks with corrupted repos in the list of forks, as this does not seem to work anyway. A better solution is to fix the cause of the issue and/or any data integrity problem...

Also fixing Sentry issue: 1180
`undefined method 'already_forked?' for nil:NilClass `


See merge request !2836
2016-02-19 08:00:58 +00:00
..
badges Parse XML instead of HTML in tests for a SVG build badge 2016-02-11 10:29:15 +01:00
builds Move build badge specs to badges directory 2016-02-11 10:29:15 +01:00
commits Replaces "Create merge request" link with one to the MR when one exists 2016-02-10 10:32:25 -02:00
issues Add ability to see and sort on vote count from Issues and MR lists 2016-02-17 11:32:02 -02:00
merge_requests
source
active_tab.feature
archived.feature
create.feature
deploy_keys.feature
find_file.feature
fork.feature updated fix based on MR feedback 2016-02-17 18:05:40 +01:00
forked_merge_requests.feature
graph.feature
hooks.feature
merge_requests.feature Add ability to see and sort on vote count from Issues and MR lists 2016-02-17 11:32:02 -02:00
network_graph.feature
project.feature
redirects.feature
service.feature
shortcuts.feature
snippets.feature
star.feature
team_management.feature
wiki.feature