aboutsummaryrefslogtreecommitdiffstats
path: root/routers/private/hook_pre_receive.go
Commit message (Expand)AuthorAgeFilesLines
* Add missing parameter for error in log message (#20144)Gusted2022-06-271-1/+1
* Add more linters to improve code readability (#19989)Wim2022-06-201-1/+1
* Move issues related files into models/issues (#19931)Lunny Xiao2022-06-131-2/+3
* Move some code into models/git (#19879)Lunny Xiao2022-06-121-4/+5
* Move almost all functions' parameter db.Engine to context.Context (#19748)Lunny Xiao2022-05-201-1/+1
* Move access and repo permission to models/perm/access (#19350)Lunny Xiao2022-05-111-3/+4
* Use for a repo action one database transaction (#19576)65432022-05-031-1/+1
* Dont overwrite err with nil & rename PullCheckingFuncs to reflect there usage...65432022-05-021-1/+1
* Add "Allow edits from maintainer" feature (#18002)qwerty2872022-04-281-2/+6
* more context for models (#19511)65432022-04-281-2/+2
* Remove `git.Command.Run` and `git.Command.RunInDir*` (#19280)wxiaoguang2022-04-011-1/+1
* Move checks for pulls before merge into own function (#19271)65432022-03-311-1/+1
* Fix the bug: deploy key with write access can not push (#19010)wxiaoguang2022-03-221-37/+59
* Delete old git.NewCommand() and use it as git.NewCommandContext() (#18552)65432022-02-061-1/+1
* Propagate context and ensure git commands run in request context (#17868)zeripath2022-01-191-4/+4
* Fix various typos (#18219)luzpaz2022-01-101-1/+1
* Refactor HTTP request context (#17979)wxiaoguang2021-12-151-1/+1
* Move repository model into models/repo (#17933)Lunny Xiao2021-12-101-1/+1
* Move user related model into models/user (#17781)Lunny Xiao2021-11-241-4/+5
* Move unit into models/unit/ (#17576)Lunny Xiao2021-11-091-2/+3
* Clean-up HookPreReceive and restore functionality for pushing non-standard re...zeripath2021-09-161-0/+471