aboutsummaryrefslogtreecommitdiffstats
path: root/models/organization/team_list.go
Commit message (Expand)AuthorAgeFilesLines
* Small refactor to reduce unnecessary database queries and remove duplicated f...Lunny Xiao2025-03-041-0/+3
* Move RepoTransfer from models to models/repo sub package (#32506)Lunny Xiao2024-12-181-4/+3
* Use batch database operations instead of one by one to optimze api pulls (#32...Lunny Xiao2024-12-111-0/+5
* Introduce OrgList and add LoadTeams, optimaze Load teams for orgs (#32543)Lunny Xiao2024-11-261-0/+5
* Another round of `db.DefaultContext` refactor (#27103)JakobDev2023-09-251-2/+2
* Rename `GetUnits` to `LoadUnits` (#22970)yp053272023-02-191-1/+1
* Support org/user level projects (#22235)Lunny Xiao2023-01-201-0/+128