aboutsummaryrefslogtreecommitdiffstats
path: root/models/branches_test.go
Commit message (Expand)AuthorAgeFilesLines
* Move some code into models/git (#19879)Lunny Xiao2022-06-121-161/+0
* more context for models (#19511)65432022-04-281-3/+7
* Move repository model into models/repo (#17933)Lunny Xiao2021-12-101-16/+17
* A better go code formatter, and now `make fmt` can run in Windows (#17684)wxiaoguang2021-11-171-0/+1
* Decouple unit test, remove intermediate `unittestbridge` package (#17662)wxiaoguang2021-11-161-20/+19
* Decouple unit test code from business code (#17623)wxiaoguang2021-11-121-8/+9
* Only allow returned deleted branche to be on repo (#17570)Gusted2021-11-081-0/+25
* Add a simple way to rename branch like gh (#15870)a10121127962021-10-081-0/+49
* Move db related basic functions to models/db (#17075)Lunny Xiao2021-09-191-16/+17
* Add deleted_branch table fixture (#2832)Lauris BH2017-11-041-23/+14
* Add branch overiew page (#2108)Bwko2017-10-261-0/+89