-
- Downloads
There was an error fetching the commit references. Please try again later.
Merge branch 'fix/commit-no-repo-error' into 'master'
Fix broken repo error raised after requesting a commit Prevents a 500 error on screen after `Rugged::RepositoryError: Could not find repository from '/var/opt/gitlab/git-data/repositories/user/project.git'`, which could happen when checking for the last commit in the list of projects (dashboard). Related https://gitlab.com/gitlab-org/gitlab-ce/issues/20501 See merge request !124
No related branches found
No related tags found
Pipeline #
Showing
- CHANGELOG 3 additions, 0 deletionsCHANGELOG
- VERSION 1 addition, 1 deletionVERSION
- lib/gitlab_git/commit.rb 1 addition, 1 deletionlib/gitlab_git/commit.rb
- spec/commit_spec.rb 8 additions, 0 deletionsspec/commit_spec.rb
- spec/spec_helper.rb 1 addition, 0 deletionsspec/spec_helper.rb
- spec/support/seed_helper.rb 11 additions, 0 deletionsspec/support/seed_helper.rb
Please register or sign in to comment