aboutsummaryrefslogtreecommitdiffstats
path: root/routers/private/hook_post_receive.go
Commit message (Expand)AuthorAgeFilesLines
* Move database operations of merging a pull request to post receive hook and a...Lunny Xiao2024-05-071-1/+63
* Fix tautological conditions (#30735)silverwind2024-04-301-10/+8
* Performance optimization for git push (#30104)Lunny Xiao2024-04-091-41/+44
* Put an edit file button on pull request files to allow a quick operation (#29...Lunny Xiao2024-03-271-0/+4
* Restore deleted branches when syncing (#29898)Jason Song2024-03-201-3/+5
* Sync branches first (#29714)Jason Song2024-03-111-13/+13
* Sync branches to DB immediately when handle git hook calling (#29493)Jason Song2024-03-061-1/+65
* Move context from modules to services (#29440)Lunny Xiao2024-02-271-1/+1
* Fix logic error from #28138 (#29417)yp053272024-02-261-1/+1
* Refactor modules/git global variables (#29376)wxiaoguang2024-02-251-1/+1
* Abstract hash function usage (#28138)Adam Majer2023-12-131-2/+1
* Penultimate round of `db.DefaultContext` refactor (#27414)JakobDev2023-10-111-5/+5
* Use the type RefName for all the needed places and fix pull mirror sync bugs ...Lunny Xiao2023-05-261-11/+9
* Refactor internal API for git commands, use meaningful messages instead of "I...wxiaoguang2023-03-291-1/+0
* Fix missing message in git hook when pull requests disabled on fork (#22625)Brecht Van Lommel2023-01-291-10/+13
* refactor some functions to support ctx as first parameter (#21878)Lunny Xiao2022-12-031-1/+1
* Implement FSFE REUSE for golang files (#21840)flynnnnnnnnnn2022-11-271-2/+1
* Add `context.Context` to more methods (#21546)KN4CK3R2022-11-191-1/+1
* Move issues related files into models/issues (#19931)Lunny Xiao2022-06-131-5/+5
* Move almost all functions' parameter db.Engine to context.Context (#19748)Lunny Xiao2022-05-201-2/+2
* show pull link for agit pull request also (#18235)a10121127962022-01-171-0/+38
* Some repository refactors (#17950)Lunny Xiao2021-12-121-1/+1
* Move repository model into models/repo (#17933)Lunny Xiao2021-12-101-2/+3
* Use `*PushUpdateOptions` as receiver (#17724)Gusted2021-11-241-3/+3
* Clean-up HookPreReceive and restore functionality for pushing non-standard re...zeripath2021-09-161-0/+201