summaryrefslogtreecommitdiffstats
path: root/routers/api/v1/repo/repo_test.go
Commit message (Expand)AuthorAgeFilesLines
* Decouple the different contexts from each other (#24786)wxiaoguang2023-05-211-9/+6
* Implement FSFE REUSE for golang files (#21840)flynnnnnnnnnn2022-11-271-2/+1
* Renamed ctx.User to ctx.Doer. (#19161)KN4CK3R2022-03-221-2/+2
* format with gofumpt (#18184)65432022-01-201-2/+2
* Move repository model into models/repo (#17933)Lunny Xiao2021-12-101-3/+3
* Decouple unit test, remove intermediate `unittestbridge` package (#17662)wxiaoguang2021-11-161-5/+4
* Decouple unit test code from business code (#17623)wxiaoguang2021-11-121-2/+3
* Move db related basic functions to models/db (#17075)Lunny Xiao2021-09-191-6/+7
* Move macaron to chi (#14293)Lunny Xiao2021-01-261-2/+7
* Fixes #5960 - Adds API Endpoint for Repo Edit (#7006)Richard Mahn2019-05-301-0/+82