summaryrefslogtreecommitdiffstats
path: root/routers/repo/pull.go
Commit message (Expand)AuthorAgeFilesLines
* Expand/Collapse Files and Blob Excerpt while Reviewing/Comparing code (#8924)Benno2019-11-151-0/+1
* Add Close() method to gogitRepository (#8901)zeripath2019-11-131-0/+6
* Template Repositories (#8768)John Olheiser2019-11-111-17/+26
* Adjust error reporting from merge failures and use LC_ALL=C for git (#8548)zeripath2019-11-101-0/+30
* Rename HookQueue to hookQueue (#8778)Lunny Xiao2019-11-021-2/+0
* Move webhook to a standalone package under modules (#8747)Lunny Xiao2019-11-011-1/+2
* Move issue notifications (#8713)Lunny Xiao2019-10-291-7/+1
* Move some repositories' operations to a standalone service package (#8557)Lunny Xiao2019-10-261-1/+2
* Mail assignee when issue/pull request is assigned (#8546)David Svantesson2019-10-251-1/+7
* Improve OGP (#8637)John Olheiser2019-10-231-0/+4
* Fix bug on pull requests when transfer head repository (#8564)Lunny Xiao2019-10-181-16/+15
* Move AddTestPullRequestTask to pull service package from models (#8324)Lunny Xiao2019-10-151-1/+1
* Bugfix for image compare and minor improvements to image compare (#8289)Mario Lubenka2019-10-041-23/+2
* Extract actions on new pull request from models to pulls service and move cod...Lunny Xiao2019-09-271-4/+3
* 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