summaryrefslogtreecommitdiffstats
path: root/services/pull
Commit message (Expand)AuthorAgeFilesLines
* 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
* Move almost all functions' parameter db.Engine to context.Context (#19748)Lunny Xiao2022-05-204-10/+10
* Move access and repo permission to models/perm/access (#19350)Lunny Xiao2022-05-114-6/+10
* Move some helper files out of models (#19355)Lunny Xiao2022-05-085-14/+19
* Delete related PullAutoMerge and ReviewState on User/Repo Deletion (#19649)65432022-05-081-1/+1
* Allow custom default merge message with .gitea/default_merge_message/<merge_s...Lunny Xiao2022-05-082-8/+161
* Auto merge pull requests when all checks succeeded via API (#9307)kolaente2022-05-083-2/+16
* PullService lock via pullID (#19520)65432022-05-044-1/+18
* Use for a repo action one database transaction (#19576)65432022-05-033-106/+119
* Dont overwrite err with nil & rename PullCheckingFuncs to reflect there usage...65432022-05-023-21/+21
* Add "Allow edits from maintainer" feature (#18002)qwerty2872022-04-282-0/+54
* more context for models (#19511)65432022-04-288-28/+28
* Add commit status popup to issuelist (#19375)parnic2022-04-261-18/+24
* Set correct PR status on 3way on conflict checking (#19457)Gusted2022-04-211-2/+4
* Don't allow merging PR's which are being conflict checked (#19357)Gusted2022-04-201-0/+5