summaryrefslogtreecommitdiffstats
path: root/services/pull/pull.go
Commit message (Expand)AuthorAgeFilesLines
* Use db.ListOptionsAll instead of db.ListOptions{ListAll: true} (#29995)Lunny Xiao2024-03-221-1/+1
* Notify reviewers added via CODEOWNERS (#29842)Jimmy Praet2024-03-191-2/+5
* Fix codeowner detected diff base branch to mergebase (#29783)Lunny Xiao2024-03-151-1/+1
* Use repo object format name instead of detecting from git repository (#29702)Lunny Xiao2024-03-101-1/+1
* Add user blocking (#29028)KN4CK3R2024-03-041-0/+8
* Move context from modules to services (#29440)Lunny Xiao2024-02-271-1/+1
* Simplify how git repositories are opened (#28937)Lunny Xiao2024-01-271-8/+9
* Retarget depending pulls when the parent branch is deleted (#28686)Viktor Kuzmin2024-01-171-0/+37
* Concatenate error in `checkIfPRContentChanged` (#28731)Earl Warren2024-01-091-0/+4
* Adjust object format interface (#28469)Lunny Xiao2023-12-171-1/+1
* Abstract hash function usage (#28138)Adam Majer2023-12-131-1/+2
* Final round of `db.DefaultContext` refactor (#27587)JakobDev2023-10-141-3/+3
* Penultimate round of `db.DefaultContext` refactor (#27414)JakobDev2023-10-111-1/+1
* Remove redundant `len` check around loop (#27464)Eng Zer Jun2023-10-061-7/+5
* More `db.DefaultContext` refactor (#27265)JakobDev2023-09-291-2/+2
* Move notification interface to services layer (#26915)Lunny Xiao2023-09-051-7/+7
* Reduce some allocations in type conversion (#26772)Chongyi Zheng2023-08-291-2/+2
* Add transaction when creating pull request created dirty data (#26259)Lunny Xiao2023-08-101-52/+79
* Delete `issue_service.CreateComment` (#26298)caicandong2023-08-041-2/+2
* Fix pull request check list is limited (#26179)caicandong2023-07-311-1/+1
* Add commits dropdown in PR files view and allow commit by commit review (#25528)sebastian-sauer2023-07-281-0/+71
* Add context parameter to some database functions (#26055)Lunny Xiao2023-07-221-13/+13
* Fix bug when pushing to a pull request which enabled dismiss approval automat...Lunny Xiao2023-07-201-0/+11
* Sync branches into databases (#22743)Lunny Xiao2023-06-291-2/+2
* Add codeowners feature (#24910)Vladimir Buyanov2023-06-081-0/+7
* Refresh the refernce of the closed PR when reopening (#24231)sillyguodong2023-05-081-11/+5
* Make more functions use ctx instead of db.DefaultContext (#24068)wxiaoguang2023-04-141-3/+3
* [Patch] Fix closed PR also triggers Webhooks and actions (#23782)sillyguodong2023-03-301-0/+4
* Disable sending email after push a commit to a closed PR (#23462)sillyguodong2023-03-151-1/+4
* Improve squash merge commit author and co-author with private emails (#22977)Brecht Van Lommel2023-03-091-2/+10
* Refactor and tidy-up the merge/update branch code (#22568)zeripath2023-03-071-9/+5
* Fix cannot reopen after pushing commits to a closed PR (#23189)sillyguodong2023-03-031-3/+3
* Fix time to NotifyPullRequestSynchronized (#22650)Jason Song2023-02-051-18/+18
* 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-241-2/+2
* some refactor about code comments (#20821)Lunny Xiao2023-01-171-1/+1
* Rename almost all Ctx functions (#22071)Lunny Xiao2022-12-101-3/+3
* refactor some functions to support ctx as first parameter (#21878)Lunny Xiao2022-12-031-2/+2
* Implement FSFE REUSE for golang files (#21840)flynnnnnnnnnn2022-11-271-2/+1
* Add `context.Context` to more methods (#21546)KN4CK3R2022-11-191-24/+24
* Replace all instances of fmt.Errorf(%v) with fmt.Errorf(%w) (#21551)delvh2022-10-241-12/+12
* Refactor git command arguments and make all arguments to be safe to be used (...wxiaoguang2022-10-231-1/+1
* Add generic set type (#21408)KN4CK3R2022-10-121-5/+4
* Move issues related files into models/issues (#19931)Lunny Xiao2022-06-131-44/+45
* Move some code into models/git (#19879)Lunny Xiao2022-06-121-7/+8
* Move almost all functions' parameter db.Engine to context.Context (#19748)Lunny Xiao2022-05-201-3/+3
* Move some helper files out of models (#19355)Lunny Xiao2022-05-081-1/+2
* Auto merge pull requests when all checks succeeded via API (#9307)kolaente2022-05-081-1/+1
* PullService lock via pullID (#19520)65432022-05-041-0/+7