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 8354670708
Prevent hang in git cat-file if repository is not a valid repository and other fixes (#17991)
This PR contains multiple fixes. The most important of which is:

* Prevent hang in git cat-file if the repository is not a valid repository 
    
    Unfortunately it appears that if git cat-file is run in an invalid
    repository it will hang until stdin is closed. This will result in
    deadlocked /pulls pages and dangling git cat-file calls if a broken
    repository is tried to be reviewed or pulls exists for a broken
    repository.

    Fix #14734
    Fix #9271
    Fix #16113

Otherwise there are a few small other fixes included which this PR was initially intending to fix:

* Fix panic on partial compares due to missing PullRequestWorkInProgressPrefixes
* Fix links on pulls pages  due to regression from #17551 - by making most /issues routes match /pulls too - Fix #17983
* Fix links on feeds pages due to another regression from #17551 but also fix issue with syncing tags - Fix #17943
* Add missing locale entries for oauth group claims
* Prevent NPEs if ColorFormat is called on nil users, repos or teams.
3 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 Move keys to models/asymkey (#17917) 3 years ago
patch.go Move unit into models/unit/ (#17576) 3 years ago
pull.go Prevent hang in git cat-file if repository is not a valid repository and other fixes (#17991) 3 years ago
pull_test.go Append to existing trailers in generated squash commit message (#15980) 3 years ago
review.go Move repository model into models/repo (#17933) 3 years ago
temp_repo.go Move repository model into models/repo (#17933) 3 years ago
update.go Move repository model into models/repo (#17933) 3 years ago