aboutsummaryrefslogtreecommitdiffstats
path: root/services/pull/merge.go
Commit message (Expand)AuthorAgeFilesLines
* Pull request updates will also trigger code owners review requests (#33744)Lunny Xiao10 days1-1/+9
* Remove context from git struct (#33793)TheFox0x72025-03-041-5/+5
* Add missed transaction on setmerged (#33079)Lunny Xiao2025-01-081-31/+32
* Move SetMerged to service layer (#33045)Lunny Xiao2024-12-301-1/+60
* Use `CloseIssue` and `ReopenIssue` instead of `ChangeStatus` (#32467)Lunny Xiao2024-12-251-3/+6
* Move some errors to their own sub packages (#32880)Lunny Xiao2024-12-201-13/+106
* Use global lock instead of NewExclusivePool to allow distributed lock between...Lunny Xiao2024-09-061-7/+18
* Handle "close" actionable references for manual merges (#31879)Zettat1232024-08-261-1/+6
* Fix duplicate sub-path for avatars (#31365)wxiaoguang2024-06-151-1/+2
* Enable `unparam` linter (#31277)silverwind2024-06-111-1/+1
* Allow including `Reviewed-on`/`Reviewed-by` lines for custom merge messages (...Max Wipfli2024-06-061-4/+14
* Move database operations of merging a pull request to post receive hook and a...Lunny Xiao2024-05-071-17/+10
* Enable more `revive` linter rules (#30608)silverwind2024-04-221-3/+3
* Use the database object format name but not read from git repoisitory everyti...Lunny Xiao2024-02-241-1/+1
* Add merge style `fast-forward-only` (#28954)Chris Copeland2024-02-121-0/+11
* Abstract hash function usage (#28138)Adam Majer2023-12-131-1/+2
* Fix poster is not loaded in get default merge message (#27657)Lunny Xiao2023-10-171-0/+3
* Final round of `db.DefaultContext` refactor (#27587)JakobDev2023-10-141-2/+2
* Move notification interface to services layer (#26915)Lunny Xiao2023-09-051-4/+4
* Add context parameter to some database functions (#26055)Lunny Xiao2023-07-221-15/+11
* Avoid amending the Rebase and Fast-forward merge if there is no message templ...wxiaoguang2023-07-101-0/+5
* Merge message template support for rebase without merge commit (#22669)Brecht Van Lommel2023-05-221-2/+10
* Refactor merge/update git command calls (#23366)wxiaoguang2023-03-091-2/+7
* Refactor and tidy-up the merge/update branch code (#22568)zeripath2023-03-071-430/+65
* Use `--message=%s` for git commit message (#23028)wxiaoguang2023-02-211-2/+2
* Rename `repo.GetOwner` to `repo.LoadOwner` (#22967)yp053272023-02-181-3/+3
* Load issue before accessing index in merge message (#22822)John Olheiser2023-02-091-0/+3
* Refactor git command package to improve security and maintainability (#22678)wxiaoguang2023-02-041-59/+33
* Webhooks: for issue close/reopen action, add commit ID that caused it (#22583)Brecht Van Lommel2023-01-241-1/+1
* When updating by rebase we need to set the environment for head repo (#22535)zeripath2023-01-191-8/+14
* Supports wildcard protected branch (#20825)Lunny Xiao2023-01-161-10/+14
* Support template for merge message description (#22248)Jason Song2022-12-291-15/+23
* Use complete SHA to create and query commit status (#22244)Jason Song2022-12-271-1/+1
* Rename almost all Ctx functions (#22071)Lunny Xiao2022-12-101-4/+4
* refactor some functions to support ctx as first parameter (#21878)Lunny Xiao2022-12-031-2/+2
* Implement FSFE REUSE for golang files (#21840)flynnnnnnnnnn2022-11-271-2/+1
* Add `context.Context` to more methods (#21546)KN4CK3R2022-11-191-18/+18
* Allow detect whether it's in a database transaction for a context.Context (#2...Lunny Xiao2022-11-121-1/+1
* feat: notify doers of a merge when automerging (#21553)kolaente2022-11-031-2/+6
* Replace all instances of fmt.Errorf(%v) with fmt.Errorf(%w) (#21551)delvh2022-10-241-28/+28
* Refactor git command arguments and make all arguments to be safe to be used (...wxiaoguang2022-10-231-18/+21
* Do DB update after merge in hammer context (#21401)zeripath2022-10-111-10/+12
* Add more linters to improve code readability (#19989)Wim2022-06-201-2/+2
* Remove legacy git code (ver < 2.0), fine tune markup tests (#19930)wxiaoguang2022-06-161-18/+9
* Move issues related files into models/issues (#19931)Lunny Xiao2022-06-131-14/+15
* Move some code into models/git (#19879)Lunny Xiao2022-06-121-6/+7
* Refactor git module, make Gitea use internal git config (#19732)wxiaoguang2022-06-101-6/+0
* Move access and repo permission to models/perm/access (#19350)Lunny Xiao2022-05-111-1/+2
* Move some helper files out of models (#19355)Lunny Xiao2022-05-081-2/+3
* Delete related PullAutoMerge and ReviewState on User/Repo Deletion (#19649)65432022-05-081-1/+1