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 001dbf100d
Defer Last Commit Info (#16467)
One of the biggest reasons for slow repository browsing is that we wait
until last commit information has been generated for all files in the
repository.

This PR proposes deferring this generation to a new POST endpoint that
does the look up outside of the main page request.

Signed-off-by: Andrew Thornton <art27@cantab.net>
3 years ago
..
admin Allow LDAP Sources to provide Avatars (#16851) 3 years ago
dev Refactor routers directory (#15800) 3 years ago
events Move login related structs and functions to models/login (#17093) 3 years ago
explore Move login related structs and functions to models/login (#17093) 3 years ago
org Move login related structs and functions to models/login (#17093) 3 years ago
repo Defer Last Commit Info (#16467) 3 years ago
user Avatar refactor, move avatar code from `models` to `models.avatars`, remove duplicated code (#17123) 3 years ago
base.go Fix bug of get context user (#17169) 3 years ago
goget.go Related refactors to ctx.FormX functions (#16567) 3 years ago
home.go Refactor routers directory (#15800) 3 years ago
metrics.go Refactor routers directory (#15800) 3 years ago
nodeinfo.go Add nodeinfo endpoint for federation purposes (#16953) 3 years ago
swagger_json.go Refactor routers directory (#15800) 3 years ago
web.go Defer Last Commit Info (#16467) 3 years ago