aboutsummaryrefslogtreecommitdiffstats
path: root/models/org_team_test.go
Commit message (Expand)AuthorAgeFilesLines
* Move some files into models' sub packages (#20262)Lunny Xiao2022-08-251-19/+0
* Refactor AssertExistsAndLoadBean to use generics (#20797)Lunny Xiao2022-08-161-21/+21
* Move access and repo permission to models/perm/access (#19350)Lunny Xiao2022-05-111-2/+21
* Move organization related structs into sub package (#18518)Lunny Xiao2022-03-291-230/+48
* Add `GetUserTeams` (#18499)Gusted2022-02-011-2/+2
* Team permission allow different unit has different permission (#17811)Lunny Xiao2022-01-051-1/+1
* Move repository model into models/repo (#17933)Lunny Xiao2021-12-101-6/+7
* Move accessmode into models/perm (#17828)Lunny Xiao2021-11-281-3/+4
* Move user related model into models/user (#17781)Lunny Xiao2021-11-241-5/+7
* 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-67/+66
* Decouple unit test code from business code (#17623)wxiaoguang2021-11-121-23/+24
* Move db related basic functions to models/db (#17075)Lunny Xiao2021-09-191-79/+80
* [API] generalize list header (#16551)65432021-08-121-1/+1
* chore(models): rewrite code format. (#14754)Bo-Yi Wu2021-03-141-1/+1
* API add/generalize pagination (#9452)SpaWn2KiLl2020-01-241-3/+3
* Move create/fork repository from models to modules/repository (#9489)Lunny Xiao2020-01-121-133/+0
* Add team option to grant rights for all organization repositories (#8688)David Svantesson2019-11-061-2/+135
* Fix approvals counting (#7757)Lunny Xiao2019-08-071-3/+3
* api: Add missing GET teams endpoints (#5382)Harshit Bansal2019-01-161-1/+15
* Approvals at Branch Protection (#5350)Jonas Franz2018-12-111-0/+14
* Restrict permission check on repositories and fix some problems (#5314)Lunny Xiao2018-11-281-1/+1
* Fix ignored errors when checking if organization, team member (#3177)Ethan Koenig2017-12-211-7/+12
* Fix typos in models/ and modules/ (#1248)Ethan Koenig2017-03-151-3/+3
* Refactor and fix incorrect comment (#1247)Ethan Koenig2017-03-151-1/+1
* Remove unnecessary loads in org_team (#1035)Ethan Koenig2017-02-241-3/+3
* Bug fixes and unit tests for org_team (#1016)Ethan Koenig2017-02-231-0/+343