aboutsummaryrefslogtreecommitdiffstats
path: root/routers/web/repo/pull.go
Commit message (Expand)AuthorAgeFilesLines
* Move issues related files into models/issues (#19931)Lunny Xiao2022-06-131-32/+33
* Move some code into models/git (#19879)Lunny Xiao2022-06-121-7/+8
* Auto merge pull requests when all checks succeeded via WebUI (#19648)65432022-06-111-0/+38
* Move some repository related code into sub package (#19711)Lunny Xiao2022-06-061-1/+1
* Move almost all functions' parameter db.Engine to context.Context (#19748)Lunny Xiao2022-05-201-6/+6
* Move access and repo permission to models/perm/access (#19350)Lunny Xiao2022-05-111-2/+3
* Allow custom default merge message with .gitea/default_merge_message/<merge_s...Lunny Xiao2022-05-081-5/+14
* Allow to mark files in a PR as viewed (#19007)delvh2022-05-071-12/+25
* Improve reviewing PR UX (#19612)Gusted2022-05-071-1/+17
* Remove `RequireHighlightJS` field, update plantuml example. (#19615)wxiaoguang2022-05-051-2/+0
* Use for a repo action one database transaction (#19576)65432022-05-031-19/+12
* Add "Allow edits from maintainer" feature (#18002)qwerty2872022-04-281-8/+37
* more context for models (#19511)65432022-04-281-11/+11
* Move milestone to models/issues/ (#19278)Lunny Xiao2022-04-081-1/+1
* Remove `git.Command.Run` and `git.Command.RunInDir*` (#19280)wxiaoguang2022-04-011-1/+1
* Move checks for pulls before merge into own function (#19271)65432022-03-311-88/+44
* Make git.OpenRepository accept Context (#19260)65432022-03-301-6/+6
* Move organization related structs into sub package (#18518)Lunny Xiao2022-03-291-3/+4
* Use `ctx` instead of `db.DefaultContext` in some packages(routers/services/mo...wxiaoguang2022-03-221-2/+2
* Renamed ctx.User to ctx.Doer. (#19161)KN4CK3R2022-03-221-30/+30
* Always set PullRequestWorkInProgressPrefixes in PrepareViewPullInfo (#18713)zeripath2022-02-111-2/+2
* Delete old git.NewCommand() and use it as git.NewCommandContext() (#18552)65432022-02-061-1/+1
* format with gofumpt (#18184)65432022-01-201-13/+10
* Propagate context and ensure git commands run in request context (#17868)zeripath2022-01-191-17/+23
* Use indirect comparison when showing pull requests (#18313)zeripath2022-01-181-3/+3
* Load EasyMDE/CodeMirror dynamically, remove RequireEasyMDE (#18069)wxiaoguang2022-01-051-2/+0
* Don't delete branch if other PRs with this branch are open (#18164)a10121127962022-01-031-0/+22
* Remove unused route "/tasks/trigger" (#18160)Gusted2022-01-031-39/+0
* Do not read or write git reference files directly (#18079)zeripath2021-12-231-2/+2
* Migrated Repository will show modifications when possible (#17191)99rgosse2021-12-231-1/+39
* Abort merge if head has been updated before pressing merge (#18032)zeripath2021-12-201-1/+6
* Refactor HTTP request context (#17979)wxiaoguang2021-12-151-6/+6
* Add missing `X-Total-Count` and fix some related bugs (#17968)qwerty2872021-12-151-3/+3
* Some repository refactors (#17950)Lunny Xiao2021-12-121-5/+5
* Clean legacy SimpleMDE code (#17926)wxiaoguang2021-12-101-2/+2
* Move repository model into models/repo (#17933)Lunny Xiao2021-12-101-14/+15
* Make Requests Processes and create process hierarchy. Associate OpenRepositor...zeripath2021-11-301-1/+1
* Allow forks to org if you can create repos (#17783)qwerty2872021-11-251-6/+6
* Move user related model into models/user (#17781)Lunny Xiao2021-11-241-7/+8
* Remove unnecessary attributes of User struct (#17745)Lunny Xiao2021-11-221-9/+9
* Allow Loading of Diffs that are too large (#17739)zeripath2021-11-221-4/+18
* Use a standalone struct name for Organization (#17632)Lunny Xiao2021-11-191-1/+1
* Multiple Escaping Improvements (#17551)zeripath2021-11-161-36/+36
* Move unit into models/unit/ (#17576)Lunny Xiao2021-11-091-4/+5
* Add buttons to allow loading of incomplete diffs (#16829)zeripath2021-10-151-4/+4
* Fix stange behavior of DownloadPullDiffOrPatch in incorect index (#17223)pricly-yellow2021-10-051-17/+4
* Prevent NPE on invalid diff (#17197)zeripath2021-09-301-1/+1
* Don't return binary file changes in raw PR diffs by default (#17158)Norwin2021-09-271-1/+2
* Support direct comparison (git diff a..b) as well merge comparison (a...b) (#...zeripath2021-09-271-14/+14
* Move login related structs and functions to models/login (#17093)Lunny Xiao2021-09-241-3/+4