mirror of https://github.com/go-gitea/gitea.git
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.
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 | |
---|---|---|
.. | ||
archiver.go | 3 years ago | |
attachment.go | ||
attachment_test.go | ||
avatar.go | 3 years ago | |
fork.go | 3 years ago | |
fork_test.go | 3 years ago | |
git.go | 3 years ago | |
issue.go | 3 years ago | |
language_stats.go | 3 years ago | |
main_test.go | 3 years ago | |
mirror.go | 3 years ago | |
pushmirror.go | 3 years ago | |
pushmirror_test.go | 3 years ago | |
redirect.go | 3 years ago | |
redirect_test.go | 3 years ago | |
repo.go | 3 years ago | |
repo_indexer.go | 3 years ago | |
repo_test.go | 3 years ago | |
repo_unit.go | 3 years ago | |
star.go | 3 years ago | |
star_test.go | 3 years ago | |
topic.go | 3 years ago | |
topic_test.go | 3 years ago | |
update.go | 3 years ago | |
watch.go | 3 years ago | |
watch_test.go | 3 years ago | |
wiki.go | 3 years ago | |
wiki_test.go | 3 years ago |