You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
zeripath 4a20eadfd7
Restore propagation of ErrDependenciesLeft (#18325)
Unfortunately #17643 prevented all propagation of ErrDependenciesLeft meaning
that dependency errors that prevent closing of issues get swallowed.

This PR restores propagation of the error but instead swallows the error in the
places where it needs to be swallowed.

Fix #18223

Signed-off-by: Andrew Thornton <art27@cantab.net>
2 years ago
..
check.go Move repository model into models/repo (#17933) 3 years ago
check_test.go Decouple unit test, remove intermediate `unittestbridge` package (#17662) 3 years ago
commit_status.go Add missing `X-Total-Count` and fix some related bugs (#17968) 3 years ago
lfs.go Move repository model into models/repo (#17933) 3 years ago
main_test.go Decouple unit test code from business code (#17623) 3 years ago
merge.go Restore propagation of ErrDependenciesLeft (#18325) 2 years ago
patch.go Reset the conflicted files list in testpatch (#18139) 3 years ago
patch_unmerged.go Improve TestPatch to use git read-tree -m and implement git-merge-one-file functionality (#18004) 3 years ago
pull.go Restore propagation of ErrDependenciesLeft (#18325) 2 years ago
pull_test.go Append to existing trailers in generated squash commit message (#15980) 3 years ago
review.go Simplify parameter types (#18006) 3 years ago
temp_repo.go Move repository model into models/repo (#17933) 3 years ago
update.go Abort merge if head has been updated before pressing merge (#18032) 3 years ago