summaryrefslogtreecommitdiffstats
path: root/models/repo_collaboration_test.go
Commit message (Expand)AuthorAgeFilesLines
* Move some files into models' sub packages (#20262)Lunny Xiao2022-08-251-16/+0
* Refactor AssertExistsAndLoadBean to use generics (#20797)Lunny Xiao2022-08-161-3/+3
* Move tests as seperate sub packages to reduce duplicated file names (#19951)Lunny Xiao2022-06-151-21/+0
* Move access and repo permission to models/perm/access (#19350)Lunny Xiao2022-05-111-42/+8
* Move repository model into models/repo (#17933)Lunny Xiao2021-12-101-18/+19
* Move accessmode into models/perm (#17828)Lunny Xiao2021-11-281-5/+6
* Move user related model into models/user (#17781)Lunny Xiao2021-11-241-2/+3
* 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-15/+15
* Decouple unit test code from business code (#17623)wxiaoguang2021-11-121-5/+6
* Move login related structs and functions to models/login (#17093)Lunny Xiao2021-09-241-1/+1
* DBContext is just a Context (#17100)zeripath2021-09-231-1/+1
* Move db related basic functions to models/db (#17075)Lunny Xiao2021-09-191-18/+19
* API add/generalize pagination (#9452)SpaWn2KiLl2020-01-241-1/+1
* Add teams to repo on collaboration page. (#8045)David Svantesson2019-09-231-11/+0
* Unit tests for models/repo_collaboration (#1032)Ethan Koenig2017-02-241-0/+105