aboutsummaryrefslogtreecommitdiffstats
path: root/modules/private/hook.go
Commit message (Expand)AuthorAgeFilesLines
* Implement FSFE REUSE for golang files (#21840)flynnnnnnnnnn2022-11-271-2/+1
* Replace all instances of fmt.Errorf(%v) with fmt.Errorf(%w) (#21551)delvh2022-10-241-3/+3
* Fix the bug: deploy key with write access can not push (#19010)wxiaoguang2022-03-221-1/+1
* Fix spelling of HookProcReceiveResult (#16690)Lunny Xiao2021-08-141-7/+7
* Add agit flow support in gitea (#14295)a10121127962021-07-281-0/+46
* Add an abstract json layout to make it's easier to change json library (#16528)Lunny Xiao2021-07-241-4/+1
* Second attempt at preventing zombies (#16326)zeripath2021-07-141-8/+10
* Small refactoring of modules/private (#15947)KN4CK3R2021-06-231-1/+1
* add a new internal hook to save ssh log (#15787)a10121127962021-05-211-0/+31
* Migrate to use jsoniter instead of encoding/json (#14841)zeripath2021-03-011-1/+3
* Initial support for push options (#12169)John Olheiser2020-08-231-0/+22
* Batch hook pre- and post-receive calls (#8602)zeripath2019-12-261-25/+59
* Allow Protected Branches to Whitelist Deploy Keys (#8483)zeripath2019-10-211-1/+3
* Attempt to fix hook problem (#7854)zeripath2019-08-141-1/+3
* #6946 Run hooks on merge/edit and cope with protected branches (#6961)zeripath2019-07-011-1/+3
* Move serv hook functionality & drop GitLogger (#6993)zeripath2019-06-011-0/+84