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.
forgejo/routers
赵智超 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>
4 years ago
..
admin Upgrade xorm to v1.0.0 (#10646) 4 years ago
api/v1 Handle push rejection in branch and upload (#10854) 4 years ago
dev Display ui time with customize time location (#7792) 5 years ago
org Language statistics bar for repositories (#8037) 5 years ago
private Allow to set protected file patterns that can not be changed under no conditions (#10806) 4 years ago
repo bug: fix assignees double load bug (#10856) 4 years ago
routes Add Matrix webhook (#10831) 4 years ago
user make avatar lookup occur at image request (#10540) 4 years ago
utils Handle push rejection message in Merge & Web Editor (#10373) 4 years ago
home.go Add detected file language to code search (#10256) 5 years ago
init.go Language statistics bar for repositories (#8037) 5 years ago
install.go Add support for database schema in PostgreSQL (#8819) 5 years ago
metrics.go Use gitea forked macaron (#7933) 5 years ago
swagger_json.go Swagger.v1.json template (#3572) 6 years ago