1
1
mirror of https://github.com/go-gitea/gitea synced 2024-06-01 17:05:48 +00: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 Refactor routers directory (#15800) 2021-06-09 01:33:54 +02:00
org_labels.go Refactor routers directory (#15800) 2021-06-09 01:33:54 +02:00
org.go Refactor routers directory (#15800) 2021-06-09 01:33:54 +02:00
setting.go Refactor routers directory (#15800) 2021-06-09 01:33:54 +02:00
teams.go Refactor routers directory (#15800) 2021-06-09 01:33:54 +02:00