summaryrefslogtreecommitdiffstats
path: root/models/repo/repo_test.go
Commit message (Expand)AuthorAgeFilesLines
* Add user blocking (#29028)KN4CK3R2024-03-041-8/+9
* remove util.OptionalBool and related functions (#29513)65432024-03-021-3/+3
* Refactor SSH clone URL generation code (#28421)wxiaoguang2023-12-151-0/+31
* Penultimate round of `db.DefaultContext` refactor (#27414)JakobDev2023-10-111-3/+3
* Replace 'userxx' with 'orgxx' in all test files when the user type is org (#...Nanguan Lin2023-09-141-1/+1
* Set repository link based on the url in package.json for npm packages (#20379)Mai-Lapyst2023-03-281-0/+62
* refactor some functions to support ctx as first parameter (#21878)Lunny Xiao2022-12-031-1/+1
* Implement FSFE REUSE for golang files (#21840)flynnnnnnnnnn2022-11-271-2/+1
* Refactor AssertExistsAndLoadBean to use generics (#20797)Lunny Xiao2022-08-161-1/+1
* Move tests as seperate sub packages to reduce duplicated file names (#19951)Lunny Xiao2022-06-151-0/+68
* Move some repository related code into sub package (#19711)Lunny Xiao2022-06-061-10/+11
* Move almost all functions' parameter db.Engine to context.Context (#19748)Lunny Xiao2022-05-201-6/+13
* Some repository refactors (#17950)Lunny Xiao2021-12-121-0/+7
* Move repository model into models/repo (#17933)Lunny Xiao2021-12-101-0/+44