summaryrefslogtreecommitdiffstats
path: root/models/pull_test.go
Commit message (Expand)AuthorAgeFilesLines
* API add/generalize pagination (#9452)SpaWn2KiLl2020-01-241-2/+6
* Add "Update Branch" button to Pull Requests (#9784)65432020-01-171-8/+10
* Move pull request api convert to convert package (#9664)Lunny Xiao2020-01-101-10/+0
* Fix lint (#9688)Lunny Xiao2020-01-101-1/+1
* Move PushToBaseRepo from models to services/pull (#9352)Lunny Xiao2019-12-151-2/+0
* Remove SavePatch and generate patches on the fly (#9302)zeripath2019-12-131-2/+0
* Move some pull request functions from models to services (#9266)Lunny Xiao2019-12-061-20/+0
* Fix bug on pull requests when transfer head repository (#8564)Lunny Xiao2019-10-181-14/+0
* only return head: null if source branch was deleted (#6705)quantonganh2019-07-081-1/+9
* Add golangci (#6418)kolaente2019-06-121-3/+3
* Disable merging a WIP Pull request (#4529)Julien Tant2018-08-131-0/+31
* Fix unit test race condition (#2516)Ethan Koenig2017-09-151-2/+7
* Fix tests code to prevent some runtime errors (#2381)Morlinest2017-08-281-6/+8
* Consistency checks for unit tests (#853)Ethan Koenig2017-02-071-11/+8
* fix xorm NewSession uncorrected usages (#774)Lunny Xiao2017-01-281-3/+1
* Less boilerplate in models/ unit tests (#725)Ethan Koenig2017-01-251-32/+10
* Better coverage in pull_test (#615)Ethan Koenig2017-01-091-0/+8
* Unit tests for models/pull.goEthan Koenig2017-01-061-0/+251