summaryrefslogtreecommitdiffstats
path: root/cmd/hook.go
Commit message (Expand)AuthorAgeFilesLines
* Move some helper files out of models (#19355)Lunny Xiao2022-05-081-18/+18
* Remove `git.Command.Run` and `git.Command.RunInDir*` (#19280)wxiaoguang2022-04-011-1/+1
* Fix the bug: deploy key with write access can not push (#19010)wxiaoguang2022-03-221-2/+2
* Delete old git.NewCommand() and use it as git.NewCommandContext() (#18552)65432022-02-061-1/+1
* Make Requests Processes and create process hierarchy. Associate OpenRepositor...zeripath2021-11-301-1/+1
* Remove unnecessary variable assignments (#17695)Gusted2021-11-181-1/+0
* Add agit flow support in gitea (#14295)a10121127962021-07-281-1/+345
* Second attempt at preventing zombies (#16326)zeripath2021-07-141-21/+24
* Fix various documentation, user-facing, and source comment typos (#16367)luzpaz2021-07-081-2/+2
* Add tag protection (#15629)KN4CK3R2021-06-251-4/+4
* Small refactoring of modules/private (#15947)KN4CK3R2021-06-231-1/+1
* Code Formats, Nits & Unused Func/Var deletions (#15286)65432021-04-091-2/+2
* Move update-server-info to hooks (#12826)zeripath2020-10-141-0/+6
* Rename models.ProtectedBranchRepoID to models.EnvRepoID and ensure EnvPusherE...zeripath2020-08-301-1/+1
* Initial support for push options (#12169)John Olheiser2020-08-231-0/+16
* Add debug option to hooks (#11624)zeripath2020-05-281-2/+17
* Prevent timer leaks in Workerpool and others (#11333)zeripath2020-05-081-9/+3
* Make hook status printing configurable with delay (#9641)zeripath2020-01-121-26/+122
* Properly enforce gitea environment for pushes (#9501)zeripath2019-12-271-4/+12
* Remove unnecessary loading of settings in update hook (#9496)zeripath2019-12-271-12/+1
* Batch hook pre- and post-receive calls (#8602)zeripath2019-12-261-43/+174
* Add debug option to serv to help debug problems (#9492)zeripath2019-12-251-3/+3
* Enforce Gitea environment for pushes (#8982)zeripath2019-11-141-3/+22
* Allow Protected Branches to Whitelist Deploy Keys (#8483)zeripath2019-10-211-0/+2
* Attempt to fix hook problem (#7854)zeripath2019-08-141-0/+1
* #6946 Run hooks on merge/edit and cope with protected branches (#6961)zeripath2019-07-011-0/+2
* Move serv hook functionality & drop GitLogger (#6993)zeripath2019-06-011-89/+36
* Ignore non-standard refs in git push (#6758)James E. Blair2019-05-141-34/+43
* Make CustomPath, CustomConf and AppWorkPath configurable at build (#6631)zeripath2019-04-291-26/+0
* Better logging (#6038) (#6095)zeripath2019-04-021-3/+3
* move code.gitea.io/git to code.gitea.io/gitea/modules/git (#6364)Lunny Xiao2019-03-271-1/+1
* Clean up various use of escape/unescape functions for URL generation (#6334)mrsdizzie2019-03-181-2/+2
* fix lfs version check warning log when using ssh protocol (#5501)Lunny Xiao2018-12-191-9/+3
* fix detect force push failure on deletion of protected branches (#5522)Lunny Xiao2018-12-121-12/+12
* remove unused db init on commands serv, update, hooks (#5225)Lunny Xiao2018-10-301-1/+0
* fix showing pull request link when delete a branch (#5166)Lunny Xiao2018-10-281-1/+1
* Give user a link to create PR after push (#4716)Julien Tant2018-10-201-0/+43
* General refactor of the cmd package (#3328)Morgan Bazalgette2018-01-121-2/+2
* improve force push detect when push (#2798)Lunny Xiao2017-10-281-1/+1
* improve protected branch to add whitelist support (#2451)Lunny Xiao2017-09-141-23/+25
* Drop db operations from hook commands (#1514)Lunny Xiao2017-05-041-39/+21
* Comment force push detect to fix bug #1073 (#1077)Lunny Xiao2017-03-011-18/+41
* fix push (#1076)Lunny Xiao2017-02-271-1/+4
* Move push update to post-receive and protected branch check to pre-receive (#...Lunny Xiao2017-02-251-17/+118
* Take back control of hooks (#1006)Lunny Xiao2017-02-231-0/+106