aboutsummaryrefslogtreecommitdiff
path: root/models/repo_collaboration_test.go
AgeCommit message (Expand)Author
2023-02-18Rename `repo.GetOwner` to `repo.LoadOwner` (#22967)yp05327
2022-11-27Implement FSFE REUSE for golang files (#21840)flynnnnnnnnnn
2022-08-25Move some files into models' sub packages (#20262)Lunny Xiao
2022-08-16Refactor AssertExistsAndLoadBean to use generics (#20797)Lunny Xiao
2022-06-15Move tests as seperate sub packages to reduce duplicated file names (#19951)Lunny Xiao
2022-05-11Move access and repo permission to models/perm/access (#19350)Lunny Xiao
2021-12-10Move repository model into models/repo (#17933)Lunny Xiao
2021-11-28Move accessmode into models/perm (#17828)Lunny Xiao
2021-11-24Move user related model into models/user (#17781)Lunny Xiao
2021-11-17A better go code formatter, and now `make fmt` can run in Windows (#17684)wxiaoguang
2021-11-16Decouple unit test, remove intermediate `unittestbridge` package (#17662)wxiaoguang
2021-11-12Decouple unit test code from business code (#17623)wxiaoguang
2021-09-24Move login related structs and functions to models/login (#17093)Lunny Xiao
2021-09-23DBContext is just a Context (#17100)zeripath
2021-09-19Move db related basic functions to models/db (#17075)Lunny Xiao
2020-01-24API add/generalize pagination (#9452)SpaWn2KiLl
2019-09-23Add teams to repo on collaboration page. (#8045)David Svantesson
2017-02-24Unit tests for models/repo_collaboration (#1032)Ethan Koenig