Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix bug on pull requests when transfer head repository (#8564) | Lunny Xiao | 2019-10-18 | 1 | -14/+0 |
| | | | | | | | | * fix bug on pull requests when transfer head repository * add migration and fix lint * fix tests and add a cache check on LoadBaseRepo | ||||
* | only return head: null if source branch was deleted (#6705) | quantonganh | 2019-07-08 | 1 | -1/+9 |
| | | | | | | | | | | * only return head: null if source branch was deleted * add URL into GetPullRequest * TestPullRequest_APIFormat * log error if it is not Err(Branch)NotExist | ||||
* | 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 |
| | | | | | | | | | | | | | | | | | * prevent pull request to be merged when PR is a WIP * add tests * add helper to prepend WIP: in PR title * move default wip prefixes into settings * use configurable WIP prefixes in javascript and default to first one in templates * add documentation * add unit test on pull model Signed-off-by: Julien Tant <julien@craftyx.fr> | ||||
* | 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 |
| | | | | | | * Fix tests code to prevent some runtime errors * Reduce nesting | ||||
* | 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 |