aboutsummaryrefslogtreecommitdiffstats
path: root/services/pull
Commit message (Expand)AuthorAgeFilesLines
* Fix cannot reopen after pushing commits to a closed PR (#23189) (#23322)sillyguodong2023-03-061-3/+3
* Do not create commit graph for temporary repos (#23219) (#23302)zeripath2023-03-051-2/+8
* Add force_merge to merge request and fix checking mergable (#23010) (#23032)Jason Song2023-02-211-9/+28
* Use `--message=%s` for git commit message (#23028) (#23029)wxiaoguang2023-02-211-4/+4
* some refactor about code comments(#20821) (#22707)Lunny Xiao2023-02-162-3/+48
* Improve trace logging for pulls and processes (#22633) (#22812)zeripath2023-02-132-93/+97
* Load issue before accessing index in merge message (#22822) (#22830)John Olheiser2023-02-091-0/+3
* Improve checkIfPRContentChanged (#22611) (#22644)zeripath2023-01-281-53/+39
* When updating by rebase we need to set the environment for head repo (#22535)...v1.18.2zeripath2023-01-191-8/+14
* Fix 500 error viewing pull request when fork has pull requests disabled (#22...John Olheiser2023-01-181-0/+3
* Use complete SHA to create and query commit status (#22244) (#22257)Jason Song2022-12-283-8/+8
* Add setting to disable the git apply step in test patch (#22130) (#22170)zeripath2022-12-221-4/+20
* Correctly handle moved files in apply patch (#22118) (#22135)zeripath2022-12-151-0/+3
* 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
* Use a struct as test options (#19393)Lunny Xiao2022-04-141-1/+3
* Move milestone to models/issues/ (#19278)Lunny Xiao2022-04-082-3/+3
* Remove `git.Command.Run` and `git.Command.RunInDir*` (#19280)wxiaoguang2022-04-016-134/+112
* Add Goroutine stack inspector to admin/monitor (#19207)zeripath2022-03-311-1/+1
* Move checks for pulls before merge into own function (#19271)65432022-03-312-21/+90
* Make git.OpenRepository accept Context (#19260)65432022-03-304-7/+7
* When conflicts have been previously detected ensure that they can be resolved...zeripath2022-03-291-17/+18
* Move some issue methods as functions (#19255)Lunny Xiao2022-03-292-4/+4