forgejo/templates
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
..
admin Fix template bug of admin monitor (#21208) 2022-09-19 20:53:39 -04:00
api/packages/pypi
base Remove extra space from title element (#21345) 2022-10-05 20:24:21 +01:00
custom
explore
mail
org Skip dirty check for team forms (#21154) 2022-09-14 13:24:39 +02:00
package Fix empty container layer history and UI (#21251) 2022-09-27 15:03:24 +02:00
repo Tag list should include draft releases with existing tags (#21263) 2022-10-03 20:05:53 +08:00
shared
status
swagger Add stat to ToCommit function for speed (#21337) 2022-10-06 11:21:04 +08:00
user Fix linked account translation (#21331) 2022-10-04 07:51:07 -05:00
home.tmpl
install.tmpl
post-install.tmpl