summaryrefslogtreecommitdiffstats
path: root/services/pull
Commit message (Expand)AuthorAgeFilesLines
* 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
* Prevent hang in git cat-file if repository is not a valid repository and othe...zeripath2021-12-161-1/+2
* Add missing `X-Total-Count` and fix some related bugs (#17968)qwerty2872021-12-152-2/+2
* Move keys to models/asymkey (#17917)Lunny Xiao2021-12-101-2/+3
* Move repository model into models/repo (#17933)Lunny Xiao2021-12-107-34/+43
* Refactor various strings (#17784)mscherer2021-12-022-4/+4
* Make Requests Processes and create process hierarchy. Associate OpenRepositor...zeripath2021-11-303-4/+4
* Make Co-committed-by and co-authored-by trailers optional (#17848)zeripath2021-11-291-1/+1
* Move user related model into models/user (#17781)Lunny Xiao2021-11-245-19/+24
* Decouple unit test, remove intermediate `unittestbridge` package (#17662)wxiaoguang2021-11-161-4/+3
* Remove unnecassary calls to `filepath.Join` (#17608)Gusted2021-11-151-2/+2
* Decouple unit test code from business code (#17623)wxiaoguang2021-11-122-3/+4