aboutsummaryrefslogtreecommitdiffstats
path: root/routers/api/v1/repo/repo_test.go
Commit message (Expand)AuthorAgeFilesLines
* Move context from modules to services (#29440)Lunny Xiao2024-02-271-1/+1
* Add merge style `fast-forward-only` (#28954)Chris Copeland2024-02-121-0/+2
* Move web/api context related testing function into a separate package (#26859)wxiaoguang2023-09-011-7/+7
* Refactor web package and context package (#25298)wxiaoguang2023-06-181-2/+2
* 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