aboutsummaryrefslogtreecommitdiffstats
path: root/services/pull
Commit message (Expand)AuthorAgeFilesLines
* Reduce some allocations in type conversion (#26772)Chongyi Zheng2023-08-291-2/+2
* Fix bug for ctx usage (#26762)Lunny Xiao2023-08-281-2/+2
* Add transaction when creating pull request created dirty data (#26259)Lunny Xiao2023-08-102-54/+86
* Delete `issue_service.CreateComment` (#26298)caicandong2023-08-043-8/+6
* Fix pull request check list is limited (#26179)caicandong2023-07-312-2/+2
* Add commits dropdown in PR files view and allow commit by commit review (#25528)sebastian-sauer2023-07-281-0/+71
* Add context parameter to some database functions (#26055)Lunny Xiao2023-07-224-34/+31
* Fix bug when pushing to a pull request which enabled dismiss approval automat...Lunny Xiao2023-07-202-6/+60
* Avoid amending the Rebase and Fast-forward merge if there is no message templ...wxiaoguang2023-07-101-0/+5
* Less naked returns (#25713)65432023-07-071-10/+10
* Sync branches into databases (#22743)Lunny Xiao2023-06-293-6/+5
* Add codeowners feature (#24910)Vladimir Buyanov2023-06-081-0/+7
* Improve queue and logger context (#24924)wxiaoguang2023-05-262-17/+7
* Merge message template support for rebase without merge commit (#22669)Brecht Van Lommel2023-05-222-21/+99
* Support for status check pattern (#24633)Zettat1232023-05-171-22/+32
* Rewrite queue (#24505)wxiaoguang2023-05-082-38/+26
* Refresh the refernce of the closed PR when reopening (#24231)sillyguodong2023-05-081-11/+5
* Make more functions use ctx instead of db.DefaultContext (#24068)wxiaoguang2023-04-143-6/+6
* [Patch] Fix closed PR also triggers Webhooks and actions (#23782)sillyguodong2023-03-301-0/+4
* Disable sending email after push a commit to a closed PR (#23462)sillyguodong2023-03-151-1/+4
* Improve squash merge commit author and co-author with private emails (#22977)Brecht Van Lommel2023-03-092-7/+53
* Fix pull request update showing too many commits with multiple branches (#22856)Brecht Van Lommel2023-03-091-78/+12
* Refactor merge/update git command calls (#23366)wxiaoguang2023-03-093-38/+28
* Refactor and tidy-up the merge/update branch code (#22568)zeripath2023-03-0711-606/+753
* Make Ctrl+Enter submit a pending comment (starting review) instead of submitt...wxiaoguang2023-03-041-4/+4
* Fix cannot reopen after pushing commits to a closed PR (#23189)sillyguodong2023-03-031-3/+3
* Do not create commit graph for temporary repos (#23219)Brecht Van Lommel2023-03-011-2/+8
* Add force_merge to merge request and fix checking mergable (#23010)Jason Song2023-02-211-9/+28
* Use `--message=%s` for git commit message (#23028)wxiaoguang2023-02-211-2/+2
* Rename `repo.GetOwner` to `repo.LoadOwner` (#22967)yp053272023-02-183-11/+11
* Add context cache as a request level cache (#22294)Lunny Xiao2023-02-151-1/+1
* Fix update by rebase being wrongly disabled by protected base branch (#22825)Brecht Van Lommel2023-02-091-1/+1
* Load issue before accessing index in merge message (#22822)John Olheiser2023-02-091-0/+3
* Fix time to NotifyPullRequestSynchronized (#22650)Jason Song2023-02-051-18/+18
* Refactor git command package to improve security and maintainability (#22678)wxiaoguang2023-02-042-120/+93
* Improve trace logging for pulls and processes (#22633)zeripath2023-02-032-93/+97
* Small refactor for loading PRs (#22652)Lunny Xiao2023-02-011-1/+0
* Improve checkIfPRContentChanged (#22611)zeripath2023-01-281-53/+39
* Webhooks: for issue close/reopen action, add commit ID that caused it (#22583)Brecht Van Lommel2023-01-242-3/+3
* When updating by rebase we need to set the environment for head repo (#22535)zeripath2023-01-191-8/+14
* Fix 500 error viewing pull request when fork has pull requests disabled (#22512)Brecht Van Lommel2023-01-181-0/+3
* some refactor about code comments (#20821)Lunny Xiao2023-01-172-3/+48
* Supports wildcard protected branch (#20825)Lunny Xiao2023-01-165-31/+52
* Use context parameter in models/git (#22367)Jason Song2023-01-092-3/+4
* Support template for merge message description (#22248)Jason Song2022-12-293-19/+94
* Use complete SHA to create and query commit status (#22244)Jason Song2022-12-273-8/+8
* Add setting to disable the git apply step in test patch (#22130)zeripath2022-12-191-4/+17
* Correctly handle moved files in apply patch (#22118)zeripath2022-12-141-0/+3
* Rename almost all Ctx functions (#22071)Lunny Xiao2022-12-107-12/+175
* refactor some functions to support ctx as first parameter (#21878)Lunny Xiao2022-12-036-10/+11