| Commit message (Expand) | Author | Age | Files | Lines |
* | Move user related model into models/user (#17781) | Lunny Xiao | 2021-11-24 | 1 | -1/+2 |
* | A better go code formatter, and now `make fmt` can run in Windows (#17684) | wxiaoguang | 2021-11-17 | 1 | -0/+1 |
* | Decouple unit test, remove intermediate `unittestbridge` package (#17662) | wxiaoguang | 2021-11-16 | 1 | -15/+15 |
* | Decouple unit test code from business code (#17623) | wxiaoguang | 2021-11-12 | 1 | -19/+20 |
* | Move unit into models/unit/ (#17576) | Lunny Xiao | 2021-11-09 | 1 | -1/+2 |
* | Fix stange behavior of DownloadPullDiffOrPatch in incorect index (#17223) | pricly-yellow | 2021-10-05 | 1 | -0/+4 |
* | Move login related structs and functions to models/login (#17093) | Lunny Xiao | 2021-09-24 | 1 | -2/+2 |
* | Move db related basic functions to models/db (#17075) | Lunny Xiao | 2021-09-19 | 1 | -32/+33 |
* | Add agit flow support in gitea (#14295) | a1012112796 | 2021-07-28 | 1 | -2/+2 |
* | Display conflict-free merge messages for pull requests (#15773) | Steven | 2021-05-08 | 1 | -0/+33 |
* | Display pull request head branch even the branch deleted or repository delete... | Lunny Xiao | 2020-03-02 | 1 | -5/+5 |
* | API add/generalize pagination (#9452) | SpaWn2KiLl | 2020-01-24 | 1 | -2/+6 |
* | Add "Update Branch" button to Pull Requests (#9784) | 6543 | 2020-01-17 | 1 | -8/+10 |
* | Move pull request api convert to convert package (#9664) | Lunny Xiao | 2020-01-10 | 1 | -10/+0 |
* | Fix lint (#9688) | Lunny Xiao | 2020-01-10 | 1 | -1/+1 |
* | Move PushToBaseRepo from models to services/pull (#9352) | Lunny Xiao | 2019-12-15 | 1 | -2/+0 |
* | Remove SavePatch and generate patches on the fly (#9302) | zeripath | 2019-12-13 | 1 | -2/+0 |
* | Move some pull request functions from models to services (#9266) | Lunny Xiao | 2019-12-06 | 1 | -20/+0 |
* | Fix bug on pull requests when transfer head repository (#8564) | Lunny Xiao | 2019-10-18 | 1 | -14/+0 |
* | only return head: null if source branch was deleted (#6705) | quantonganh | 2019-07-08 | 1 | -1/+9 |
* | Add golangci (#6418) | kolaente | 2019-06-12 | 1 | -3/+3 |
* | Disable merging a WIP Pull request (#4529) | Julien Tant | 2018-08-13 | 1 | -0/+31 |
* | Fix unit test race condition (#2516) | Ethan Koenig | 2017-09-15 | 1 | -2/+7 |
* | Fix tests code to prevent some runtime errors (#2381) | Morlinest | 2017-08-28 | 1 | -6/+8 |
* | Consistency checks for unit tests (#853) | Ethan Koenig | 2017-02-07 | 1 | -11/+8 |
* | fix xorm NewSession uncorrected usages (#774) | Lunny Xiao | 2017-01-28 | 1 | -3/+1 |
* | Less boilerplate in models/ unit tests (#725) | Ethan Koenig | 2017-01-25 | 1 | -32/+10 |
* | Better coverage in pull_test (#615) | Ethan Koenig | 2017-01-09 | 1 | -0/+8 |
* | Unit tests for models/pull.go | Ethan Koenig | 2017-01-06 | 1 | -0/+251 |