summaryrefslogtreecommitdiffstats
path: root/models/pull.go
Commit message (Expand)AuthorAgeFilesLines
* Fix #732: Add LFS objects to base repository on merging (#7082)zeripath2019-06-221-285/+3
* fix duplicated file on pull request conflicted files (#7211)Lunny Xiao2019-06-151-1/+11
* Add golangci (#6418)kolaente2019-06-121-4/+21
* Fixes diff on merged pull requests (#7171)Mario Lubenka2019-06-111-1/+1
* Compare branches, commits and tags with each other (#6991)Mario Lubenka2019-06-071-2/+1
* Use modules/git for git commands (#6775)Mura Li2019-05-131-82/+42
* Remove local clones & make hooks run on merge/edit/upload (#6672)zeripath2019-05-111-31/+32
* Move sdk structs to modules/structs (#6905)Lunny Xiao2019-05-111-1/+1
* fix pulls broken when fork repository deleted (#6754)Lunny Xiao2019-04-261-0/+4
* Improve listing performance by using go-git (#6478)Filip Navara2019-04-191-2/+3
* Show last commit status in pull request lists (#6465)Elias Norberg2019-04-021-0/+25
* Better logging (#6038) (#6095)zeripath2019-04-021-38/+38
* move code.gitea.io/git to code.gitea.io/gitea/modules/git (#6364)Lunny Xiao2019-03-271-1/+1
* Pull request conflict files detection (#5951)Lunny Xiao2019-02-051-5/+30
* fix delete correct temp directory (#5839)yasuokav2019-01-251-1/+1
* Make sure .git/info is created before generating .git/info/sparse-cheā€¦ (#5825)Mura Li2019-01-241-1/+5
* Optimize pulls merging (#4921)Mura Li2019-01-231-16/+86
* Refactor notification for indexer (#5111)Lunny Xiao2019-01-171-2/+0
* Ensure that sessions are passed into queries that could use the database to p...zeripath2019-01-131-8/+8
* Refactor mail notification (#5110)Lunny Xiao2019-01-131-2/+0
* Add rebase with merge commit merge style (#3844) (#4052)Julian2018-12-271-0/+37
* Add base repo nil check (#5555)Jonas Franz2018-12-171-0/+9
* Improve performance of dashboard (#4977)Lunny Xiao2018-12-131-6/+17
* Approvals at Branch Protection (#5350)Jonas Franz2018-12-111-9/+16
* Restrict permission check on repositories and fix some problems (#5314)Lunny Xiao2018-11-281-2/+2
* Disable merging a WIP Pull request (#4529)Julien Tant2018-08-131-1/+32
* Pull request review/approval and comment on code (#3748)Lauris BH2018-08-061-6/+58
* Fix some webhooks bugs (#3981)Lunny Xiao2018-05-211-6/+13
* Multiple assignees (#3705)kolaente2018-05-091-1/+6
* Issue due date (#3794)kolaente2018-05-011-0/+1
* Add protected branch whitelists for merging (#3689)Chri-s2018-03-251-1/+1
* Added checks for protected branches in pull requests (#3544)Chri-s2018-03-131-0/+29
* Fix PR merge error (#3421)Ethan Koenig2018-01-291-5/+1
* Force-push to base repo's ref/pull/#/head (#3393)Sandro Santilli2018-01-191-0/+1
* Change how merged PR commit info are prepared (#3368)Lauris BH2018-01-191-3/+8
* Remove hardcoded paths to fix randomly failing tests (#3347)Lauris BH2018-01-111-1/+1
* Add Pull Request merge options - Ignore white-space for conflict checking, Re...Lauris BH2018-01-051-16/+122
* Refactor struct's time to remove unnecessary memory usage (#3142)Lunny Xiao2017-12-111-27/+12
* table `pull_request` wasn't updated correctly (#2649)Kazuki Sawada2017-10-061-1/+1
* Replace deprecated Id method with ID (#2655)Ethan Koenig2017-10-051-4/+4
* Use AfterLoad instead of AfterSet on Structs (#2628)Lunny Xiao2017-10-011-9/+6
* Reduce usage of allcols on update (#2596)Lunny Xiao2017-09-251-1/+1
* Improve issue search (#2387)Ethan Koenig2017-09-161-0/+2
* Fix SQL bug in models.PullRequestsEthan Koenig2017-07-011-2/+1
* Fix exit status 1 not handled @ getMergeCommitBwko2017-06-301-1/+1
* Fix fast-forward PR bug (#1989)Ethan Koenig2017-06-221-3/+3
* Refactor session close as xorm already does everything needed internally (#2020)Lauris BH2017-06-211-2/+2
* Wrong PR merge commit ID saved (#2007)Lauris BH2017-06-191-1/+1
* Don't ignore error in getMergeCommit (#1843)Ethan Koenig2017-05-311-3/+9
* Update code.gitea.io/git (#1824)Ethan Koenig2017-05-301-1/+4