aboutsummaryrefslogtreecommitdiffstats
path: root/services/repository/hooks.go
Commit message (Expand)AuthorAgeFilesLines
* Add user webhooks (#21563)KN4CK3R2023-03-101-1/+1
* Implement FSFE REUSE for golang files (#21840)flynnnnnnnnnn2022-11-271-2/+1
* Merge db.Iterate and IterateObjects (#21641)Lunny Xiao2022-10-311-3/+1
* Replace all instances of fmt.Errorf(%v) with fmt.Errorf(%w) (#21551)delvh2022-10-241-2/+2
* Move some repository related code into sub package (#19711)Lunny Xiao2022-06-061-0/+27
* Make git.OpenRepository accept Context (#19260)65432022-03-301-2/+2
* Use `ctx` instead of `db.DefaultContext` in some packages(routers/services/mo...wxiaoguang2022-03-221-1/+1
* Propagate context and ensure git commands run in request context (#17868)zeripath2022-01-191-2/+2
* Some repository refactors (#17950)Lunny Xiao2021-12-121-0/+34
* Move repository model into models/repo (#17933)Lunny Xiao2021-12-101-3/+3
* Move some functions into services/repository (#17677)Lunny Xiao2021-11-171-0/+52