aboutsummaryrefslogtreecommitdiffstats
path: root/services/user/user_test.go
Commit message (Expand)AuthorAgeFilesLines
* Replace more db.DefaultContext (#27628)Lunny Xiao2023-10-151-1/+1
* make writing main test easier (#27270)Lunny Xiao2023-09-281-4/+1
* Another round of `db.DefaultContext` refactor (#27103)JakobDev2023-09-251-1/+1
* Reduce usage of `db.DefaultContext` (#27073)JakobDev2023-09-141-2/+2
* add unit test for user renaming (#26261)Earl Warren2023-08-031-0/+64
* Add context cache as a request level cache (#22294)Lunny Xiao2023-02-151-1/+1
* Implement FSFE REUSE for golang files (#21840)flynnnnnnnnnn2022-11-271-2/+1
* Refactor AssertExistsAndLoadBean to use generics (#20797)Lunny Xiao2022-08-161-4/+4
* Fix: Actor is required to get user repositories (#20443)Dhruv Manilawala2022-07-211-0/+20
* Add option to purge users (#18064)zeripath2022-07-141-5/+5
* Use a struct as test options (#19393)Lunny Xiao2022-04-141-1/+3
* Move organization related structs into sub package (#18518)Lunny Xiao2022-03-291-3/+4
* Move repository model into models/repo (#17933)Lunny Xiao2021-12-101-3/+4
* Move user related model into models/user (#17781)Lunny Xiao2021-11-241-11/+12
* Move user/org deletion to services (#17673)KN4CK3R2021-11-191-0/+101