1
1
mirror of https://github.com/go-gitea/gitea synced 2024-09-27 14:54:05 +00:00
gitea/routers
Giteabot 82992cf32d
Performance optimization for git push (#30104) (#30348)
Backport #30104 by @lunny

Agit returned result should be from `ProcReceive` hook but not
`PostReceive` hook. Then for all non-agit pull requests, it will not
check the pull requests for every pushing `refs/pull/%d/head`.

Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com>
2024-04-09 06:34:30 +00:00
..
api Fix missed doer (#30231) (#30343) 2024-04-09 02:42:45 +03:00
common Refactor URL detection (#29960) 2024-03-21 12:02:34 +00:00
install Move context from modules to services (#29440) 2024-02-27 08:12:22 +01:00
private Performance optimization for git push (#30104) (#30348) 2024-04-09 06:34:30 +00:00
utils Refactor external URL detection (#29973) 2024-03-22 04:32:40 +08:00
web Fix missed doer (#30231) (#30343) 2024-04-09 02:42:45 +03:00
init.go Move some asymkey functions to service layer (#28894) 2024-03-04 08:57:39 +00:00