aboutsummaryrefslogtreecommitdiffstats
path: root/routers/private/hook.go
Commit message (Expand)AuthorAgeFilesLines
* Fix admin handling at merge of PR (#9749)David Svantesson2020-01-161-12/+14
* Add require signed commit for protected branch (#9708)zeripath2020-01-151-15/+140
* Allow repo admin to merge PR regardless of review status (#9611)David Svantesson2020-01-111-9/+42
* Add branch protection option to block merge on requested changes. (#9592)David Svantesson2020-01-031-0/+7
* Batch hook pre- and post-receive calls (#8602)zeripath2019-12-261-170/+257
* Branch protection: Possibility to not use whitelist but allow anyone with wri...David Svantesson2019-12-031-1/+1
* Move PushUpdateOptions from models to repofiles (#9124)Lunny Xiao2019-11-291-1/+1
* Allow Protected Branches to Whitelist Deploy Keys (#8483)zeripath2019-10-211-1/+7
* Use gitea forked macaron (#7933)Tamal Saha2019-08-231-1/+1
* Attempt to fix hook problem (#7854)zeripath2019-08-141-5/+14
* #6946 Run hooks on merge/edit and cope with protected branches (#6961)zeripath2019-07-011-1/+19
* Add golangci (#6418)kolaente2019-06-121-1/+0
* Move PushUpdate dependency from models to repofiles (#6763)Lunny Xiao2019-06-101-1/+10
* Move serv hook functionality & drop GitLogger (#6993)zeripath2019-06-011-0/+209