summaryrefslogtreecommitdiffstats
path: root/routers/web/repo/pull.go
Commit message (Expand)AuthorAgeFilesLines
* Check `ctx.Written()` for `GetActionIssue` (#25698) (#25711)Giteabot2023-07-061-1/+1
* Replace `interface{}` with `any` (#25686) (#25687)silverwind2023-07-041-14/+14
* Show outdated comments in files changed tab (#24936) (#25428)sebastian-sauer2023-06-221-1/+1
* Add IsErrRepoFilesAlreadyExist check when fork repo (#24678)yp053272023-05-221-0/+11
* Support for status check pattern (#24633)Zettat1232023-05-171-1/+3
* Refactor authors dropdown (send get request from frontend to avoid long wait ...Hester Gong2023-04-071-2/+5
* Fix submit button won't refresh in New Repository Fork page (#22994)yp053272023-04-031-0/+1
* Introduce GitHub markdown editor, keep EasyMDE as fallback (#23876)wxiaoguang2023-04-031-2/+0
* Fix cannot reopen after pushing commits to a closed PR (#23189)sillyguodong2023-03-031-1/+1
* Use context parameter in services/repository (#23186)Jason Song2023-02-281-1/+1
* Add force_merge to merge request and fix checking mergable (#23010)Jason Song2023-02-211-4/+12
* Rename `repo.GetOwner` to `repo.LoadOwner` (#22967)yp053272023-02-181-4/+4
* Use link in UI which returned a relative url but not html_url which contains ...Lunny Xiao2023-02-061-2/+2
* Improve trace logging for pulls and processes (#22633)zeripath2023-02-031-28/+23
* Fix wrong hint when deleting a branch successfully from pull request UI (#22673)Lunny Xiao2023-01-311-1/+1
* Supports wildcard protected branch (#20825)Lunny Xiao2023-01-161-10/+12
* Use context parameter in models/git (#22367)Jason Song2023-01-091-1/+1
* Support template for merge message description (#22248)Jason Song2022-12-291-1/+1
* Add option to prohibit fork if user reached maximum limit of repositories (#2...Xinyu Zhou2022-12-271-0/+13
* refactor some functions to support ctx as first parameter (#21878)Lunny Xiao2022-12-031-5/+5
* Implement FSFE REUSE for golang files (#21840)flynnnnnnnnnn2022-11-271-2/+1
* Add `context.Context` to more methods (#21546)KN4CK3R2022-11-191-15/+15
* feat: notify doers of a merge when automerging (#21553)kolaente2022-11-031-1/+1
* Refactor git command arguments and make all arguments to be safe to be used (...wxiaoguang2022-10-231-1/+1
* Support Issue forms and PR forms (#20987)Jason Song2022-09-021-1/+21
* Move some files into models' sub packages (#20262)Lunny Xiao2022-08-251-1/+2
* Add default commit messages to PR for squash merge (#20618)Tyrone Yeh2022-08-031-0/+2
* Fix various typos (#20338)luzpaz2022-07-121-1/+1
* 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