aboutsummaryrefslogtreecommitdiff
path: root/services/pull
AgeCommit message (Expand)Author
2023-03-09Improve squash merge commit author and co-author with private emails (#22977)Brecht Van Lommel
2023-03-09Fix pull request update showing too many commits with multiple branches (#22856)Brecht Van Lommel
2023-03-09Refactor merge/update git command calls (#23366)wxiaoguang
2023-03-07Refactor and tidy-up the merge/update branch code (#22568)zeripath
2023-03-04Make Ctrl+Enter submit a pending comment (starting review) instead of submitt...wxiaoguang
2023-03-03Fix cannot reopen after pushing commits to a closed PR (#23189)sillyguodong
2023-03-01Do not create commit graph for temporary repos (#23219)Brecht Van Lommel
2023-02-21Add force_merge to merge request and fix checking mergable (#23010)Jason Song
2023-02-21Use `--message=%s` for git commit message (#23028)wxiaoguang
2023-02-18Rename `repo.GetOwner` to `repo.LoadOwner` (#22967)yp05327
2023-02-15Add context cache as a request level cache (#22294)Lunny Xiao
2023-02-09Fix update by rebase being wrongly disabled by protected base branch (#22825)Brecht Van Lommel
2023-02-09Load issue before accessing index in merge message (#22822)John Olheiser
2023-02-05Fix time to NotifyPullRequestSynchronized (#22650)Jason Song
2023-02-04Refactor git command package to improve security and maintainability (#22678)wxiaoguang
2023-02-03Improve trace logging for pulls and processes (#22633)zeripath
2023-02-01Small refactor for loading PRs (#22652)Lunny Xiao
2023-01-28Improve checkIfPRContentChanged (#22611)zeripath
2023-01-24Webhooks: for issue close/reopen action, add commit ID that caused it (#22583)Brecht Van Lommel
2023-01-19When updating by rebase we need to set the environment for head repo (#22535)zeripath
2023-01-18Fix 500 error viewing pull request when fork has pull requests disabled (#22512)Brecht Van Lommel
2023-01-17some refactor about code comments (#20821)Lunny Xiao
2023-01-16Supports wildcard protected branch (#20825)Lunny Xiao
2023-01-09Use context parameter in models/git (#22367)Jason Song
2022-12-29Support template for merge message description (#22248)Jason Song
2022-12-27Use complete SHA to create and query commit status (#22244)Jason Song
2022-12-19Add setting to disable the git apply step in test patch (#22130)zeripath
2022-12-14Correctly handle moved files in apply patch (#22118)zeripath
2022-12-10Rename almost all Ctx functions (#22071)Lunny Xiao
2022-12-03refactor some functions to support ctx as first parameter (#21878)Lunny Xiao
2022-11-27Implement FSFE REUSE for golang files (#21840)flynnnnnnnnnn
2022-11-19Add `context.Context` to more methods (#21546)KN4CK3R
2022-11-12Allow detect whether it's in a database transaction for a context.Context (#2...Lunny Xiao
2022-11-03feat: notify doers of a merge when automerging (#21553)kolaente
2022-10-24Replace all instances of fmt.Errorf(%v) with fmt.Errorf(%w) (#21551)delvh
2022-10-23Refactor git command arguments and make all arguments to be safe to be used (...wxiaoguang
2022-10-12Add generic set type (#21408)KN4CK3R
2022-10-11Do DB update after merge in hammer context (#21401)zeripath
2022-08-18Prevent 500 is head repo does not have PullRequest unit in IsUserAllowedToUpd...zeripath
2022-08-16Refactor AssertExistsAndLoadBean to use generics (#20797)Lunny Xiao
2022-07-29Ensure that all unmerged files are merged when conflict checking (#20528)zeripath
2022-07-19Dismiss prior pull reviews if done via web in review dismiss (#20197)6543
2022-07-13Fix checks in PR for empty commits #19603 (#20290)Ing. Jaroslav Šafka
2022-06-30Check if project has the same repository id with issue when assign project to...Lunny Xiao
2022-06-20Add more linters to improve code readability (#19989)Wim
2022-06-16Remove legacy git code (ver < 2.0), fine tune markup tests (#19930)wxiaoguang
2022-06-13Move issues related files into models/issues (#19931)Lunny Xiao
2022-06-12Move some code into models/git (#19879)Lunny Xiao
2022-06-10Refactor git module, make Gitea use internal git config (#19732)wxiaoguang
2022-05-20Move almost all functions' parameter db.Engine to context.Context (#19748)Lunny Xiao