summaryrefslogtreecommitdiffstats
path: root/modules/convert/user_test.go
Commit message (Expand)AuthorAgeFilesLines
* Move `convert` package to services (#22264)KN4CK3R2022-12-291-39/+0
* Implement FSFE REUSE for golang files (#21840)flynnnnnnnnnn2022-11-271-2/+1
* Refactor AssertExistsAndLoadBean to use generics (#20797)Lunny Xiao2022-08-161-3/+3
* Move user related model into models/user (#17781)Lunny Xiao2021-11-241-4/+4
* Decouple unit test, remove intermediate `unittestbridge` package (#17662)wxiaoguang2021-11-161-4/+3
* Decouple unit test code from business code (#17623)wxiaoguang2021-11-121-1/+2
* In many cases user avatar link should be an absolute URL with http host (#17420)wxiaoguang2021-10-251-0/+1
* Move db related basic functions to models/db (#17075)Lunny Xiao2021-09-191-4/+5
* Add Visible modes function from Organisation to Users too (#16069)Sergey Dryabzhinsky2021-06-261-0/+8
* Fix individual tests (addition to #15802) (#15818)KN4CK3R2021-05-121-0/+2
* [refactor] Unify the export of user data via API (#15144)65432021-03-271-3/+3
* [Refactor] Move APIFormat functions into convert package (#12856)65432020-10-171-0/+28