| Commit message (Expand) | Author | Age | Files | Lines |
* | Move some files into models' sub packages (#20262) | Lunny Xiao | 2022-08-25 | 1 | -19/+0 |
* | Refactor AssertExistsAndLoadBean to use generics (#20797) | Lunny Xiao | 2022-08-16 | 1 | -21/+21 |
* | Move access and repo permission to models/perm/access (#19350) | Lunny Xiao | 2022-05-11 | 1 | -2/+21 |
* | Move organization related structs into sub package (#18518) | Lunny Xiao | 2022-03-29 | 1 | -230/+48 |
* | Add `GetUserTeams` (#18499) | Gusted | 2022-02-01 | 1 | -2/+2 |
* | Team permission allow different unit has different permission (#17811) | Lunny Xiao | 2022-01-05 | 1 | -1/+1 |
* | Move repository model into models/repo (#17933) | Lunny Xiao | 2021-12-10 | 1 | -6/+7 |
* | Move accessmode into models/perm (#17828) | Lunny Xiao | 2021-11-28 | 1 | -3/+4 |
* | Move user related model into models/user (#17781) | Lunny Xiao | 2021-11-24 | 1 | -5/+7 |
* | A better go code formatter, and now `make fmt` can run in Windows (#17684) | wxiaoguang | 2021-11-17 | 1 | -0/+1 |
* | Decouple unit test, remove intermediate `unittestbridge` package (#17662) | wxiaoguang | 2021-11-16 | 1 | -67/+66 |
* | Decouple unit test code from business code (#17623) | wxiaoguang | 2021-11-12 | 1 | -23/+24 |
* | Move db related basic functions to models/db (#17075) | Lunny Xiao | 2021-09-19 | 1 | -79/+80 |
* | [API] generalize list header (#16551) | 6543 | 2021-08-12 | 1 | -1/+1 |
* | chore(models): rewrite code format. (#14754) | Bo-Yi Wu | 2021-03-14 | 1 | -1/+1 |
* | API add/generalize pagination (#9452) | SpaWn2KiLl | 2020-01-24 | 1 | -3/+3 |
* | Move create/fork repository from models to modules/repository (#9489) | Lunny Xiao | 2020-01-12 | 1 | -133/+0 |
* | Add team option to grant rights for all organization repositories (#8688) | David Svantesson | 2019-11-06 | 1 | -2/+135 |
* | Fix approvals counting (#7757) | Lunny Xiao | 2019-08-07 | 1 | -3/+3 |
* | api: Add missing GET teams endpoints (#5382) | Harshit Bansal | 2019-01-16 | 1 | -1/+15 |
* | Approvals at Branch Protection (#5350) | Jonas Franz | 2018-12-11 | 1 | -0/+14 |
* | Restrict permission check on repositories and fix some problems (#5314) | Lunny Xiao | 2018-11-28 | 1 | -1/+1 |
* | Fix ignored errors when checking if organization, team member (#3177) | Ethan Koenig | 2017-12-21 | 1 | -7/+12 |
* | Fix typos in models/ and modules/ (#1248) | Ethan Koenig | 2017-03-15 | 1 | -3/+3 |
* | Refactor and fix incorrect comment (#1247) | Ethan Koenig | 2017-03-15 | 1 | -1/+1 |
* | Remove unnecessary loads in org_team (#1035) | Ethan Koenig | 2017-02-24 | 1 | -3/+3 |
* | Bug fixes and unit tests for org_team (#1016) | Ethan Koenig | 2017-02-23 | 1 | -0/+343 |