0
0
mirror of https://github.com/go-gitea/gitea.git synced 2024-12-01 20:53:00 +01:00
gitea/routers/repo
赵智超 f9f2c163b1
bug: fix assignees double load bug (#10856)
Because the assigness has been loaded in

compare.go 416:
    RetrieveRepoMetas(ctx, ctx.Repo.Repository, true)
then
issue.go 381
	RetrieveRepoMilestonesAndAssignees(ctx, repo)
then

issue.go 361 -- 365 , they are load assignees

So the code on compare.go 425 -- 427 is double work,
and which is the reason of #10853

Signed-off-by: a1012112796 <1012112796@qq.com>
2020-03-28 14:22:52 +00:00
..
activity.go
attachment.go
blame.go make avatar lookup occur at image request (#10540) 2020-03-27 14:34:39 +02:00
branch.go Handle push rejection in branch and upload (#10854) 2020-03-28 01:13:18 -03:00
commit.go
compare.go bug: fix assignees double load bug (#10856) 2020-03-28 14:22:52 +00:00
download.go
editor_test.go
editor.go Handle push rejection in branch and upload (#10854) 2020-03-28 01:13:18 -03:00
http.go
issue_dependency.go
issue_label_test.go
issue_label.go
issue_lock.go
issue_stopwatch.go
issue_timetrack.go
issue_watch.go
issue.go
lfs.go
main_test.go
middlewares.go
milestone.go move jquery-datetimepicker to npm/webpack (#10713) 2020-03-17 15:08:15 -04:00
pull_review.go
pull.go Handle push rejection in branch and upload (#10854) 2020-03-28 01:13:18 -03:00
release_test.go
release.go
repo.go Option to set default branch at repository creation (#10803) 2020-03-26 19:14:51 +00:00
search.go
setting_protected_branch.go Allow to set protected file patterns that can not be changed under no conditions (#10806) 2020-03-27 00:26:34 +02:00
setting.go
settings_test.go
topic.go
view.go
webhook.go Add Matrix webhook (#10831) 2020-03-28 15:09:55 +02:00
wiki_test.go
wiki.go