0
0
Fork 0
mirror of https://github.com/go-gitea/gitea synced 2024-07-03 01:39:02 +02:00
gitea/services/repository
Lunny Xiao dd1a651b58
Move all push update operations to a queue (#10133)
* Fix test

* Add no queue for test only

* improve code

* Auto watch whatever branch operation

* Fix lint

* Rename noqueue to immediate

* Remove old PushUpdate function

* Fix tests

Co-authored-by: zeripath <art27@cantab.net>
Co-authored-by: techknowlogick <techknowlogick@gitea.io>
2020-09-11 10:14:48 -04:00
..
generate.go
main_test.go
push.go Move all push update operations to a queue (#10133) 2020-09-11 10:14:48 -04:00
push_test.go Move all push update operations to a queue (#10133) 2020-09-11 10:14:48 -04:00
repository.go Move all push update operations to a queue (#10133) 2020-09-11 10:14:48 -04:00
transfer.go
transfer_test.go