You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
forgejo/services/repository
Lunny Xiao 9b81193166
Cache last commit when pushing for big repository (#10109)
* Cache last commit when pushing for big repository

* Fix bug

* detect force push

* Refactor cache push

* Finish cache last commit info when push

* Some improvements

* Fix lint

* Remove unused changes

* Move pull request test before cache

* Fix test mysql

Co-authored-by: techknowlogick <techknowlogick@gitea.io>
Co-authored-by: Lauris BH <lauris@nix.lv>
4 years ago
..
generate.go Adopt repositories (#12920) 4 years ago
main_test.go Move transfer repository and rename repository on a service package and start action notification (#8573) 5 years ago
push.go Cache last commit when pushing for big repository (#10109) 4 years ago
push_test.go Move all push update operations to a queue (#10133) 4 years ago
repository.go Fix repository create/delete event webhooks (#13008) 4 years ago
transfer.go API endpoint for repo transfer (#9947) 4 years ago
transfer_test.go API endpoint for repo transfer (#9947) 4 years ago