Remove the temporary patch for "listing commits failed" error
All threads resolved!
All threads resolved!
Compare changes
Files
2- Vasilii Iakliushin authored
Contributes to #452488 **Problem** gitaly!6590 introduced a bug that was raising a `listing commits` error if the repository was empty. I fixed it by adding an error handler for this error. **Solution** This original bug was fixed on Gitaly side: gitaly!6801. The Rails patch is not necessary anymore. Changelog: other
+ 0
− 5
@@ -171,11 +171,6 @@ def commits(ref = nil, opts = {})
@@ -171,11 +171,6 @@ def commits(ref = nil, opts = {})
# Temporary fix to address a new Gitaly internal error: https://gitlab.com/gitlab-org/gitlab/-/issues/452488