0
0
Fork 0
mirror of https://github.com/go-gitea/gitea synced 2024-09-18 15:19:00 +02:00
gitea/routers/web/org
zeripath 196593e2e9
More efficiently parse shas for shaPostProcessor (#16101)
* More efficiently parse shas for shaPostProcessor

The shaPostProcessor currently repeatedly calls git rev-parse --verify on both backends
which is fine if there is only one thing that matches a sha - however if there are
multiple things then this becomes wildly inefficient.

This PR provides functions for both backends which are much faster to use.

Fix #16092

* Add ShaExistCache to RenderContext

Signed-off-by: Andrew Thornton <art27@cantab.net>
Co-authored-by: 6543 <6543@obermui.de>
2021-06-21 00:39:12 +02:00
..
home.go More efficiently parse shas for shaPostProcessor (#16101) 2021-06-21 00:39:12 +02:00
members.go
org.go
org_labels.go
setting.go
teams.go