0
0
Fork 0
mirror of https://github.com/go-gitea/gitea synced 2025-03-19 15:02:41 +01:00
gitea/models
zeripath 8354670708
Prevent hang in git cat-file if repository is not a valid repository and other fixes ()
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 
    Fix 
    Fix 

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  - by making most /issues routes match /pulls too - Fix 
* Fix links on feeds pages due to another regression from  but also fix issue with syncing tags - Fix 
* Add missing locale entries for oauth group claims
* Prevent NPEs if ColorFormat is called on nil users, repos or teams.
2021-12-16 19:01:14 +00:00
..
admin
appstate Sync gitea app path for git hooks and authorized keys when starting () 2021-10-21 17:22:43 +08:00
asymkey Move keys to models/asymkey () 2021-12-10 16:14:24 +08:00
avatars Make AvatarRenderedSizeFactor configurable and set it to 3 () 2021-12-16 10:18:38 +08:00
db Move keys to models/asymkey () 2021-12-10 16:14:24 +08:00
fixtures
issues
login
migrations Prevent hang in git cat-file if repository is not a valid repository and other fixes () 2021-12-16 19:01:14 +00:00
perm
repo Prevent hang in git cat-file if repository is not a valid repository and other fixes () 2021-12-16 19:01:14 +00:00
unit
unittest Prevent hang in git cat-file if repository is not a valid repository and other fixes () 2021-12-16 19:01:14 +00:00
user Prevent hang in git cat-file if repository is not a valid repository and other fixes () 2021-12-16 19:01:14 +00:00
webhook
access.go Move repository model into models/repo () 2021-12-10 09:27:50 +08:00
access_test.go Move repository model into models/repo () 2021-12-10 09:27:50 +08:00
action.go Prevent hang in git cat-file if repository is not a valid repository and other fixes () 2021-12-16 19:01:14 +00:00
action_list.go Move repository model into models/repo () 2021-12-10 09:27:50 +08:00
action_test.go Some repository refactors () 2021-12-12 23:48:20 +08:00
branches.go Move repository model into models/repo () 2021-12-10 09:27:50 +08:00
branches_test.go Move repository model into models/repo () 2021-12-10 09:27:50 +08:00
commit.go Move keys to models/asymkey () 2021-12-10 16:14:24 +08:00
commit_status.go Add missing X-Total-Count and fix some related bugs () 2021-12-15 13:39:34 +08:00
commit_status_test.go Move repository model into models/repo () 2021-12-10 09:27:50 +08:00
consistency.go Move repository model into models/repo () 2021-12-10 09:27:50 +08:00
consistency_test.go
engine_test.go
error.go Some repository refactors () 2021-12-12 23:48:20 +08:00
fixture_generation.go Move repository model into models/repo () 2021-12-10 09:27:50 +08:00
fixture_test.go
helper.go Move repository model into models/repo () 2021-12-10 09:27:50 +08:00
helper_directory.go
helper_environment.go Move repository model into models/repo () 2021-12-10 09:27:50 +08:00
issue.go Add missing X-Total-Count and fix some related bugs () 2021-12-15 13:39:34 +08:00
issue_assignees.go Move repository model into models/repo () 2021-12-10 09:27:50 +08:00
issue_assignees_test.go
issue_comment.go Add missing X-Total-Count and fix some related bugs () 2021-12-15 13:39:34 +08:00
issue_comment_list.go Move repository model into models/repo () 2021-12-10 09:27:50 +08:00
issue_comment_test.go Move repository model into models/repo () 2021-12-10 09:27:50 +08:00
issue_dependency.go Move repository model into models/repo () 2021-12-10 09:27:50 +08:00
issue_dependency_test.go
issue_label.go Move repository model into models/repo () 2021-12-10 09:27:50 +08:00
issue_label_test.go Move repository model into models/repo () 2021-12-10 09:27:50 +08:00
issue_list.go Move repository model into models/repo () 2021-12-10 09:27:50 +08:00
issue_list_test.go
issue_lock.go
issue_milestone.go Move repository model into models/repo () 2021-12-10 09:27:50 +08:00
issue_milestone_test.go Move repository model into models/repo () 2021-12-10 09:27:50 +08:00
issue_reaction.go Add missing X-Total-Count and fix some related bugs () 2021-12-15 13:39:34 +08:00
issue_reaction_test.go Move repository model into models/repo () 2021-12-10 09:27:50 +08:00
issue_stopwatch.go Move repository model into models/repo () 2021-12-10 09:27:50 +08:00
issue_stopwatch_test.go
issue_test.go Move repository model into models/repo () 2021-12-10 09:27:50 +08:00
issue_tracked_time.go Move repository model into models/repo () 2021-12-10 09:27:50 +08:00
issue_tracked_time_test.go
issue_user.go Move repository model into models/repo () 2021-12-10 09:27:50 +08:00
issue_user_test.go Move repository model into models/repo () 2021-12-10 09:27:50 +08:00
issue_watch.go Add missing X-Total-Count and fix some related bugs () 2021-12-15 13:39:34 +08:00
issue_watch_test.go
issue_xref.go Move repository model into models/repo () 2021-12-10 09:27:50 +08:00
issue_xref_test.go Move repository model into models/repo () 2021-12-10 09:27:50 +08:00
lfs.go Move repository model into models/repo () 2021-12-10 09:27:50 +08:00
lfs_lock.go Move repository model into models/repo () 2021-12-10 09:27:50 +08:00
main_test.go Move keys to models/asymkey () 2021-12-10 16:14:24 +08:00
migrate.go
notification.go Some repository refactors () 2021-12-12 23:48:20 +08:00
notification_test.go
org.go Some repository refactors () 2021-12-12 23:48:20 +08:00
org_team.go Prevent hang in git cat-file if repository is not a valid repository and other fixes () 2021-12-16 19:01:14 +00:00
org_team_test.go Move repository model into models/repo () 2021-12-10 09:27:50 +08:00
org_test.go Move repository model into models/repo () 2021-12-10 09:27:50 +08:00
project.go
project_board.go
project_issue.go Move repository model into models/repo () 2021-12-10 09:27:50 +08:00
project_test.go
protected_tag.go Move repository model into models/repo () 2021-12-10 09:27:50 +08:00
protected_tag_test.go Move repository model into models/repo () 2021-12-10 09:27:50 +08:00
pull.go Move repository model into models/repo () 2021-12-10 09:27:50 +08:00
pull_list.go
pull_test.go Move repository model into models/repo () 2021-12-10 09:27:50 +08:00
release.go Some repository refactors () 2021-12-12 23:48:20 +08:00
repo.go Improve behavior of "Fork" button () 2021-12-13 09:59:09 +08:00
repo_activity.go Move repository model into models/repo () 2021-12-10 09:27:50 +08:00
repo_collaboration.go Some repository refactors () 2021-12-12 23:48:20 +08:00
repo_collaboration_test.go Move repository model into models/repo () 2021-12-10 09:27:50 +08:00
repo_generate.go Some repository refactors () 2021-12-12 23:48:20 +08:00
repo_generate_test.go
repo_list.go Move repository model into models/repo () 2021-12-10 09:27:50 +08:00
repo_list_test.go
repo_permission.go Some repository refactors () 2021-12-12 23:48:20 +08:00
repo_permission_test.go Move repository model into models/repo () 2021-12-10 09:27:50 +08:00
repo_test.go Some repository refactors () 2021-12-12 23:48:20 +08:00
repo_transfer.go Some repository refactors () 2021-12-12 23:48:20 +08:00
repo_transfer_test.go Move repository model into models/repo () 2021-12-10 09:27:50 +08:00
review.go Move repository model into models/repo () 2021-12-10 09:27:50 +08:00
review_test.go
statistic.go Some repository refactors () 2021-12-12 23:48:20 +08:00
task.go Move repository model into models/repo () 2021-12-10 09:27:50 +08:00
token.go
token_test.go
upload.go
user.go Some repository refactors () 2021-12-12 23:48:20 +08:00
user_heatmap.go
user_heatmap_test.go
user_test.go Move keys to models/asymkey () 2021-12-10 16:14:24 +08:00
userlist.go
userlist_test.go