aboutsummaryrefslogtreecommitdiffstats
path: root/modules/repository/create_test.go
Commit message (Expand)AuthorAgeFilesLines
* Map OIDC groups to Orgs/Teams (#21441)KN4CK3R2023-02-081-2/+2
* Fix error when calculate the repository size (#22392)Lunny Xiao2023-01-131-0/+10
* refactor some functions to support ctx as first parameter (#21878)Lunny Xiao2022-12-031-3/+3
* Implement FSFE REUSE for golang files (#21840)flynnnnnnnnnn2022-11-271-2/+1
* Move some files into models' sub packages (#20262)Lunny Xiao2022-08-251-3/+4
* Refactor AssertExistsAndLoadBean to use generics (#20797)Lunny Xiao2022-08-161-1/+1
* Move some repository related code into sub package (#19711)Lunny Xiao2022-06-061-0/+21
* Move organization related structs into sub package (#18518)Lunny Xiao2022-03-291-7/+8
* Add `GetUserTeams` (#18499)Gusted2022-02-011-1/+1
* Team permission allow different unit has different permission (#17811)Lunny Xiao2022-01-051-4/+4
* Move accessmode into models/perm (#17828)Lunny Xiao2021-11-281-4/+5
* Move user related model into models/user (#17781)Lunny Xiao2021-11-241-2/+3
* Use a standalone struct name for Organization (#17632)Lunny Xiao2021-11-191-4/+3
* Move user/org deletion to services (#17673)KN4CK3R2021-11-191-1/+2
* Decouple unit test, remove intermediate `unittestbridge` package (#17662)wxiaoguang2021-11-161-2/+1
* Decouple unit test code from business code (#17623)wxiaoguang2021-11-121-1/+2
* Move db related basic functions to models/db (#17075)Lunny Xiao2021-09-191-2/+3
* Fixed assert statements. (#16089)KN4CK3R2021-06-071-1/+1
* Various fixes in login sources (#10428)guillep2k2020-02-231-1/+1
* API add/generalize pagination (#9452)SpaWn2KiLl2020-01-241-1/+1
* Move create/fork repository from models to modules/repository (#9489)Lunny Xiao2020-01-121-0/+145