aboutsummaryrefslogtreecommitdiffstats
path: root/services/pull
Commit message (Expand)AuthorAgeFilesLines
* 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
* Use `ctx` instead of `db.DefaultContext` in some packages(routers/services/mo...wxiaoguang2022-03-225-10/+7
* Add config option to disable "Update branch by rebase" (#18745)Jimmy Praet2022-03-041-1/+7
* Change git.cmd to RunWithContext (#18693)Martin Scholz2022-02-114-32/+165
* Add apply-patch, basic revert and cherry-pick functionality (#17902)zeripath2022-02-091-13/+24
* Delete old git.NewCommand() and use it as git.NewCommandContext() (#18552)65432022-02-066-36/+36
* Detect conflicts with 3way merge (#18536)zeripath2022-02-021-0/+13
* Pause queues (#15928)zeripath2022-01-222-2/+4
* Add config options to hide issue events (#17414)qwerty2872022-01-211-1/+1
* format with gofumpt (#18184)65432022-01-205-6/+5
* Propagate context and ensure git commands run in request context (#17868)zeripath2022-01-199-161/+185
* Restore propagation of ErrDependenciesLeft (#18325)zeripath2022-01-192-2/+5
* Use indirect comparison when showing pull requests (#18313)zeripath2022-01-181-1/+1
* Fix various typos (#18219)luzpaz2022-01-101-1/+1
* Reset the conflicted files list in testpatch (#18139)zeripath2021-12-311-0/+1
* Simplify parameter types (#18006)Gusted2021-12-201-2/+1
* Abort merge if head has been updated before pressing merge (#18032)zeripath2021-12-202-4/+18
* Improve TestPatch to use git read-tree -m and implement git-merge-one-file fu...zeripath2021-12-192-5/+372