aboutsummaryrefslogtreecommitdiffstats
path: root/services/pull/update.go
Commit message (Expand)AuthorAgeFilesLines
* Refactor and tidy-up the merge/update branch code (#22568)zeripath2023-03-071-55/+50
* Fix update by rebase being wrongly disabled by protected base branch (#22825)Brecht Van Lommel2023-02-091-1/+1
* Fix 500 error viewing pull request when fork has pull requests disabled (#22512)Brecht Van Lommel2023-01-181-0/+3
* Supports wildcard protected branch (#20825)Lunny Xiao2023-01-161-4/+17
* Use context parameter in models/git (#22367)Jason Song2023-01-091-1/+1
* Rename almost all Ctx functions (#22071)Lunny Xiao2022-12-101-1/+1
* refactor some functions to support ctx as first parameter (#21878)Lunny Xiao2022-12-031-1/+1
* Implement FSFE REUSE for golang files (#21840)flynnnnnnnnnn2022-11-271-2/+1
* Add `context.Context` to more methods (#21546)KN4CK3R2022-11-191-4/+4
* Replace all instances of fmt.Errorf(%v) with fmt.Errorf(%w) (#21551)delvh2022-10-241-2/+2
* Prevent 500 is head repo does not have PullRequest unit in IsUserAllowedToUpd...zeripath2022-08-181-0/+3
* Move issues related files into models/issues (#19931)Lunny Xiao2022-06-131-8/+9
* Move access and repo permission to models/perm/access (#19350)Lunny Xiao2022-05-111-2/+3
* Move some helper files out of models (#19355)Lunny Xiao2022-05-081-1/+2
* PullService lock via pullID (#19520)65432022-05-041-0/+3
* Use for a repo action one database transaction (#19576)65432022-05-031-2/+2
* Add "Allow edits from maintainer" feature (#18002)qwerty2872022-04-281-0/+14
* more context for models (#19511)65432022-04-281-6/+6
* Add config option to disable "Update branch by rebase" (#18745)Jimmy Praet2022-03-041-1/+7
* format with gofumpt (#18184)65432022-01-201-1/+1
* Propagate context and ensure git commands run in request context (#17868)zeripath2022-01-191-6/+7
* Abort merge if head has been updated before pressing merge (#18032)zeripath2021-12-201-1/+1
* Move repository model into models/repo (#17933)Lunny Xiao2021-12-101-3/+4
* Move user related model into models/user (#17781)Lunny Xiao2021-11-241-2/+3
* Add option to update pull request by `rebase` (#16125)a10121127962021-08-311-15/+40
* Add agit flow support in gitea (#14295)a10121127962021-07-281-0/+9
* Add checkbox to delete pull branch after successful merge (#16049)Jimmy Praet2021-07-131-1/+3
* IsUserAllowedToUpdate ignore igonre if user is nil (#14885)65432021-03-041-0/+3
* Check Push permissions on IsUserAllowedToUpdate (#11448)65432020-05-161-0/+11
* Prevent deadlock in pull_service.GetDiverging(pr) (#10905)65432020-04-011-47/+8
* Only check for conflicts/merging if the PR has not been merged in the interim...zeripath2020-02-101-1/+3
* Add "Update Branch" button to Pull Requests (#9784)65432020-01-171-0/+125