aboutsummaryrefslogtreecommitdiffstats
path: root/routers/repo/pull.go
Commit message (Expand)AuthorAgeFilesLines
* 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
* Webhooks for repo creation/deletion (#1663)Ethan Koenig2017-09-031-1/+1
* Revert "Add ability to fork your own repos (#761)" (#2193)Bwko2017-07-261-0/+6
* Fix displaying commits and files of PR created from now deleted fork (#2023)Kim "BKC" Carlbäcker2017-06-221-6/+14
|\
| * Fix displaying commits and files of PR created from now deleted forked reposi...Lauris Bukšis-Haberkorns2017-06-211-6/+14
* | Make branch deletion URL more like GitHub's, fixes #1397 (#1994)Lauris BH2017-06-211-0/+127
|/
* Show commit status icon in commits table (#1688)Lauris BH2017-05-071-0/+4
* fix compare button failed when there is no fork repos (#1104)Lunny Xiao2017-03-031-1/+1
* Notifying on open PR, and Close/Reopen/Merge issue or PRAndrey Nering2017-01-281-0/+6
* Add ability to fork your own repos (#761)Bwko2017-01-261-6/+0
* Rename .gogs to .gitea and comply with github template guidelines (#568) (#582)Manuel Kuhlmann2017-01-051-3/+6
* bug fixed for fork repos (#560)Lunny Xiao2017-01-031-1/+1
* resolved #310: hide fork to self (#323)Lunny Xiao2016-12-011-0/+1
* golint fixed for modules/authLunny Xiao2016-11-271-1/+1
* Golint fixed for modules/setting (#262)Lunny Xiao2016-11-271-8/+8
* golint fixed for routers (#208)Lunny Xiao2016-11-241-17/+29