1
0
mirror of https://github.com/go-gitea/gitea.git synced 2024-10-29 08:17:31 -04:00
gitea/routers/api/v1/repo
Gennady Kovshenin fd2d5f06b0
Add stat to ToCommit function for speed (#21337)
Calls to ToCommit are very slow due to fetching diffs, analyzing files.
This patch lets us supply `stat` as false to speed fetching a commit
when we don't need the diff.

/v1/repo/commits has a default `stat` set as true now. Set to false to
experience fetching thousands of commits per second instead of 2-5 per
second.
2022-10-06 11:21:04 +08:00
..
blob.go
branch.go
collaborators.go Move some files into models' sub packages (#20262) 2022-08-25 10:31:57 +08:00
commits.go Add stat to ToCommit function for speed (#21337) 2022-10-06 11:21:04 +08:00
file.go fix hard-coded timeout and error panic in API archive download endpoint (#20925) 2022-08-29 11:45:20 +02:00
fork.go
git_hook.go
git_ref.go Go 1.19 format (#20758) 2022-08-30 21:15:45 -05:00
hook_test.go
hook.go Fill the specified ref in webhook test payload (#20961) 2022-09-04 12:18:07 +03:00
issue_comment.go
issue_label.go
issue_reaction.go
issue_stopwatch.go
issue_subscription.go
issue_tracked_time.go Go 1.19 format (#20758) 2022-08-30 21:15:45 -05:00
issue.go Use correct page size for link header pagination (#20546) 2022-08-02 22:59:44 +08:00
key.go
label.go
language.go
main_test.go
migrate.go Move some files into models' sub packages (#20262) 2022-08-25 10:31:57 +08:00
milestone.go
mirror.go
notes.go Add stat to ToCommit function for speed (#21337) 2022-10-06 11:21:04 +08:00
patch.go
pull_review.go
pull.go Add stat to ToCommit function for speed (#21337) 2022-10-06 11:21:04 +08:00
release_attachment.go Move some files into models' sub packages (#20262) 2022-08-25 10:31:57 +08:00
release_tags.go Move some files into models' sub packages (#20262) 2022-08-25 10:31:57 +08:00
release.go Move some files into models' sub packages (#20262) 2022-08-25 10:31:57 +08:00
repo_test.go
repo.go Better repo API unit checks (#21130) 2022-09-28 00:23:58 +02:00
star.go
status.go
subscriber.go
tag.go Move some files into models' sub packages (#20262) 2022-08-25 10:31:57 +08:00
teams.go Move some files into models' sub packages (#20262) 2022-08-25 10:31:57 +08:00
topic.go
transfer.go
tree.go
wiki.go Webhook for Wiki changes (#20219) 2022-09-04 20:54:23 +01:00