aboutsummaryrefslogtreecommitdiffstats
path: root/routers/api/v1/repo/teams.go
Commit message (Expand)AuthorAgeFilesLines
* Move context from modules to services (#29440)Lunny Xiao2024-02-271-1/+1
* More refactoring of `db.DefaultContext` (#27083)JakobDev2023-09-151-3/+3
* Add missing 404 response to Swagger (#27038)JakobDev2023-09-131-0/+6
* move repository deletion to service layer (#26948)Lunny Xiao2023-09-081-4/+4
* Add context cache as a request level cache (#22294)Lunny Xiao2023-02-151-2/+2
* Move `convert` package to services (#22264)KN4CK3R2022-12-291-1/+1
* Implement FSFE REUSE for golang files (#21840)flynnnnnnnnnn2022-11-271-2/+1
* Move some files into models' sub packages (#20262)Lunny Xiao2022-08-251-1/+2
* Move almost all functions' parameter db.Engine to context.Context (#19748)Lunny Xiao2022-05-201-2/+2
* [Refactor] convert team(s) to apiTeam(s) (#13745)65432022-05-131-12/+7
* Move organization related structs into sub package (#18518)Lunny Xiao2022-03-291-8/+9
* Move repository model into models/repo (#17933)Lunny Xiao2021-12-101-1/+1
* [API] List, Check, Add & delete endpoints for repository teams (#13630)65432021-02-011-0/+233