summaryrefslogtreecommitdiffstats
path: root/models/repo_permission_test.go
Commit message (Expand)AuthorAgeFilesLines
* Move tests as seperate sub packages to reduce duplicated file names (#19951)Lunny Xiao2022-06-151-266/+0
* Move access and repo permission to models/perm/access (#19350)Lunny Xiao2022-05-111-27/+28
* more context for models (#19511)65432022-04-281-24/+24
* Move organization related structs into sub package (#18518)Lunny Xiao2022-03-291-2/+3
* Move repository model into models/repo (#17933)Lunny Xiao2021-12-101-15/+16
* Move accessmode into models/perm (#17828)Lunny Xiao2021-11-281-3/+4
* Move user related model into models/user (#17781)Lunny Xiao2021-11-241-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-21/+21
* Decouple unit test code from business code (#17623)wxiaoguang2021-11-121-4/+5
* Move unit into models/unit/ (#17576)Lunny Xiao2021-11-091-8/+9
* DBContext is just a Context (#17100)zeripath2021-09-231-4/+4
* Move db related basic functions to models/db (#17075)Lunny Xiao2021-09-191-29/+30
* fix bug when update owner team then visit team's repo return 404 (#6119)Lunny Xiao2019-02-221-0/+11
* Restrict permission check on repositories and fix some problems (#5314)Lunny Xiao2018-11-281-0/+246