aboutsummaryrefslogtreecommitdiff
path: root/models/org_team_test.go
AgeCommit message (Expand)Author
2022-11-27Implement FSFE REUSE for golang files (#21840)flynnnnnnnnnn
2022-11-19Add `context.Context` to more methods (#21546)KN4CK3R
2022-08-25Move some files into models' sub packages (#20262)Lunny Xiao
2022-08-16Refactor AssertExistsAndLoadBean to use generics (#20797)Lunny Xiao
2022-05-11Move access and repo permission to models/perm/access (#19350)Lunny Xiao
2022-03-29Move organization related structs into sub package (#18518)Lunny Xiao
2022-02-01Add `GetUserTeams` (#18499)Gusted
2022-01-05Team permission allow different unit has different permission (#17811)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-19Move db related basic functions to models/db (#17075)Lunny Xiao
2021-08-12[API] generalize list header (#16551)6543
2021-03-14chore(models): rewrite code format. (#14754)Bo-Yi Wu
2020-01-24API add/generalize pagination (#9452)SpaWn2KiLl
2020-01-12Move create/fork repository from models to modules/repository (#9489)Lunny Xiao
2019-11-06Add team option to grant rights for all organization repositories (#8688)David Svantesson
2019-08-07Fix approvals counting (#7757)Lunny Xiao
2019-01-16api: Add missing GET teams endpoints (#5382)Harshit Bansal
2018-12-11Approvals at Branch Protection (#5350)Jonas Franz
2018-11-28Restrict permission check on repositories and fix some problems (#5314)Lunny Xiao
2017-12-21Fix ignored errors when checking if organization, team member (#3177)Ethan Koenig
2017-03-15Fix typos in models/ and modules/ (#1248)Ethan Koenig
2017-03-15Refactor and fix incorrect comment (#1247)Ethan Koenig
2017-02-24Remove unnecessary loads in org_team (#1035)Ethan Koenig
2017-02-23Bug fixes and unit tests for org_team (#1016)Ethan Koenig