summaryrefslogtreecommitdiffstats
path: root/routers/repo/pull.go
Commit message (Expand)AuthorAgeFilesLines
* Refuse merge until all required status checks success (#7481)Lunny Xiao2019-09-181-0/+30
* Adds side-by-side diff for images (#6784)Mario Lubenka2019-09-161-1/+26
* Move git diff codes from models to services/gitdiff (#7889)Lunny Xiao2019-09-051-1/+2
* Retry create issue to cope with duplicate keys (#7898)guillep2k2019-08-261-7/+0
* Use gitea forked macaron (#7933)Tamal Saha2019-08-231-1/+1
* routers: do not leak secrets via timing side channel (#7364)leonklingele2019-07-061-1/+4
* Add commit statuses reports on pull request view (#6845)Lunny Xiao2019-06-301-1/+23
* Fix #732: Add LFS objects to base repository on merging (#7082)zeripath2019-06-221-1/+2
* Add golangci (#6418)kolaente2019-06-121-2/+2
* Fixes diff on merged pull requests (#7171)Mario Lubenka2019-06-111-8/+8
* Compare branches, commits and tags with each other (#6991)Mario Lubenka2019-06-071-269/+9
* Fix index produces problem when issues/pulls deleted (#6973)Lunny Xiao2019-05-181-1/+7
* Fix 404 when send pull request some situation (#6871)Lunny Xiao2019-05-071-4/+22
* Trace Logging on Permission Denied & ColorFormat (#6618)zeripath2019-04-221-1/+18
* Show "delete branch" button on closed pull requests (#6570) (#6601)Mario Lubenka2019-04-201-2/+2
* Better logging (#6038) (#6095)zeripath2019-04-021-5/+5
* move code.gitea.io/git to code.gitea.io/gitea/modules/git (#6364)Lunny Xiao2019-03-271-1/+1
* Clean up various use of escape/unescape functions for URL generation (#6334)mrsdizzie2019-03-181-5/+1
* Add the Owner Name to differentiate when merging (#3807)Luo Yifei2019-02-121-0/+2
* Pull request conflict files detection (#5951)Lunny Xiao2019-02-051-0/+5
* Automatically clear stopwatch on merging a PR (#4327)Lanre Adelowo2019-02-051-0/+16
* Issue 5924 fix compare button (#5929)zeripath2019-02-031-2/+2
* Disallow empty titles (#5785)Lanre Adelowo2019-01-211-0/+11
* Refactor repo.isBare to repo.isEmpty #5629 (#5714)zeripath2019-01-171-1/+1
* Add Default Pull Request Title (#5735)Elijah Oyekunle2019-01-161-2/+17
* Add rebase with merge commit merge style (#3844) (#4052)Julian2018-12-271-0/+3
* Improve performance of dashboard (#4977)Lunny Xiao2018-12-131-22/+22
* Restrict permission check on repositories and fix some problems (#5314)Lunny Xiao2018-11-281-4/+20
* Add notification interface and refactor UI notifications (#5085)Lunny Xiao2018-10-181-2/+2
* Add whitespace handling to PR-comparsion (#4683)nemoinho2018-08-141-3/+10
* Disable merging a WIP Pull request (#4529)Julien Tant2018-08-131-0/+14
* Pull request review/approval and comment on code (#3748)Lauris BH2018-08-061-1/+16
* fix IsPullReuqestBroken->IsPullRequestBroken (#4578)Julien Tant2018-08-011-3/+3
* Added dependencies for issues (#2196) (#2531)kolaente2018-07-171-0/+12
* Multiple assignees (#3705)kolaente2018-05-091-3/+7
* Fix branch deletion for squash or rebase merged pull requests (#3425)Lauris BH2018-01-301-31/+15
* Change how merged PR commit info are prepared (#3368)Lauris BH2018-01-191-54/+32
* Handle refactor (#3339)Morgan Bazalgette2018-01-101-80/+80
* Fix branch name escaping in compare url (#3311)Deyong Zhu2018-01-081-8/+14
* Serve .patch for pull requests (#3305)Sandro Santilli2018-01-071-1/+47
* Add Pull Request merge options - Ignore white-space for conflict checking, Re...Lauris BH2018-01-051-2/+29
* Serve pull request .diff files (#3293)Sandro Santilli2018-01-051-1/+37
* Fix ignored errors when checking if organization, team member (#3177)Ethan Koenig2017-12-211-1/+5
* Mention completion for issue editor. (#3136)harry2017-12-111-0/+1
* Fix go-get, src and raw urls to new scheme (#2978)Lauris BH2017-11-271-6/+6
* Fix files/commits of merged PRs (#2937)Ethan Koenig2017-11-251-8/+30
* Fix fork repository cycle to self (#2860)Lunny Xiao2017-11-061-5/+45
* Fix so that user can still fork his own repository to owned organizations (#2...Lauris BH2017-10-151-6/+20
* Change pull description text (#2075) (#2646)Kazuki Sawada2017-10-041-11/+23
* improve protected branch to add whitelist support (#2451)Lunny Xiao2017-09-141-1/+1