aboutsummaryrefslogtreecommitdiffstats
path: root/services/pull/pull.go
Commit message (Expand)AuthorAgeFilesLines
* 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
* more context for models (#19511)65432022-04-281-8/+8
* Add commit status popup to issuelist (#19375)parnic2022-04-261-18/+24
* Remove `git.Command.Run` and `git.Command.RunInDir*` (#19280)wxiaoguang2022-04-011-1/+1
* Make git.OpenRepository accept Context (#19260)65432022-03-301-4/+4
* Move some issue methods as functions (#19255)Lunny Xiao2022-03-291-1/+1
* Use `ctx` instead of `db.DefaultContext` in some packages(routers/services/mo...wxiaoguang2022-03-221-1/+1
* Delete old git.NewCommand() and use it as git.NewCommandContext() (#18552)65432022-02-061-1/+1
* Add config options to hide issue events (#17414)qwerty2872022-01-211-1/+1
* Propagate context and ensure git commands run in request context (#17868)zeripath2022-01-191-55/+56
* Restore propagation of ErrDependenciesLeft (#18325)zeripath2022-01-191-1/+1
* Use indirect comparison when showing pull requests (#18313)zeripath2022-01-181-1/+1
* 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-151-1/+1
* Move repository model into models/repo (#17933)Lunny Xiao2021-12-101-4/+5
* Refactor various strings (#17784)mscherer2021-12-021-2/+2
* Make Requests Processes and create process hierarchy. Associate OpenRepositor...zeripath2021-11-301-2/+2
* Move user related model into models/user (#17781)Lunny Xiao2021-11-241-5/+6
* Add buttons to allow loading of incomplete diffs (#16829)zeripath2021-10-151-1/+1
* Support direct comparison (git diff a..b) as well merge comparison (a...b) (#...zeripath2021-09-271-1/+1
* Move login related structs and functions to models/login (#17093)Lunny Xiao2021-09-241-1/+1
* DBContext is just a Context (#17100)zeripath2021-09-231-1/+1
* Move db related basic functions to models/db (#17075)Lunny Xiao2021-09-191-1/+2
* Replace `list.List` with slices (#16311)KN4CK3R2021-08-091-18/+14
* Add agit flow support in gitea (#14295)a10121127962021-07-281-8/+54
* Add an abstract json layout to make it's easier to change json library (#16528)Lunny Xiao2021-07-241-2/+1
* Add checkbox to delete pull branch after successful merge (#16049)Jimmy Praet2021-07-131-1/+5