summaryrefslogtreecommitdiffstats
path: root/services/pull
Commit message (Expand)AuthorAgeFilesLines
* 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
* Implement FSFE REUSE for golang files (#21840)flynnnnnnnnnn2022-11-2714-28/+14
* Add `context.Context` to more methods (#21546)KN4CK3R2022-11-1910-74/+75
* Allow detect whether it's in a database transaction for a context.Context (#2...Lunny Xiao2022-11-122-3/+3
* 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-248-83/+83
* Refactor git command arguments and make all arguments to be safe to be used (...wxiaoguang2022-10-235-34/+37
* Add generic set type (#21408)KN4CK3R2022-10-122-13/+13
* Do DB update after merge in hammer context (#21401)zeripath2022-10-111-10/+12
* Prevent 500 is head repo does not have PullRequest unit in IsUserAllowedToUpd...zeripath2022-08-181-0/+3
* Refactor AssertExistsAndLoadBean to use generics (#20797)Lunny Xiao2022-08-162-6/+6
* Ensure that all unmerged files are merged when conflict checking (#20528)zeripath2022-07-292-2/+27
* Dismiss prior pull reviews if done via web in review dismiss (#20197)65432022-07-191-1/+18
* Fix checks in PR for empty commits #19603 (#20290)Ing. Jaroslav Šafka2022-07-132-1/+9
* Check if project has the same repository id with issue when assign project to...Lunny Xiao2022-06-301-5/+11
* Add more linters to improve code readability (#19989)Wim2022-06-202-3/+3
* 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-1312-144/+150
* Move some code into models/git (#19879)Lunny Xiao2022-06-124-23/+27
* Refactor git module, make Gitea use internal git config (#19732)wxiaoguang2022-06-101-6/+0